![]() |
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: |
Code:
SELECT COUNT(*) AS posts FROM post there you should add an value :) |
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. |
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???
|
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]"); |
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]"); |
Still getting that same error...but the query is right according to the directions in that hack.
|
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.
|
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. |
Sure, PM it to me.
|
All times are GMT. The time now is 06:59 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 | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|