pwAdmin Problem

Results 1 to 5 of 5
  1. #1
    Elite Member tawdarky is offline
    Member +Rank
    Nov 2008 Join Date
    RomaniaLocation
    125Posts

    pwAdmin Problem



    I get this error.I am using hrace009 release.


  2. #2
    Sorcerer Supreme Nikol@ is offline
    Member +Rank
    Nov 2008 Join Date
    CroatiaLocation
    327Posts

    Re: pwAdmin Problem

    Quote Originally Posted by tawdarky View Post


    I get this error.I am using hrace009 release.
    I can't open image -.-

    An unhandled DatabaseException was thrown. Please contact an administrator if this problem persists.

    Error: SQLite3::query(): Unable to prepare statement: 5, database is locked
    From ur link.. put on other image service

  3. #3
    RaGEZONER fgru is offline
    Grand MasterRank
    Sep 2009 Join Date
    germanyLocation
    1,510Posts

    Re: pwAdmin Problem

    write error or upload image with bigger size ...

  4. #4
    3D Illusionist Drakaer is offline
    Grand MasterRank
    Apr 2010 Join Date
    In My Own WorldLocation
    946Posts

    Re: pwAdmin Problem

    Quote Originally Posted by tawdarky View Post


    I get this error.I am using hrace009 release.
    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
    Code:
    //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";
    Also remember to delete the contents of your apache-tomcat-5.5.28/work folder
    Last edited by Drakaer; 03-05-10 at 09:43 PM.

  5. #5
    Elite Member tawdarky is offline
    Member +Rank
    Nov 2008 Join Date
    RomaniaLocation
    125Posts

    Re: pwAdmin Problem

    Quote Originally Posted by Drakaer View Post
    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
    Code:
    //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";
    Also remember to delete the contents of your apache-tomcat-5.5.28/work folder
    THX again.Yeah that was the error.I thought that might be the problem come config files.I upgraded to pwAdmin 1.0 and that's when i got the error.



Advertisement