vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   Got Error Number : 1064 (https://vborg.vbsupport.ru/showthread.php?t=264170)

mr1dul 05-25-2011 07:20 AM

Got Error Number : 1064
 
Just received the following email from my Vbulletin
Please help and tell what to do...

Database error in vBulletin 3.8.7:

Invalid SQL:

SELECT thread.threadid, thread.forumid, thread.title, thread.prefixid, thread.taglist, postusername, postuserid,
thread.lastpost, thread.replycount,
forum.title AS forumtitle
,post.pagetext AS preview


FROM discuss_thread AS thread
INNER JOIN discuss_forum AS forum ON (forum.forumid = thread.forumid)
LEFT JOIN discuss_post AS post ON (post.postid = thread.firstpostid)



WHERE thread.threadid IN (136, 175, 174, 134, 125, 274, 281, 235, 151, 156, 266, ) AND thread.visible = 1
AND forum.password = ''


ORDER BY lastpost DESC;

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 thread.visible = 1
AND forum.password = ''


ORDER BY lastpost ' at line 13
Error Number : 1064
Request Date : Wednesday, May 25th 2011 @ 03:07:04 AM
Error Date : Wednesday, May 25th 2011 @ 03:07:04 AM
Script : http://studychacha.com/discuss/279-a...ance-exam.html
Referrer :
IP Address : 66.249.71.42
Username : Unregistered
Classname : vB_Database
MySQL Version :

kh99 05-25-2011 07:52 AM

Try going to the admin control panel -> Maintenance -> Update Counters, and select "Rebuild Similar Threads".

mr1dul 05-25-2011 07:55 AM

Thanks for replying...

I did that but getting the same error.

kh99 05-25-2011 08:02 AM

Try it one more time, but set "Number of threads to process per cycle" to 300.

mr1dul 05-25-2011 08:10 AM

tried it twice .... but its still the same... :(

kh99 05-25-2011 08:17 AM

OK, try this: execute this SQL statement:

Code:

UPDATE discuss_thread set similar=('136, 175, 174, 134, 125, 274, 281, 235, 151, 156, 266') WHERE threadid = 279

mr1dul 05-25-2011 08:23 AM

Done.... You rock dude...

thanks

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

Hello..
I am getting those errors again
now on URL

http://studychacha.com/discuss/292-t...ance-exam.html

and 2 more... isn't there a permanent solution for this?

kh99 05-25-2011 12:53 PM

I don't understand how that could happen, so I don't know what the fix is. It looks like that could only happen if there was a null threadid in the thread table, but that shouldn't be possible. ETA: Do you have any mods that affect similar threads?

You could turn off "Automatic Similar Thread Search" if it becomes a big problem - not a fix of course but at least your site will work.


All times are GMT. The time now is 08:55 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.01051 seconds
  • Memory Usage 1,725KB
  • 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_code_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (8)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