Menu

Can't access admin after install

Help
2008-10-27
2013-04-24
  • talkinggoat

    talkinggoat - 2008-10-27

    IIS 6
    Server 2003
    PHP 5.2 build 3790
    MySQL 5.0.67 msi build using mysqladmin gui.
    Timeclock 1.0.4

    Got the error about the create_tables.sql not setup correctly:
    INSERT INTO employees VALUES ('admin', NULL, 'xy.RY2HT1QTc2', 'administrator', '', '', '', 1, 1, 1, '');

    Fixed with :
    INSERT INTO employees VALUES ('admin', NULL, 'xy.RY2HT1QTc2', 'administrator', '', '', '', 1, 1, 1, 0);

    Still getting login failure using admin/admin

     
    • talkinggoat

      talkinggoat - 2008-10-27

      Please disregard. My dumb a$$ didn't set the permissions properly in the sql database.

       

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.