Register Members List Search Today's Posts Mark Forums Read

 
 
Mod Options
  #1  
Old 06 May 2003, 01:20
Crazy Pete Crazy Pete is offline
 
Join Date: Nov 2002
Unhappy Only error I'm getting now -- no idea how to fix!

Any help on this would be appreciated. It's the only error I'm getting. I did run the repair.php script but it didn't help (didn't think it would but I figured it'd be worth a shot).

Also, I did a search but it's kind of hard to search for an exact error:

Database error in vBulletin 2.3.0:


Invalid SQL: SELECT COUNT(*) AS posts FROM post
WHERE post.visible=1 AND post.threadid= AND 1=1 AND post.userid='166'
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 1=1 AND post.userid='166'' at line 2


mysql error number: 1064


Date: Monday 05th of May 2003 05:07:44 PM
Script: http://www.expectedmiracles.com/foru...&searchid=5271
Referer:
__________________
Webmaster/Technical Consultant for...
http://www.expectedmiracles.com/foru.../signatur.jpeg

My DVD Collection - Currently: 222
Comments
  #2  
Old 06 May 2003, 17:04
Xenon's Avatar
Xenon Xenon is offline
 
Join Date: Oct 2001
Real name: Stefan Kaeser

Block Disabled:      (Update License Status)  
Suspended or Unlicensed Members Cannot View Code.

and post.threadid= ???????????

there you should add an value
__________________
Unfortunatelly i am completely out of vbulletin buisness, so i won't upgrade any of my hacks anymore. Everyone who wants to upgrade my hacks or use part of my codes is allowed to do so, without needing any special permission by me anymore. You just have to mention my full name if you want to reuse some of my work, thats all i ask for.
  #3  
Old 06 May 2003, 23:59
Crazy Pete Crazy Pete is offline
 
Join Date: Nov 2002
Hm, ok. Well I think this error is related to Erwin's "Search Thread" hack, and here's the query that I have in my search.php.

$getnum=$DB_site->query_first("SELECT COUNT(*) AS posts FROM post
".
iif(strlen(strpos($search[query],"thread."))," LEFT JOIN thread ON thread.threadid=post.threadid ","").
" WHERE post.visible=1 AND $newpostsql $searchthreadquery $search[query]");

Is that what it should be or no? I'm guessing no. But I did follow the instructions correctly.
__________________
Webmaster/Technical Consultant for...
http://www.expectedmiracles.com/foru.../signatur.jpeg

My DVD Collection - Currently: 222
  #4  
Old 07 May 2003, 03:17
Erwin's Avatar
Erwin Erwin is offline
 
Join Date: Jan 2002
You installed my hack wrongly. Uninstall it, and install again. That line of code you posted is ALL WRONG. Too many closing brackets - what did you do???
  #5  
Old 07 May 2003, 04:13
Crazy Pete Crazy Pete is offline
 
Join Date: Nov 2002
Starting from a fresh 2.3.0 search.php file, added your code to the T, this is the query now...

$getnum=$DB_site->query_first("SELECT COUNT(*) AS posts FROM post
".
iif(strlen(strpos($search[query],"thread."))," LEFT JOIN thread ON thread.threadid=post.threadid ","").
" WHERE post.visible=1 AND $newpostsql $searchthreadquery $search[query]");
__________________
Webmaster/Technical Consultant for...
http://www.expectedmiracles.com/foru.../signatur.jpeg

My DVD Collection - Currently: 222
  #6  
Old 07 May 2003, 04:16
Crazy Pete Crazy Pete is offline
 
Join Date: Nov 2002
And here's the original (un-hacked at all) query...

$getnum=$DB_site->query_first("SELECT COUNT(*) AS posts FROM post
".
iif(strlen(strpos($search[query],"thread."))," LEFT JOIN thread ON thread.threadid=post.threadid ","").
" WHERE post.visible=1 AND $newpostsql $search[query]");
__________________
Webmaster/Technical Consultant for...
http://www.expectedmiracles.com/foru.../signatur.jpeg

My DVD Collection - Currently: 222
  #7  
Old 09 May 2003, 00:02
Crazy Pete Crazy Pete is offline
 
Join Date: Nov 2002
Still getting that same error...but the query is right according to the directions in that hack.
__________________
Webmaster/Technical Consultant for...
http://www.expectedmiracles.com/foru.../signatur.jpeg

My DVD Collection - Currently: 222
  #8  
Old 09 May 2003, 00:23
Erwin's Avatar
Erwin Erwin is offline
 
Join Date: Jan 2002
That query looks right. Did you install the bit that tells the file what the variable $searchthreadquery is meant to be? If not, then that line will produce an error.
  #9  
Old 09 May 2003, 00:48
Crazy Pete Crazy Pete is offline
 
Join Date: Nov 2002
I did. Since it looks like I'm just running around in circles here, would it be possible for me to send you my search.php file for you to look at?

If you would, that would be excellent.
__________________
Webmaster/Technical Consultant for...
http://www.expectedmiracles.com/foru.../signatur.jpeg

My DVD Collection - Currently: 222
  #10  
Old 10 May 2003, 04:50
Erwin's Avatar
Erwin Erwin is offline
 
Join Date: Jan 2002
Sure, PM it to me.
  #11  
Old 10 May 2003, 13:43
Crazy Pete Crazy Pete is offline
 
Join Date: Nov 2002
Thanks very much, Erwin. Sent.
__________________
Webmaster/Technical Consultant for...
http://www.expectedmiracles.com/foru.../signatur.jpeg

My DVD Collection - Currently: 222
  #12  
Old 10 May 2003, 18:55
Crazy Pete Crazy Pete is offline
 
Join Date: Nov 2002
Ok, I figured out that the error occurs when you do a "search for all posts made by this user" but I'm not sure what caused it or how to fix it, short of uploading a fresh version of search.php and readding the hacks back into that.

I might try that, though.
__________________
Webmaster/Technical Consultant for...
http://www.expectedmiracles.com/foru.../signatur.jpeg

My DVD Collection - Currently: 222
  #13  
Old 11 May 2003, 01:34
Crazy Pete Crazy Pete is offline
 
Join Date: Nov 2002
Ok, tried that. Confirmed it IS an error caused by Erwin's "Search Thread" hack. Starting with a fresh 2.3.0 search.php file, added in that hack step by step exactly. Went into a user's profile and clicked "Search for all posts made by this user." Search window came up as though it were searching, then when it went to displa the results, pulled up the error listed above.

Might want to merge this thread with his hack thread?
__________________
Webmaster/Technical Consultant for...
http://www.expectedmiracles.com/foru.../signatur.jpeg

My DVD Collection - Currently: 222
 


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
Mod Options

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


New To Site? Need Help?

All times are GMT. The time now is 12:00.

Layout Options | Width: Wide Color: