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
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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
Please disregard. My dumb a$$ didn't set the permissions properly in the sql database.