Step 3 issue

Ask your questions regarding TimeTrex installation here.
Locked
Slugs
Posts: 8
Joined: Mon Aug 13, 2007 8:38 am

Step 3 issue

Post by Slugs »

OpenBSD 4.1
Mysql 5.0.33
Timetrex v2.0.3

OpenBSD 4.1 comes apache chroot default. I'm not sure if this has to do with my issue when I hit the next button during step 3.

This is the debug output:


Fatal error: Uncaught exception 'ADODB_Exception' with message 'mysqlt error: [1018: Can't read dir of './timetrex/' (errno: 13)] in EXECUTE("SHOW TABLES") ' in /htdocs/timetrex/classes/adodb/adodb-exceptions.inc.php:78 Stack trace: #0 /htdocs/timetrex/classes/adodb/adodb.inc.php(886): adodb_throw('mysqlt', 'EXECUTE', 1018, 'Can't read dir ...', 'SHOW TABLES', false, Object(ADODB_mysqlt)) #1 /htdocs/timetrex/classes/adodb/adodb.inc.php(861): ADOConnection->_Execute('SHOW TABLES', false) #2 /htdocs/timetrex/classes/adodb/adodb.inc.php(2148): ADOConnection->Execute('SHOW TABLES') #3 /htdocs/timetrex/classes/adodb/drivers/adodb-mysql.inc.php(72): ADOConnection->MetaTables(false, false) #4 /htdocs/timetrex/classes/modules/install/Install.class.php(322): ADODB_mysql->MetaTables() #5 /htdocs/timetrex/interface/install/DatabaseConfig.php(80): Install->checkTableExists('system_setting') #6 {main} thrown in /htdocs/timetrex/classes/adodb/adodb-exceptions.inc.php on line 78

if more information is needed please let me know

Thanks,
shaunw
Posts: 7839
Joined: Tue Sep 19, 2006 2:22 pm

Post by shaunw »

Looks like it could be a MySQL error. If open a MySQL console and run:

show tables;

Do you get any sort of error?
Slugs
Posts: 8
Joined: Mon Aug 13, 2007 8:38 am

Post by Slugs »

It ended up being that the timetrex user did not have correct permissions to the timetrex database.

Thanks for the help.
Locked