I too am having trouble loging in. Seemed like the admin worked the first few times as did my 2nd user's login, but after about an hour, no longer worked. Tried the password reset and that does not work either. I ever tried changing the info in phpmyadmin and that does not work either. I need to get in and use this soon. Please let me know how this can be fixed...
1) On the login page, click Options, Remember me for 2 weeks
2) Sync clocks between server and workstation
did that. well actually the server and my computer were already the exact same time. also tried the remember AGAIN and still didn't work.
Any errors in cache/log.php?
here's what was in the error log:
Session "default" started at 2012-01-30T17:06:01+0000
#1 ERROR: Error: chmod() [function.chmod]: Operation not permitted in '/home/wendyar/public_html/projects/environment/classes/AutoLoader.class.php' on line 151 (error code: 2)
Time since start: 0.702559947968 seconds
Not sure what that means? can you help?
Please check what the rights are on /upload. They should be 775. If not, try changing them to 775 and make sure the change applies to all subdirectories as well (recursive).
If your shared hoster does not allow 775 e.g. only 755 then you need to change Autoloader.class.php.
Find the line with this:
const INDEX_FILE_MOD = 0775;
and change it accordingly.
Note: New issue. Interesting.