PleegWat wrote:There is an important SQL construct, subqueries, which is only possible with mysql 4.1 and higher. There are several places in roster where we used to have extra queries and php constructs which have been replaced by a single subquery, allowing a sizable speed increase in all cases. Coding for 4.0 compatibility and maintaining the speed increase on 4.1+ is not feasible.
The version check is in install.php, line 554. Replace '4.1' by '4.0'.
Installations on systems that do not meet the version requirements are not eligible for support.
My server is also running SQL Version 4.0.20
I tried to make the change quote above and still cannot get past step 3.
I will talk to my ISP to see if they can upgrade the server to a newer version of SQL, but any idea why making the change you suggested wouldn't fix the issue?
Thanks!