• I have a Database 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 ‘SET user_pass = MD5(‘a76ac5’) WHERE user_login = ‘admin” at li]
    UPDATE SET user_pass = MD5(‘a76ac5’) WHERE user_login = ‘admin’

    However my Zend Optimizer has been upgraded.

Viewing 1 replies (of 1 total)
  • I had similar – very strange – results when I upgraded PHP. Turck mmcache did not like the update or its (old) cache files. So try to find if Zend Optimizer stores compiled PHP code somewhere (/var/cache/zend or /tmp maybe) and delete these files to make ZO re-compile everything…

Viewing 1 replies (of 1 total)
  • The topic ‘Can’t Login’ is closed to new replies.