PDA

View Full Version : evry important thread WHERE postuserid=


HiSquad
01-12-2003, 07:49 PM
Hi ,
I would like to know what is exactly problem ?and How I can fix it?

My Problem is:
I remove user in my forum befor 1 year but now any thread that user write in it's appear this messeges:


Invalid SQL: SELECT COUNT(threadid) AS total FROM thread WHERE postuserid=
mysql error: You have an error in your SQL syntax near '' at line 1

mysql error number: 1064

Date: Sunday 12th of January 2003 04:37:55 PM



I hoop to tell me what I do now???


Thanks

Xenon
01-13-2003, 02:47 PM
update your counters within your admincp, that should help....

HiSquad
01-13-2003, 08:26 PM
I do it this befor .

I hoop to Help me

Xenon
01-14-2003, 04:26 PM
well it's a hack, and as long as you don't say which one we couldn'T help you more...

i think in your functions.php there would be a line like:
[php]$DB_site->query_first("SELECT COUNT(threadid) AS total FROM thread WHERE postuserid=$post[userid]");[php]

which produces the error, because its on the wron part of the getpostbit section, just put it into the if post[userid]!=0 section...

just a guess..

HiSquad
01-15-2003, 09:55 PM
Sir I didn't used any hack on this.

Please Tell me How I can fix this problem.

Thank you for help me.

Xenon
01-15-2003, 10:08 PM
well i can't help you if i don't know the error exactly, which file produces the error, what are the errorproducing lines...

TECK
01-16-2003, 03:49 AM
SELECT COUNT(*) AS total FROM thread WHERE postuserid=
Post the relevant code, we will have it solved rightaway...

HiSquad
01-17-2003, 12:43 AM
Thank you So much for Help me But I have a Question where I should put this code .

and You much to know there are over 300 thread do it same thing Because for one user.

Thank you for help me.

HiSquad
01-20-2003, 11:05 PM
Up

I need to know what I will do

Thanks

TECK
01-21-2003, 11:41 PM
Post the query that gives you the error (use [high] bbcode to highlight it) as well 10lines above and below that query line.

HiSquad
02-01-2003, 10:00 AM
Mr.TECK
Do you have any command can fix all thread because it's mooooore.

Thanks

Xenon
02-01-2003, 10:48 AM
Please read the posts exactly.

we can't do anything without your php-code

Post the query that gives you the error (use [high] bbcode to highlight it) as well 10lines above and below that query line.