http://j.imagehost.org/t/0003/pwadmin.jpg
I get this error.I am using hrace009 release.
Printable View
http://j.imagehost.org/t/0003/pwadmin.jpg
I get this error.I am using hrace009 release.
write error or upload image with bigger size ...
Im guessing its a failed to connect to mySQL database error?
If so make sure your .pwadminconf.jsp has the database as "dbo" and the password as "hrace009". The md5 check sets pwAdmins password. The one in red is the old hrace009 password
Also remember to delete the contents of your apache-tomcat-5.5.28/work folderCode://String iweb_password = "63a9f0ea7bb98050796b649e85481845";//root
String iweb_password = "4417086f7ca83a0f21ed7f7ccd29361e";//hrace009
String db_host = "localhost";
String db_port = "3306";
String db_user = "root";
String db_password = "hrace009";
String db_database = "dbo";