Problems with Province not showing in company.php

Ask your questions regarding TimeTrex installation here.
Locked
jtbryant
Posts: 7
Joined: Thu Jan 18, 2007 3:37 pm

Problems with Province not showing in company.php

Post by jtbryant »

1. When attempting to install the TimeTrex software, the province is not listed when it loads company.php.

2. I unzipped the timetrex software to C:\DotNetNuke\timetrex (C:\DotNetNuke is the root www folder on my server) created a MySQL database, update PHP to 5.1.2, installed PEAR and started the install process.

3. What version of TimeTrex you are running. 1.4.1

4. What version of PHP you are using. 5.1.2

5. What operating system you are running. Win2K3

6. What web server you are using. IIS 6

7. Have you configured PHP to log errors to a file, and what errors are showing up in this file?
("error_log = <filename>" in PHP.INI) No

8. In your TimeTrex.ini.php file, set the following under the [debug] section:
enable = TRUE
enable_display = TRUE
buffer_output = TRUE
enable_log = TRUE
verbosity = 11

Done, but I am actually installing, so if this is set it won't let me progress past the license.php
shaunw
Posts: 7839
Joined: Tue Sep 19, 2006 2:22 pm

Post by shaunw »

What did you set your base_url to in timetrex.ini.php?

As well, what is the full URL in your browser window when you run into the problem?
shaunw
Posts: 7839
Joined: Tue Sep 19, 2006 2:22 pm

Post by shaunw »

Okay, thats probably your problem. The base URL is not the full URL string, but just the path after the domain, try this instead:

base_url = /timetrex/interface
jtbryant
Posts: 7
Joined: Thu Jan 18, 2007 3:37 pm

Post by jtbryant »

That got it, Thanks!
Locked