50
gomammy is killing me. My site just can´t stand with more than 50 users. They said It was something in my site but a day latter, I recieved a warning that the server was going to a maintenence. After the maintenence i had a blessed week with my 250 user online and low server load. Today I have my server down and had to close it again to visitants. And... they say to me :
The maintenance that was performed was standard maintenance that we performed to improve our systems
(I can ear them saying that is not their fault again)
I have cached, I have cut queries to minimum...
Everything was good yesterday... How can it be my fault?
Well, as you were saying,
news module uses the storis table to store the reads in the 'hits' field. The file responsible to the update is article.php. First there is a check to see if it is the admin that is reading. If not, then it calls a function (do not remember but is something like news_updatecount() in include/functions.php or like $storie->updateCount() being that in class.story.php)
Check your sql debug info to see if the update is done, errors, etc.