Installation error on the License.php page

Ask your questions regarding TimeTrex installation here.
Locked
12tri4
Posts: 4
Joined: Wed Aug 08, 2007 11:53 am

Installation error on the License.php page

Post by 12tri4 »

I am running Apache 2.2 and PHP 5.2.3 and MySQL 5.0.45. I installed TimeTrex and proceeded to the install.php page and afer being forwarded to the License.php page received the following error along with a License Acceptance screen that explained how to enable the installer. Any advice is greatly appreciated.

Warning: Error parsing C:\xampp\htdocs\includes\..\timetrex.ini.php on line 32 in C:\xampp\htdocs\includes\global.inc.php on line 59
shaunw
Posts: 7839
Joined: Tue Sep 19, 2006 2:22 pm

Post by shaunw »

You have an error in your timetrex.ini.php file on line 32. Can you please post your timetrex.ini.php file here?
12tri4
Posts: 4
Joined: Wed Aug 08, 2007 11:53 am

next issue

Post by 12tri4 »

So I stumbled across the issue...bad path in the ini file. I corrected that and now the requirements.php page is displayed, but there are no images (text only) and the list of items that it mentions is blank. I only see "TimeTrex Version:" and the rest of the list is blank.
12tri4
Posts: 4
Joined: Wed Aug 08, 2007 11:53 am

timetrex.ini file

Post by 12tri4 »

;
;
; TimeTrex Configuration File
; *Windows Example*
;
;

;
; System paths. NO TRAILING SLASHES!
;
[path]
;URL to TimeTrex web root directory. ie: http://your.domain.com/<*BASE_URL*>
;DO NOT INCLUDE http://your.domain.com, just the directory AFTER your domain
base_url = /timetrex/interface

;
;log directory
;
log = c:\timetrex\log

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

;
;Full path and name to the PHP CLI Binary
;
php_cli = c:\xampp\php\php.exe



;
; Database connection settings. These can be set from the installer.
;
[database]
type = mysqlt
;type = postgres8

host = localhost
database_name = clock
user = root
password = B1t3m31



;
; Cache settings
;
[cache]
enable = TRUE
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
primary_company_id = 0

;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


































;<? if (; //Cause parse error to hide from prying eyes, just in case. DO NOT REMOVE?>
Locked