Go Back   vb.org Archive > vBulletin 3 Discussion > vB3 General Discussions
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Display Modes
  #1  
Old 08-14-2010, 11:03 AM
Naan-Kadavul's Avatar
Naan-Kadavul Naan-Kadavul is offline
 
Join Date: Sep 2009
Location: Singpore
Posts: 249
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default Any One To Fix These Errors ?

Hi All,

Currently I am facing 2 main errors in my forum. Yes ! One such error is Database error, Second error is Fatal Error. These two errors came recently. I don't know how to fix it. I need someone to fix these 2 issues urgently. I need someone who can help me now.


Database error :

Quote:
Database Error
The database has encountered a problem.
Please try the following:

* Load the page again by clicking the Refresh button in your web browser.
* Open the www.moviejockey.com home page, then try to open another page.
* Click the Back button to try another link.

The www.moviejockey.com forum technical staff have been notified of the error, though you may contact them if the problem persists.

We apologise for any inconvenience.
Fatal error :

Quote:
Fatal error: Maximum execution time of 30 seconds exceeded in C:\Inetpub\vhosts\MovieJockey.com\httpdocs\forum\i ncludes\class_core.php on line 408



I will pay but not so much, but something that is fair enough.

Site is hosted in Windows Server 2003. vBulletin Version 3.8.5



Contact me via PM. Or g-talk naankadavul.bharath@gmail.com Or skype naankadavul.bharath

Thank you.

Naan-Kadavul
Reply With Quote
  #2  
Old 08-14-2010, 11:22 AM
kh99 kh99 is offline
 
Join Date: Aug 2009
Location: Maine
Posts: 13,185
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

You could try this: create a plugin using the global_start hook and use the code:

Code:
set_time_limit(60);

to increase the time to 60 seconds, and keep increasing it as needed.

I'm not sure if this will work for you, and even if it does this only increases the time limit, if there's some actual problem causing the time limit to be exceeded then this isn't really the right fix.
Reply With Quote
  #3  
Old 08-14-2010, 11:26 AM
Naan-Kadavul's Avatar
Naan-Kadavul Naan-Kadavul is offline
 
Join Date: Sep 2009
Location: Singpore
Posts: 249
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Yes Buddy, I have even tried that, after 60seconds, the error came. So no use in that.
Reply With Quote
  #4  
Old 08-14-2010, 11:46 AM
KevinL KevinL is offline
 
Join Date: Apr 2005
Posts: 1,287
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Could you do a view source on the page to let us know what the actual error is?
Reply With Quote
  #5  
Old 08-14-2010, 12:15 PM
Naan-Kadavul's Avatar
Naan-Kadavul Naan-Kadavul is offline
 
Join Date: Sep 2009
Location: Singpore
Posts: 249
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by KevinL View Post
Could you do a view source on the page to let us know what the actual error is?
Database error in vBulletin :

mysql_connect() [<a href='function.mysql-connect'>function.mysql-connect</a>]: User MJ_MovieJockEY already has more than 'max_user_connections' active connections
C:\Inetpub\vhosts\MovieJockey.com\httpdocs\forum\i ncludes\class_core.php on line 311

MySQL Error :
Error Number :
Request Date : Saturday, August 14th 2010 @ 07:10:46 AM
Error Date : Saturday, August 14th 2010 @ 07:10:46 AM
Script : http://www.moviejockey.com/forum/Index.php
Referrer :
IP Address : xxxxxxx
Username :
Classname : vB_Database
MySQL Version :


This is the db error.

--------------- Added 14 Aug 2010 at 18:49 ---------------

Another Database Error

Database error in vBulletin 3.8.5:

Invalid SQL:
update xbt_files f left join attachment a on f.info_hash = a.bt_info_hash set f.flags = f.flags | 1 where a.bt_info_hash is null;

MySQL Error : Deadlock found when trying to get lock; try restarting transaction
Error Number : 1213
Request Date : Saturday, August 14th 2010 @ 07:17:43 AM
Error Date : Saturday, August 14th 2010 @ 07:18:29 AM
Script : http://www.moviejockey.com/forum/inl...threadids=7878
Referrer : http://www.moviejockey.com/forum/login.php?do=login
IP Address : XXXXXXXXXXX
Username : Human Tornando
Classname : vB_Database
MySQL Version : 5.0.45-community-nt

Fatal Error


Fatal error: Maximum execution time of 30 seconds exceeded in C:\Inetpub\vhosts\MovieJockey.com\httpdocs\forum\i ncludes\class_core.php on line 408
Reply With Quote
  #6  
Old 08-14-2010, 12:29 PM
KevinL KevinL is offline
 
Join Date: Apr 2005
Posts: 1,287
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
already has more than 'max_user_connections' active connections
Quote:
Maximum execution time of 30 seconds exceeded
It all has to with your host limiting you.

You have to talk to your host about both of these issues.

Also the 'tracker' you have installed is throwing an error...
Reply With Quote
  #7  
Old 08-14-2010, 12:38 PM
Naan-Kadavul's Avatar
Naan-Kadavul Naan-Kadavul is offline
 
Join Date: Sep 2009
Location: Singpore
Posts: 249
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

So it means..all goes as server (host) issues ?? nothing because of my forum ?? modifications ?? etc.
Reply With Quote
  #8  
Old 08-14-2010, 12:52 PM
KevinL KevinL is offline
 
Join Date: Apr 2005
Posts: 1,287
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Oh well, it could (and most likely) is from one or some of your mods.

The 2nd one is from the torrent tracker..for sure.
Reply With Quote
Reply


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 07:51 PM.


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.03996 seconds
  • Memory Usage 2,231KB
  • Queries Executed 11 (?)
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
  • (1)bbcode_code
  • (5)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (8)post_thanks_box
  • (8)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (8)post_thanks_postbit_info
  • (8)postbit
  • (8)postbit_onlinestatus
  • (8)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_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
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete