Quote:
Originally Posted by cirisme
Are you using MySQL 4?
I ran into the same problem... it's because MySQL will return NULL when count(_) contains nothing, not 0, so you need to find this line and intval() it 
|
Well, I will surely love you forever if this can fix it.
Where do I find the line (where to look) and sorry for not being in the know, what do you mean by intval() it?
I can add hacks, find most errors and find my way around mySQL if I know what to look for, but other than that, I'm really just a newbie to php and mySQL
I can update all counters, just not "Update treade info", that must give some idea of what file to look in?