vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB4 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=251)
-   -   4.2.2 Issues Many many Issues (https://vborg.vbsupport.ru/showthread.php?t=306142)

steve3402000 12-21-2013 10:22 PM

4.2.2 Issues Many many Issues
 
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 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

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 [DATE]1387671183[/DATE] at [TIME]1387671183[/TIME] ---------------

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:

PHP Code:

 error_reporting(E_ALL ^ (E_NOTICE E_WARNING E_DEPRECATED)); 

So it looks like this:
PHP Code:

<?php
error_reporting
(E_ALL ^ (E_NOTICE E_WARNING E_DEPRECATED));
/*=================================================  =====================*\
|| ##################################################  ################## ||
|| # vBulletin 4.2.2


Paul M 12-22-2013 12:05 AM

Quote:

Originally Posted by steve3402000 (Post 2469919)
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.


Quote:

Originally Posted by steve3402000 (Post 2469919)
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 [DATE]1387679414[/DATE] at [TIME]1387679414[/TIME] ---------------

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

Quote:

Originally Posted by Paul M (Post 2469931)
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

Quote:

Originally Posted by steve3402000 (Post 2469892)
.................................................. .................................................. ...................
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

Quote:

Originally Posted by steve3402000 (Post 2469945)
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

I 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:
Code:

                case E_NOTICE:
                        // Just ignore these completely //
                break;

And change it to this:
Code:

        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 [DATE]1387681354[/DATE] at [TIME]1387681354[/TIME] ---------------

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:
Quote:

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 [DATE]1387681921[/DATE] at [TIME]1387681921[/TIME] ---------------

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 [DATE]1387681965[/DATE] at [TIME]1387681965[/TIME] ---------------

Logins good !

Max Taxable 12-22-2013 02:24 AM

Quote:

Redirects not functional in AdminCP, vb4logo.png, you click banner and it dead ends to http://www.aircraftmechanic.org/.php
This 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

Quote:

Originally Posted by ozzy47 (Post 2469962)
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

Quote:

Originally Posted by steve3402000 (Post 2469964)
Copy that man,. thanks tons

It 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/show...0172#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:
Quote:

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

Quote:

Originally Posted by steve3402000 (Post 2469969)
Awesome man... I cannot express it enough Thank you

You guys are the best

We 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. :)


All times are GMT. The time now is 03:00 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.02004 seconds
  • Memory Usage 1,811KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_code_printable
  • (2)bbcode_php_printable
  • (11)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (30)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete