sapphirecat
07-07-2005, 01:24 PM
I apologize if there's been a release since 1.4.1 which fixes this--1.4.1 was the last one I noticed was out.
admin/index.php line 87 reads:
if(sql_query($query))
That should be "mysql_query" instead! Otherwise there's a database error with no error message, and I guess nothing happens.
I worked around it by uploading a modified admin/index.php that didn't require the correct password, logged in, set a new password, and put the original (but fixed) PHP back.
admin/index.php line 87 reads:
if(sql_query($query))
That should be "mysql_query" instead! Otherwise there's a database error with no error message, and I guess nothing happens.
I worked around it by uploading a modified admin/index.php that didn't require the correct password, logged in, set a new password, and put the original (but fixed) PHP back.