Go Back   vb.org Archive > vBulletin 4 Discussion > vB4 General Discussions

Reply
 
Thread Tools Display Modes
  #1  
Old 12-21-2013, 10:22 PM
steve3402000's Avatar
steve3402000 steve3402000 is offline
 
Join Date: Nov 2004
Location: Detoilet
Posts: 107
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default 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
Reply With Quote
  #2  
Old 12-21-2013, 10:24 PM
final kaoss final kaoss is offline
 
Join Date: Apr 2006
Posts: 1,314
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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.
Reply With Quote
  #3  
Old 12-21-2013, 10:29 PM
steve3402000's Avatar
steve3402000 steve3402000 is offline
 
Join Date: Nov 2004
Location: Detoilet
Posts: 107
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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
Reply With Quote
  #4  
Old 12-21-2013, 10:47 PM
ozzy47's Avatar
ozzy47 ozzy47 is offline
 
Join Date: Jul 2009
Location: USA
Posts: 10,929
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Read this :

http://www.vbulletin.com/forum/forum...66#post4000466
Reply With Quote
  #5  
Old 12-21-2013, 11:12 PM
steve3402000's Avatar
steve3402000 steve3402000 is offline
 
Join Date: Nov 2004
Location: Detoilet
Posts: 107
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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
Reply With Quote
  #6  
Old 12-21-2013, 11:25 PM
ozzy47's Avatar
ozzy47 ozzy47 is offline
 
Join Date: Jul 2009
Location: USA
Posts: 10,929
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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
Reply With Quote
  #7  
Old 12-22-2013, 12:05 AM
Paul M's Avatar
Paul M Paul M is offline
 
Join Date: Sep 2004
Location: Nottingham, UK
Posts: 23,748
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by steve3402000 View Post
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 View Post
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.
Reply With Quote
  #8  
Old 12-22-2013, 01:29 AM
steve3402000's Avatar
steve3402000 steve3402000 is offline
 
Join Date: Nov 2004
Location: Detoilet
Posts: 107
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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 View Post
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.
Reply With Quote
  #9  
Old 12-22-2013, 01:36 AM
Max Taxable's Avatar
Max Taxable Max Taxable is offline
 
Join Date: Feb 2011
Posts: 3,134
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by steve3402000 View Post
.................................................. .................................................. ...................
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.
Reply With Quote
  #10  
Old 12-22-2013, 01:43 AM
steve3402000's Avatar
steve3402000 steve3402000 is offline
 
Join Date: Nov 2004
Location: Detoilet
Posts: 107
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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
Reply With Quote
Благодарность от:
Max Taxable
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 05:37 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.08497 seconds
  • Memory Usage 2,272KB
  • Queries Executed 13 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)ad_showthread_firstpost
  • (1)ad_showthread_firstpost_sig
  • (1)ad_showthread_firstpost_start
  • (2)bbcode_php
  • (4)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (10)post_thanks_box
  • (1)post_thanks_box_bit
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit
  • (10)post_thanks_postbit_info
  • (10)postbit
  • (10)postbit_onlinestatus
  • (10)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_postinfo_query
  • fetch_postinfo
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • fetch_musername
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • post_thanks_function_fetch_thanks_bit_start
  • post_thanks_function_show_thanks_date_start
  • post_thanks_function_show_thanks_date_end
  • post_thanks_function_fetch_thanks_bit_end
  • post_thanks_function_fetch_post_thanks_template_start
  • post_thanks_function_fetch_post_thanks_template_end
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete