Quote:
Originally Posted by Flashinblue
Code:
d) Find:
PHP:
SUM(IF(lastpost>=$lastread AND open<>10,1,0)) AS newthread
Replace with:
PHP:
SUM(IF(thread.lastpost>=$lastread AND open<>10,1,0)) AS newthread
had a bit of problem with this as it gave me a database error. Swapped this part and it now works fine.
|
I got this same error!
I hack the file four times already, but the same error
I'm using vb3.0.1
I try to Swap, like Flashinblue says, but the error don't stop.
Any ideas? :disappointed: