Step 2 - Next disabled

Ask your questions regarding TimeTrex installation here.
Locked
shaaf
Posts: 3
Joined: Sat Jul 14, 2007 4:10 pm
Contact:

Step 2 - Next disabled

Post by shaaf »

Following is the output from the step 2. System check acceptance. requirements.php

Problem: The next button is disabled.

Platform: Ubuntut 7.04 Fiesty

Can anyone help?

TimeTrex Version: OK (v2.0.2)
PHP Version: OK (v5.2.3)
Database Engine: OK
PHP BCMATH Enabled: OK
PHP GETTEXT Enabled: OK
PHP SOAP Enabled: OK
PEAR: OK
Writable TimeTrex Configuration File (timetrex.ini.php): OK
Writable Cache Directory: OK
Empty Cache Directory: OK
Writable Storage Directory: OK
Writable Log Directory: OK
PHP Safe Mode Turned Off: OK
PHP Memory Limit: OK(128M)

* Your TimeTrex configuration file (timetrex.ini.php) is located at:
/usr/local/apache2/htdocs/timetrex/includes/../timetrex.ini.php

* Your PHP configuration file (php.ini) is located at:
, the include path is: ""


There is nothing in my apache error log either.

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

Post by shaunw »

Try installing the php-calendar extension, see if that enables the NEXT button.
shaaf
Posts: 3
Joined: Sat Jul 14, 2007 4:10 pm
Contact:

EnterpriseDB with timetrex - build php

Post by shaaf »

Thanks it works i used the following Command to build php

Code: Select all

./configure --with-pgsql=/../EnterpriseDB/8.2/dbserver --with-apxs2=/usr/local/apache2/bin/apxs --with-gettext=/usr/bin/gettext --enable-bcmath --enable-soap --enable-calendar
Last edited by shaaf on Tue Jul 17, 2007 4:51 am, edited 1 time in total.
Wings
Posts: 1
Joined: Mon Jul 16, 2007 9:23 pm

Details please

Post by Wings »

May I know the setup procedure in details, cause I'm a newbie.

Thanks in advance.
shaaf
Posts: 3
Joined: Sat Jul 14, 2007 4:10 pm
Contact:

Post by shaaf »

If you are building on a linux Box and with EnterpriseDB in case of postgres just change the --with-pgsql=PG_HOME path

Download apache 2.x from http://www.eng.lsu.edu/mirrors/apache/h ... 2.4.tar.gz

Code: Select all

./configure
make
sudo make install
This would mean it installs apache in /usr/local/apache2

Download php 5.x from http://www.php.net/get/php-5.2.3.tar.bz2/from/a/mirror

Code: Select all

./configure --with-pgsql=/../EnterpriseDB/8.2/dbserver --with-apxs2=/usr/local/apache2/bin/apxs --with-gettext=/usr/bin/gettext --enable-bcmath --enable-soap --enable-calendar

make
sudo make install
Once done follow the instructions in the ReadMe file that should take you home.

After that use the admin guide to setup timetrex.
Locked