vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   random database errors (https://vborg.vbsupport.ru/showthread.php?t=195973)

ATVTorture 11-11-2008 11:51 AM

random database errors
 
I'm getting database errors for a reason unknown to me. Most commonly, they're generated by one particular user on our forum, but occassioanlly from guests.

It seems most common that the referrer is showthread.php if that makes a difference.

These are the latest ones:

Quote:

Database error in vBulletin 3.7.3:

Invalid SQL:
SELECT IF(visible = 2, 1, 0) AS isdeleted,

NOT ISNULL(subscribethread.subscribethreadid) AS issubscribed, emailupdate, folderid,
thread.*

FROM thread AS thread

LEFT JOIN subscribethread AS subscribethread ON (subscribethread.threadid = thread.threadid AND subscribethread.userid = AND subscribethread.canview = 1)

WHERE thread.threadid = 3354;

MySQL Error : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'AND subscribethread.canview = 1)

WHERE thread.threadid = 3354' at line 10
Error Number : 1064
Request Date : Tuesday, November 11th 2008 @ 08:42:59 AM
Error Date : Tuesday, November 11th 2008 @ 08:42:59 AM
Script : http://mysite.com/forums/newreply.ph...uote=1&p=16436
Referrer : http://mysite.com/forums/showthread.php?t=3354
--------------- Added [DATE]1226419658[/DATE] at [TIME]1226419658[/TIME] ---------------

When trying to view this user's profile, I get this:

Quote:

Database error in vBulletin 3.7.3:

Invalid SQL:

SELECT COUNT(*) AS count
FROM user
WHERE referrerid =
AND usergroupid NOT IN (3,4);

MySQL Error : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'AND usergroupid NOT IN (3,4)' at line 4
Error Number : 1064
Request Date : Tuesday, November 11th 2008 @ 11:04:34 AM
Error Date : Tuesday, November 11th 2008 @ 11:04:35 AM
Script : http://mysite.com/forums/member.php?u=569
Referrer :
I've also noticed if I make a change to the user in user manager and hit save, it says it saved the change. When I go back to the account, the change did not save.

We've created a new account and merged this one into it so they would lose posts and PMs. Account worked fine for a short while, then blew up again.

Any ideas?

Thanks!

Lynne 11-11-2008 02:27 PM

Have you tried disabling your plugins to see if you still get the same errors?
Note: To temporarily disable the plugin system, edit config.php and add this line right under <?php

PHP Code:

define('DISABLE_HOOKS'true); 


ATVTorture 11-11-2008 03:26 PM

Just did that and it fixed it. I was then able to figure out which mod was the culpritt

Thanks Lynne!


All times are GMT. The time now is 03:36 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.01088 seconds
  • Memory Usage 1,720KB
  • 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
  • (1)bbcode_php_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (3)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