View Full Version : 4.2.2 Issues Many many Issues
steve3402000
12-21-2013, 10:22 PM
I am so weary of this...
I am waiting on my host to see if anything on their end is screwed up, and I can't afford someone to fix it right now. So here is the list of things wrong.
.................................................. .................................................. ...................
Redirects not functional in AdminCP, vb4logo.png, you click banner and it dead ends to http://www.aircraftmechanic.org/.php
.................................................. .................................................. .....................
Nothing can be uploaded on the website,. pictures nothing..... I get upload failed due to failure writing temporary file.
.................................................. .................................................. .......................
I cannot access the phpmyadmin utility I get THIS message
phpMyAdmin - Error
Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly.
.................................................. .................................................. .........................
When I go to diagnostics IN the Admincp and test upload a file, I get THIS error
No file uploaded and no local file found. The test cannot continue.
I tried downloading a fresh copy from vbulletin and overwriting the files. Did not do anything at all to fix anything.
If I Delete everything what happens to all my settings?
Can I re-upload and do an overlay so to speak, run through the upgrade process to rebuild the file structure?
I feel this is either all related and probably something simple. I work a good bit and I simply do not have time to learn enough to be a " Power user "
Any Ideas?
Thank you
Steve
VB 4.2.2
PHP Version 5.3.6
final kaoss
12-21-2013, 10:24 PM
Problem usually lies on your browser end.
You need to flush your browser cache, delete the cookies for the server/host and then retry loading phpMyAdmin.
If you want to go all out, clear out the session folder on the server as well.
One possible reason for this is a session data mismatch (https://drupal.org/node/352085#comment-1174195) between the browser and the webserver causing it to not be able to pull out the required session info and dumping this error dialogue on your lap.
steve3402000
12-21-2013, 10:29 PM
Some of these issues are with all my users as well.
Here is another error I get, I made a phperror log file, I have thousands of these
Warning: Declaration of vBForum_Item_SocialGroupMessage::getLoadQuery() should be compatible with that of vB_Model::getLoadQuery() in /packages/vbforum/item/socialgroupmessage.php on line 261
Date: Friday 29th of November 2013 09:17:56 AM
Username: Unregistered
IP Address: 74.176.159.233
ozzy47
12-21-2013, 10:47 PM
Read this :
http://www.vbulletin.com/forum/forum...66#post4000466 (http://www.vbulletin.com/forum/forum/vbulletin-announcements/vbulletin-announcements_aa/4000121-vbulletin-4-2-2-full-has-been-released?
p=4000466#post4000466)
steve3402000
12-21-2013, 11:12 PM
One I saw I was hopeful about is
define('SKIP_ALL_ERRORS', true);
Did it, no help.
Guess it'll remain AFU until I can pay someone to fix it
--------------- Added 1387671183 at 1387671183 ---------------
Thanks anyhow guys. The people who are supposed to help over at the dot com, are worthless regarding these issues
Steve
ozzy47
12-21-2013, 11:25 PM
OK let's try this way:
Open your includes/config.php file and below<?php add this line:
error_reporting(E_ALL ^ (E_NOTICE | E_WARNING | E_DEPRECATED));
So it looks like this:
<?php
error_reporting(E_ALL ^ (E_NOTICE | E_WARNING | E_DEPRECATED));
/*================================================= =====================*\
|| ################################################## ################## ||
|| # vBulletin 4.2.2
Paul M
12-22-2013, 12:05 AM
One I saw I was hopeful about is
define('SKIP_ALL_ERRORS', true);
Did it, no help.
Either you didnt do it correctly, or you are running with debug mode on.
That setting turns off the display of php errors like the one you mentioned.
The people who are supposed to help over at the dot com, are worthless regarding these issues
If you want people to assist you then comments like this are not going to help your cause.
steve3402000
12-22-2013, 01:29 AM
Sorry for my frustration Paul. I have had this software for 9 years. Pretty much trouble free, and when I run into snags, my questions over there sit for weeks. Here people help. That's all I was getting at. And I do appreciate your help
Steve
--------------- Added 1387679414 at 1387679414 ---------------
I only get the one error when trying to \access myphpadmin
The other ones I never see unless I open the php error log.
Steve
Either you didnt do it correctly, or you are running with debug mode on.
That setting turns off the display of php errors like the one you mentioned.
If you want people to assist you then comments like this are not going to help your cause.
Max Taxable
12-22-2013, 01:36 AM
.................................................. .................................................. ...................
Redirects not functional in AdminCP, vb4logo.png, you click banner and it dead ends to http://www.aircraftmechanic.org/.php
.................................................. .................................................. .....................
When I go to diagnostics IN the Admincp and test upload a file, I get THIS error
No file uploaded and no local file found. The test cannot continue.I remember these issues when we installed a plugin on your site awhile back.
If the credentials are still valid and if you don't mind, I can go back in and take a look.
steve3402000
12-22-2013, 01:43 AM
Not a problem, plug in works GREAT, everything else needs work lol Its the same, if I can't trust you I might as well format and reload LOL
Max Taxable
12-22-2013, 01:50 AM
Not a problem, plug in works GREAT, everything else needs work lol Its the same, if I can't trust you I might as well format and reload LOLI am looking things over and also have Ozzy on the case, via Skype.
steve3402000
12-22-2013, 01:57 AM
Sweet deal!
Max Taxable
12-22-2013, 01:59 AM
Steve please post the contents of your .htaccess file.
steve3402000
12-22-2013, 02:00 AM
I don't have one
ozzy47
12-22-2013, 02:00 AM
What is the contents of your .htaccess file?
For the errors, you can do this:
In your includes/class_core.php file find:
case E_NOTICE:
// Just ignore these completely //
break;
And change it to this:
case E_NOTICE:
case E_STRICT;
case E_DEPRECATED;
// Just ignore these completely //
break;
steve3402000
12-22-2013, 02:01 AM
That was on the list :)
--------------- Added 1387681354 at 1387681354 ---------------
The errors aren't the main issue, well somewhat are you see them when you post. The no posting and redirects are what's killing me
Max Taxable
12-22-2013, 02:08 AM
Ok, Ozzy did a workaround for this:Redirects not functional in AdminCP, vb4logo.png, you click banner and it dead ends to http://www.aircraftmechanic.org/.php
steve3402000
12-22-2013, 02:11 AM
I saw ! Works for me brother
--------------- Added 1387681921 at 1387681921 ---------------
The admincp still goes no where but I'm happy with any improvement! Also when you login I think. Any idea what is wrong with this? Why it happened?
--------------- Added 1387681965 at 1387681965 ---------------
Logins good !
Max Taxable
12-22-2013, 02:24 AM
Redirects not functional in AdminCP, vb4logo.png, you click banner and it dead ends to http://www.aircraftmechanic.org/.phpThis is now permanently and correctly fixed, not worked around any more.
steve3402000
12-22-2013, 02:28 AM
Sweet!!
ozzy47
12-22-2013, 02:29 AM
The issue with the ACP link, and the logo going to the wrong place was you had nothing in the setting, Script Name for Forum Home Page, in the group, Forum Home: Options
Max Taxable
12-22-2013, 02:29 AM
The issue with the ACP link, and the logo going to the wrong place was you had nothing in the setting, Script Name for Forum Home Page, in the group, Forum Home: Options
So, that's one. Steve Ck your private messages plz.
steve3402000
12-22-2013, 02:34 AM
Copy that man,. thanks tons
Max Taxable
12-22-2013, 02:36 AM
Copy that man,. thanks tonsIt really helps to have a friend and general good guy like Ozzy in Skype!
ozzy47
12-22-2013, 02:56 AM
Ok I think we are all good now.
1) you should not get anymore warnings like this, Warning: Declaration of vBForum_Item_SocialGroupMessage::getLoadQuery() should be compatible with that of vB_Model::getLoadQuery() in /packages/vbforum/item/socialgroupmessage.php on line 261
2) Attachments should load fine now, as you can see by this post, http://www.aircraftmechanic.org/showthread.php?3701-Testing-attachment&p=20172#post20172
The issue was you had no tmp directory in your ftp, so attachments could not be uploaded.
Max Taxable
12-22-2013, 03:00 AM
Everything is fixed that you posted about, except this:I cannot access the phpmyadmin utility I get THIS message
phpMyAdmin - Error
Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly.Sounds like a issue you should take up with your host, as that's not related to the vBulletin software.
DO make sure browser cache is cleared before trying again, and also, try it with different browsers first.
ozzy47
12-22-2013, 03:05 AM
Yeah it could be a issue with, /var/lib/php/session or the session.save_path in your php.ini
steve3402000
12-22-2013, 03:06 AM
Awesome man... I cannot express it enough Thank you
You guys are the best
Max Taxable
12-22-2013, 03:07 AM
Awesome man... I cannot express it enough Thank you
You guys are the bestWe have very similar troubleshooting methods but Ozzy knows FAR more about vBulletin 4 than I. Helps to have friends!
Glad we could help you Steve.
ozzy47
12-22-2013, 03:09 AM
Not a problem, glad to help. :)
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.