I need this problem diagnosed please.

Ask your questions regarding TimeTrex installation here.
Locked
worldwidelab
Posts: 13
Joined: Tue May 27, 2008 9:42 pm
Contact:

I need this problem diagnosed please.

Post by worldwidelab »

How do I fix these 4 problems?

TimeTrex Version: OK (v2.2.9)
PHP Version: OK (v5.2.4-2ubuntu5.1)
PHP Requirements
Database Engine: Invalid
BCMATH Enabled: OK
GETTEXT Enabled: OK
CALENDAR Enabled: OK
SOAP Enabled: OK
GD Enabled: Warning: Not Installed. (GD extension must be enabled)
SimpleXML Enabled: OK
MAIL Enabled: OK
PEAR Enabled: OK
Safe Mode Turned Off: OK
Magic Quotes GPC Turned Off: magic_quotes_gpc is On. (Please disable it in php.ini)
Memory Limit: Warning: 16M (Set this to 128M or higher)


Other Requirements
Writable TimeTrex Configuration File (timetrex.ini.php): OK
Writable Cache Directory: OK
Writable Storage Directory: OK
Writable Log Directory: OK
Empty Cache Directory: OK

* Your TimeTrex configuration file (timetrex.ini.php) is located at:
/var/www/timetrex/includes/../timetrex.ini.php

* Your PHP configuration file (php.ini) is located at:
/etc/php5/apache2/php.ini, the include path is: ""
worldwidelab
Posts: 13
Joined: Tue May 27, 2008 9:42 pm
Contact:

Why won't anyone help me?

Post by worldwidelab »

Why won't anyone help me? I see more posts that are new here and yet no one replies to mine? Is it simply that no one knows how to fix my problem?
shaunw
Posts: 7839
Joined: Tue Sep 19, 2006 2:22 pm

Post by shaunw »

You will need to install the following packages:

php-mysql
php-pgsql
php-gd OR php-gd2

Then you will need to edit your /etc/php5/apache2/php.ini file and find the line:

magic_quotes_gpc = On

Change it to:

magic_quotes_gpc = Off

As well, find the line:

memory_limit = 16M

Change it to:

memory_limit = 128M

That should get you started.
worldwidelab
Posts: 13
Joined: Tue May 27, 2008 9:42 pm
Contact:

Post by worldwidelab »

Thank you. Sounds like this will work. Have you ever thought about joining the Ultumix community and helping out there? We could sure use a person like you on our team.

Thanks again

Justin Breithaupt
worldwidelab
Posts: 13
Joined: Tue May 27, 2008 9:42 pm
Contact:

Post by worldwidelab »

One side note. Instead of saying for example:

php-mysql

say:

php5-mysql

Ultumix and Ubuntu use this name for the packages. :)
worldwidelab
Posts: 13
Joined: Tue May 27, 2008 9:42 pm
Contact:

Post by worldwidelab »

One more problem.

It uses the /tmp/timetrex directory and it does not have permissions to access this directory. I changed the permissions of the timetrex folder but it only worked while logged in. Once I restarted the computer it changed the permissions. I tried changing /tmp/ also. What can I do?
shaunw
Posts: 7839
Joined: Tue Sep 19, 2006 2:22 pm

Post by shaunw »

You can use any directory you wish, /tmp/timetrex is just the default.

You can make a directory like: /var/www/timetrex/tmp and use that if you wish.
worldwidelab
Posts: 13
Joined: Tue May 27, 2008 9:42 pm
Contact:

Post by worldwidelab »

I understand that but where do you tell it to use that instead of /tmp/timetrex? Is it in the php.ini file?
worldwidelab
Posts: 13
Joined: Tue May 27, 2008 9:42 pm
Contact:

Post by worldwidelab »

shaunw wrote:You can use any directory you wish, /tmp/timetrex is just the default.

You can make a directory like: /var/www/timetrex/tmp and use that if you wish.
Got it fixed. Changed it to /var/www/timetrex/tmp/timetrex and changed the permissions.
Locked