Quote:
Originally Posted by lierduh
According to the error messsage, the problem is "SET value = ", it is empty instead of a number. The number is fetched through:
"SELECT MAX(postid) as postid FROM post"
This is a very standard query and should work. If you can run MySQL query either through shell or phpmyadmin etc, try out that query and see what error do you get. By the way, what version of MySQL do you run?
|
Run query but no mysql error. Got: Showing rows 0 - 0 (1 total, Query took 0.0002 sec)
SQL-query:
SELECT MAX( postid ) AS postid
FROM post
MySQL version 4.0.20-standard
Run script on two differents hosts and fresh install with two differents news servers (public and paid). Got same mysql error. I just noticed that Odoin got the same error:
https://vborg.vbsupport.ru/showpost....&postcount=505
https://vborg.vbsupport.ru/showthrea...022#post550022