System Check Acceptance Prolem

Ask your questions regarding TimeTrex installation here.
Locked
devils
Posts: 2
Joined: Sun Oct 22, 2006 10:24 am

System Check Acceptance Prolem

Post by devils »

Hi,

I am having problem with the istallation, geting few errors, listed below,


PHP Version: OK (v5.1.2)
Database Engine: OK
PHP BCMATH Enabled: OK
PHP SOAP Enabled: OK
Writable TimeTrex Configuration File (timetrex.ini.php): OK
Writable Cache Directory: Warning: Not writable (/tmp/timetrex)
Writable Storage Directory: Warning: Not writable (/var/timetrex/storage)
Writable Log Directory: Warning: Not writable (/var/log/timetrex)
PHP Safe Mode Turned Off: OK
PHP Memory Limit: OK
Your TimeTrex configuration file (timetrex.ini.php) is located at:
C:\apache2triad\htdocs\timetrex\includes\..\timetrex.ini.php

Your PHP configuration file (php.ini) is located at:
C:\WINDOWS\php.ini, the include path is: ".;C:\apache2triad\php;C:\apache2triad\php\smarty;C:\apache2triad\php\pear"


i have tried everything but nuthing.

even i tried the following steps but i am unable to get rid of above errors.

1. Download and install Apache2Triad

2. Load up your web browser and point it to: http://localhost/apache2triadcp/ then login as: root using the password you created when installing Apache2Triad.

3. At the bottom of page, enable autostart of PostgreSQL, and if you are not using it, disable autostart of MySQL, and slimFTPd.

4. Just above the autostart section of the page, in the middle you will find the PHP logo, click the "Pencil" icon to the right of it to edit php.ini.

5. At the bottom of php.ini, add this line:
extension=php_soap.dll
Then press the "Write to File" button and go back to the Apache2TriadCP page (press your browser Back button twice).

6. Press the "Restart Apache" button at the far bottom left of the screen so your changes take effect.

7. Open up a command prompt and change to c:\apache2triad\php\bin to execute the following commands:
pear config-set preferred_state beta
pear install -f --alldeps Archive_Tar
pear install -f pear
pear install -f --alldeps HTML_Progress
pear install -f --alldeps HTTP_Download
pear install -f --alldeps HTML_AJAX-alpha

If you get an error regarding CURL during this process, you can ignore it, everything should continue regardless.

8. Unzip the TimeTrex archive to c:\apache2triad\htdocs, and rename the directory to "timetrex".

9. Point your web browser to: http://localhost/timetrex/interface/install/install.php to proceed with the installation.



Any help will be great,

thax
mikeb
Posts: 709
Joined: Thu Jul 27, 2006 11:58 am

Re: System Check Acceptance Prolem

Post by mikeb »

devils wrote:Hi,

I am having problem with the istallation, geting few errors, listed below,


PHP Version: OK (v5.1.2)
Database Engine: OK
PHP BCMATH Enabled: OK
PHP SOAP Enabled: OK
Writable TimeTrex Configuration File (timetrex.ini.php): OK
Writable Cache Directory: Warning: Not writable (/tmp/timetrex)
Writable Storage Directory: Warning: Not writable (/var/timetrex/storage)
Writable Log Directory: Warning: Not writable (/var/log/timetrex)
PHP Safe Mode Turned Off: OK
PHP Memory Limit: OK
Your TimeTrex configuration file (timetrex.ini.php) is located at:
C:\apache2triad\htdocs\timetrex\includes\..\timetrex.ini.php

Your PHP configuration file (php.ini) is located at:
C:\WINDOWS\php.ini, the include path is: ".;C:\apache2triad\php;C:\apache2triad\php\smarty;C:\apache2triad\php\pear"


i have tried everything but nuthing.

even i tried the following steps but i am unable to get rid of above errors.

1. Download and install Apache2Triad

2. Load up your web browser and point it to: http://localhost/apache2triadcp/ then login as: root using the password you created when installing Apache2Triad.

3. At the bottom of page, enable autostart of PostgreSQL, and if you are not using it, disable autostart of MySQL, and slimFTPd.

4. Just above the autostart section of the page, in the middle you will find the PHP logo, click the "Pencil" icon to the right of it to edit php.ini.

5. At the bottom of php.ini, add this line:
extension=php_soap.dll
Then press the "Write to File" button and go back to the Apache2TriadCP page (press your browser Back button twice).

6. Press the "Restart Apache" button at the far bottom left of the screen so your changes take effect.

7. Open up a command prompt and change to c:\apache2triad\php\bin to execute the following commands:
pear config-set preferred_state beta
pear install -f --alldeps Archive_Tar
pear install -f pear
pear install -f --alldeps HTML_Progress
pear install -f --alldeps HTTP_Download
pear install -f --alldeps HTML_AJAX-alpha

If you get an error regarding CURL during this process, you can ignore it, everything should continue regardless.

8. Unzip the TimeTrex archive to c:\apache2triad\htdocs, and rename the directory to "timetrex".

9. Point your web browser to: http://localhost/timetrex/interface/install/install.php to proceed with the installation.



Any help will be great,

thax
It appears your running windows, so you should change these paths in your timetrex.ini.php file:

