I recently inherited a forum running 1.0.10. I want to upgrade it to 1.1.10, or if the 2.x line releases soon, to it. I tried using the upgrade version of the download, but it complains about an SQL statement
Upgrading...
Updating and creating indexes...
Unsuccessful!
This query:
ALTER TABLE smf_smileys
ORDER BY LENGTH(code) DESC;
Caused the error:
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 'LENGTH(code) DESC' at line 2
Any ideas on this?
PHP Version: 5.2.6
MySQL Version: 5.0.81-community
Thanks in advance.