Installation issues - mkdir()

Ask your questions regarding TimeTrex installation here.
Locked
fbnewtz
Posts: 3
Joined: Wed Jan 17, 2007 10:11 am

Installation issues - mkdir()

Post by fbnewtz »

I am having some weird issues with installing TimeTrex 1.4.1 on RHEL 4.

This is the error message I am receiving when trying to get the database installed:
Warning: mkdir() [function.mkdir]: Permission denied in /usr/local/apache/htdocs/timetrax/classes/adodb/adodb.inc.php on line 1628
Unable to mkdir /tmp/timetrex//e7 for select name,minute,hour,day_of_month,month,day_of_week,command,status_id,created_date,updated_date,id from cron where id = -1b:0; Trying to create 1
/tmp/timetrex//e7/adodb_e72aa4dbafb13d4f1b87eec19cdd5cec.cache cache failure: /tmp/timetrex//e7/adodb_e72aa4dbafb13d4f1b87eec19cdd5cec.cache file/URL not found (see sql below)
If you notice the //e7/adodb... here is what I have in my timetrex.ini.php file for the [cache] section:
;
; Cache settings
;
[cache]
enable = TRUE
;Linux
dir = /tmp/timetrex
I am running the following versions:

PHP 5.2.0
MySQL 5.0.27
Apache 1.3

I can post the rest of the log file with the extended output.
fbnewtz
Posts: 3
Joined: Wed Jan 17, 2007 10:11 am

Nevermind

Post by fbnewtz »

Obviously it was a permissions issue. I have someone else working with me and he didn't seem to understand it when I told him to open the permissions up for all users to actually do it. :D
Locked