Writable Cache Directory: Warning: Not writable (/tmp/timetrex)
Writable Storage Directory: Warning: Not writable (/var/timetrex/storage)
Writable Log Directory: Warning: Not writable (/var/log/timetrex)

They should be something like:

Cache: c:\temp\timetrex
Storage: c:\timetrex\storage
Log: c:\timetrex\log
TimeTrex Community Edition is developed and supported by volunteers.
Help motivate us to continue by showing your appreciation!
devils
Posts: 2
Joined: Sun Oct 22, 2006 10:24 am

Re: System Check Acceptance Prolem

Post by devils »

mikeb wrote:
devils wrote:Hi,

I am having problem with the istallation, geting few errors, listed below,


PHP Version: OK (v5.1.2)
Database Engine: OK
PHP BCMATH Enabled: OK
PHP SOAP Enabled: OK
Writable TimeTrex Configuration File (timetrex.ini.php): OK
Writable Cache Directory: Warning: Not writable (/tmp/timetrex)
Writable Storage Directory: Warning: Not writable (/var/timetrex/storage)
Writable Log Directory: Warning: Not writable (/var/log/timetrex)
PHP Safe Mode Turned Off: OK
PHP Memory Limit: OK
Your TimeTrex configuration file (timetrex.ini.php) is located at:
C:\apache2triad\htdocs\timetrex\includes\..\timetrex.ini.php

Your PHP configuration file (php.ini) is located at:
C:\WINDOWS\php.ini, the include path is: ".;C:\apache2triad\php;C:\apache2triad\php\smarty;C:\apache2triad\php\pear"


i have tried everything but nuthing.

even i tried the following steps but i am unable to get rid of above errors.

1. Download and install Apache2Triad

2. Load up your web browser and point it to: http://localhost/apache2triadcp/ then login as: root using the password you created when installing Apache2Triad.

3. At the bottom of page, enable autostart of PostgreSQL, and if you are not using it, disable autostart of MySQL, and slimFTPd.

4. Just above the autostart section of the page, in the middle you will find the PHP logo, click the "Pencil" icon to the right of it to edit php.ini.

5. At the bottom of php.ini, add this line:
extension=php_soap.dll
Then press the "Write to File" button and go back to the Apache2TriadCP page (press your browser Back button twice).

6. Press the "Restart Apache" button at the far bottom left of the screen so your changes take effect.

7. Open up a command prompt and change to c:\apache2triad\php\bin to execute the following commands:
pear config-set preferred_state beta
pear install -f --alldeps Archive_Tar
pear install -f pear
pear install -f --alldeps HTML_Progress
pear install -f --alldeps HTTP_Download
pear install -f --alldeps HTML_AJAX-alpha

If you get an error regarding CURL during this process, you can ignore it, everything should continue regardless.

8. Unzip the TimeTrex archive to c:\apache2triad\htdocs, and rename the directory to "timetrex".

9. Point your web browser to: http://localhost/timetrex/interface/install/install.php to proceed with the installation.



Any help will be great,

thax
It appears your running windows, so you should change these paths in your timetrex.ini.php file:

Writable Cache Directory: Warning: Not writable (/tmp/timetrex)
Writable Storage Directory: Warning: Not writable (/var/timetrex/storage)
Writable Log Directory: Warning: Not writable (/var/log/timetrex)

They should be something like:

Cache: c:\temp\timetrex
Storage: c:\timetrex\storage
Log: c:\timetrex\log

thats right im running windows and i have set the paths as u said but still got the same problem. do i have to make these directories in c:

c:\temp\timetrex??
c:\timetrex\storage???
c:\timetrex\log??


timetrex.ini.php
;
;
; TimeTrex Configuration File
;
;

;
; System paths. NO TRAILING SLASHES!
;
[path]
;URL to TimeTrex web root directory. ie: http://your.domain.com/<BASE_URL>
base_url = /timetrex/interface

;
;log directory
;
;Linux
log = /var/log/timetrex
;Windows
;log = c:\timetrex\log

;
;Misc storage, for attachments/images
;
;Linux
storage = /var/timetrex/storage
;Windows
;storage = c:\timetrex\storage

;
;Full path and name to the PHP CLI Binary
;
;Linux
php_cli = /usr/bin/php
;Windows
;php_cli = c:\php\php.exe



;
; Database connection settings. These can be set from the installer.
;
[database]
type = mysql
host = localhost
database_name = fiveriver
user = root
password = triadpass



;
; Cache settings
;
[cache]
enable = TRUE
;Linux
dir = /tmp/timetrex
;Windows
;dir = c:\temp\timetrex



[debug]
;Set to false if you're debugging
production = TRUE

enable = FALSE
enable_display = FALSE
buffer_output = TRUE
enable_log = TRUE
verbosity = 10



[other]
; Force all clients to use SSL.
force_ssl = FALSE
installer_enabled = TRUE

;WARNING: DO NOT CHANGE THIS AFTER YOU HAVE INSTALLED TIMETREX.
;If you do it will cause all your passwords to become invalid,
;and you may lose access to some encrypted data.
salt = 0
mikeb
Posts: 709
Joined: Thu Jul 27, 2006 11:58 am

Post by mikeb »

Correct, you need to create the directories and confirm that your web server has permissions to write to them too of course.
TimeTrex Community Edition is developed and supported by volunteers.
Help motivate us to continue by showing your appreciation!
Locked