I use the News-Engine 1.5.1 script in my website. He worked perfectly till now. It was replaced on the server now the MySQL. PHP 5.2.4 and MySQL 5.0.51 versions run on the server. During the run of the site, I get the following error message:
Error message: Query fatal error:
Query:UPDATE news1_news SET reads=reads+1 WHERE newsid='68'
Fehlermeldung: 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 'reads=reads+1 WHERE newsid='68'' at line 1
Script: /.../news/admin/enginelib/class.db.php ( on Line: 90)
Do you know any solution to this problem?