i have just finished installing PluggedOut Blog, i am trying to login to the admin area, according to the installation instructions, the default login is admin and the password is password. i've tried everything to make it work. i am not sure if the dedicated server that i just leased support this type of script. i have mysql5 install, can you guys give me any ideas on this on how to fix this or any solution on how to make it work? thanks
yeah, i've heard of this error in the past.
a friend one told me that there might be an issue with this in the exe.php file:
Code:$password = mysql_escape_string(crypt($_POST["cms_password"],"$2a$07$doowaadiddydiddydumdiddydoo$"));
I've tried it myself, the basically this is what i did to resolve this issue:
clear all you cookies and your chache from your browser, after you do this, the default login and password should work fine.