Go Back   vb.org Archive > Community Discussions > Forum and Server Management
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Display Modes
  #1  
Old 07-20-2009, 05:30 PM
Dutch_Boy Dutch_Boy is offline
 
Join Date: Dec 2007
Location: The Netherlands
Posts: 214
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default 78 Database errors :S NEED HELP ! :(

Hello,

I just got 78 database errors and they are all allmost the same.

Database error in vBulletin 3.8.3:

Invalid SQL:

REPLACE INTO vb_datastore
(title, data, unserialize)
VALUES
('template_lvl2_post', 'N;', 1);

MySQL Error : MySQL server has gone away
Error Number : 2006
Request Date : Monday, July 20th 2009 @ 08:24:04 PM
Error Date : Monday, July 20th 2009 @ 08:24:34 PM
Script : http://iwsgaming.nl/member.php?u=102
Referrer : http://images.google.com/imgres?imgu...a%3DG%26um%3D1
IP Address : 94.229.51.230
Username : Niet geregistreerd
Classname : vB_Database
MySQL Version :

The only thing what is diffrent is the link.

Plz can some tell me how to fix this!!

Kind regards,

Dutch_Boy.

--------------- Added [DATE]1248115455[/DATE] at [TIME]1248115455[/TIME] ---------------

Every link in the database error brings me to a profile of a member on my forum. And it shows in the upper left corner a picture.

Link in google. If you looking for a picture and you open it, it will be shown in the upper left corner.
Reply With Quote
  #2  
Old 07-20-2009, 06:06 PM
HMBeaty's Avatar
HMBeaty HMBeaty is offline
 
Join Date: Sep 2005
Posts: 4,141
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

That is a problem with your host. You need to contact your host to fix this problem.
Reply With Quote
  #3  
Old 07-20-2009, 06:15 PM
Lynne's Avatar
Lynne Lynne is offline
 
Join Date: Sep 2004
Location: California/Idaho
Posts: 41,180
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

MySQL server has gone away is a server error. You should talk to your host about this.
Reply With Quote
  #4  
Old 07-20-2009, 06:27 PM
Dutch_Boy Dutch_Boy is offline
 
Join Date: Dec 2007
Location: The Netherlands
Posts: 214
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I just sended a e-mail to my host.

Thanks for the info!

--------------- Added [DATE]1248185154[/DATE] at [TIME]1248185154[/TIME] ---------------

Problem solved. Forum moved to a new server.

Thanks again!
Reply With Quote
  #5  
Old 07-22-2009, 01:02 PM
Dutch_Boy Dutch_Boy is offline
 
Join Date: Dec 2007
Location: The Netherlands
Posts: 214
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Ok i dont wanna make a new topic for this. Because it happend after moving to the new server.

I got another problem. After moving to the new server i got this problem.

Warning: Division by zero in [path]/moderation.php(902) : eval()'d code on line 25

How can i fix this?

I see this when i wanna accept a post of a member on my forum.
Reply With Quote
  #6  
Old 07-22-2009, 02:11 PM
Lynne's Avatar
Lynne Lynne is offline
 
Join Date: Sep 2004
Location: California/Idaho
Posts: 41,180
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Dutch_Boy View Post
Warning: Division by zero in [path]/moderation.php(902) : eval()'d code on line 25
Line 902 of moderation.php is:
PHP Code:
eval('$postbits .= "' fetch_template('search_results_postbit') . '";'); 
So, your error is from a modification using the search_results_postbit hook location.
Reply With Quote
  #7  
Old 07-22-2009, 05:11 PM
Dutch_Boy Dutch_Boy is offline
 
Join Date: Dec 2007
Location: The Netherlands
Posts: 214
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Im putting this on a hold for a sec. Because my vBCommerce stop working 2 days ago and that mod uses postbits.

Maybe thats the problem because i turned all the other mods off that i just installed and it didnt go away.

--------------- Added [DATE]1248287732[/DATE] at [TIME]1248287732[/TIME] ---------------

Ok? the vbcommerce is online and working. And this doesnt cause the problem.

Im going to turn all the mods i installed on my forum offline in 1 hour en 30 min. Thats 22:00 in dutch time

I hope this will tell me what mod is causing this problem.

Are there other ways to find out what cause this problem?
Reply With Quote
  #8  
Old 07-22-2009, 09:53 PM
Lynne's Avatar
Lynne Lynne is offline
 
Join Date: Sep 2004
Location: California/Idaho
Posts: 41,180
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Turning off the modifications that use that hook location is really the only way to figure out what is wrong. Well, or look at every plugin using that hook location and then see if line 25 of the plugin has an error. If you can spot it that way, then great.
Reply With Quote
  #9  
Old 07-22-2009, 11:43 PM
Dismounted's Avatar
Dismounted Dismounted is offline
 
Join Date: Jun 2005
Location: Melbourne, Australia
Posts: 15,047
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

It's actually caused by malformed code in a template called search_results_postbit, not a plugin.
Reply With Quote
  #10  
Old 07-23-2009, 02:15 AM
Lynne's Avatar
Lynne Lynne is offline
 
Join Date: Sep 2004
Location: California/Idaho
Posts: 41,180
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Dismounted View Post
It's actually caused by malformed code in a template called search_results_postbit, not a plugin.
Glad you spotted that. How did I miss that? Oh boy... too much sun on the brain right now!
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 06:41 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.04184 seconds
  • Memory Usage 2,258KB
  • 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
  • (1)bbcode_php
  • (2)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
  • (1)pagenav_pagelink
  • (10)post_thanks_box
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (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
  • 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
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete