Clicking on 'start' in license.php does not succeed

Ask your questions regarding TimeTrex installation here.
Locked
vietlongle
Posts: 4
Joined: Thu Jul 19, 2007 9:50 pm

Clicking on 'start' in license.php does not succeed

Post by vietlongle »

Hi, i'm using Windows Vista, PHP 5.x, and apache 2.x

The License page comes up fine, but when i accept the agreement, then click on start, the same page appears again, and won't seem to let me proceed.

Prior to this occurring, i had problems with 'templates_c' related errors, and found that it was because the zip file i downloaded did not have a templates_c directory, but only a 'templates'directory. I manually created a templates_c directory in order to get this far.

The errors in the error log don't appear to be related to this:

[Fri Jul 20 15:10:37 2007] [error] [client 127.0.0.1] File does not exist: C:/server/Apache2/htdocs/php5/timetrex/images, referer: http://localhost/php5/timetrex/interfac ... icense.php
shaunw
Posts: 7839
Joined: Tue Sep 19, 2006 2:22 pm

Post by shaunw »

Try pointing your browser to:

interface/install/Requirements.php

See if the Next button works on that page.
vietlongle
Posts: 4
Joined: Thu Jul 19, 2007 9:50 pm

Post by vietlongle »

Shaun,

The same problem occurs, the debug output is below:

Debug Buffer
============================================================================
Memory Usage: 3645400
----------------------------------------------------------------------------
DEBUG [205]: [Function](): URI: /php5/timetrex/interface/install/Requirements.php?action%3Anext=Next
DEBUG [207]: [Function](): Production: 1
DEBUG [53]: [Function](): Bypassing Authentication
DEBUG [348]: TTi18n::chooseBestLocale(): Choosing Best Locale...
DEBUG [401]: TTi18n::chooseBestLocale(): cSetting Locale: en_US
DEBUG [270]: TTi18n::setLocale(): Attempting to set Locale to: en_US Category: 0 Current Locale:
DEBUG [273]: TTi18n::setLocale(): Attempting to set Locale to: en_US
DEBUG [275]: TTi18n::setLocale(): Failed setting i18n locale: en_US
DEBUG [287]: TTi18n::setLocale(): Setting translator normalized locale to: en_US
DEBUG [305]: TTi18n::setLocale(): Set Locale To: en_US
DEBUG [410]: TTi18n::chooseBestLocale(): Using Locale: en_US
DEBUG [90]: Install::isInstallMode(): Install Mode is ON
DEBUG [67]: [Function](): Next
DEBUG [35]: Redirect::page(): Redirect URL: DatabaseConfig.php
DEBUG [466]: Install::checkPHPVersion(): Comparing with Version: 5.2.3
DEBUG [506]: Install::checkPHPVersion(): RetVal: 0
DEBUG [535]: Install::getMemoryLimit(): RAW Limit: 128M
DEBUG [537]: Install::getMemoryLimit(): Limit: 128
DEBUG [535]: Install::getMemoryLimit(): RAW Limit: 128M
DEBUG [537]: Install::getMemoryLimit(): Limit: 128
DEBUG [942] Array: Install::checkAllRequirements(): RetArr:

Array
(
[0] => 14
[1] => 0
[2] => 0
)


DEBUG [466]: Install::checkPHPVersion(): Comparing with Version: 5.2.3
DEBUG [506]: Install::checkPHPVersion(): RetVal: 0
DEBUG [535]: Install::getMemoryLimit(): RAW Limit: 128M
DEBUG [537]: Install::getMemoryLimit(): Limit: 128
DEBUG [535]: Install::getMemoryLimit(): RAW Limit: 128M
DEBUG [537]: Install::getMemoryLimit(): Limit: 128
DEBUG [466]: Install::checkPHPVersion(): Comparing with Version: 5.2.3
DEBUG [506]: Install::checkPHPVersion(): RetVal: 0
DEBUG [535]: Install::getMemoryLimit(): RAW Limit: 128M
DEBUG [537]: Install::getMemoryLimit(): Limit: 128
DEBUG [535]: Install::getMemoryLimit(): RAW Limit: 128M
DEBUG [537]: Install::getMemoryLimit(): Limit: 128
DEBUG [942] Array: Install::checkAllRequirements(): RetArr:

Array
(
[0] => 14
[1] => 0
[2] => 0
)


DEBUG [466]: Install::checkPHPVersion(): Comparing with Version: 5.2.3
DEBUG [506]: Install::checkPHPVersion(): RetVal: 0
DEBUG [535]: Install::getMemoryLimit(): RAW Limit: 128M
DEBUG [537]: Install::getMemoryLimit(): Limit: 128
DEBUG [535]: Install::getMemoryLimit(): RAW Limit: 128M
DEBUG [537]: Install::getMemoryLimit(): Limit: 128
DEBUG [535]: Install::getMemoryLimit(): RAW Limit: 128M
DEBUG [537]: Install::getMemoryLimit(): Limit: 128
DEBUG [535]: Install::getMemoryLimit(): RAW Limit: 128M
DEBUG [537]: Install::getMemoryLimit(): Limit: 128
DEBUG [466]: Install::checkPHPVersion(): Comparing with Version: 5.2.3
DEBUG [506]: Install::checkPHPVersion(): RetVal: 0
DEBUG [535]: Install::getMemoryLimit(): RAW Limit: 128M
DEBUG [537]: Install::getMemoryLimit(): Limit: 128
DEBUG [535]: Install::getMemoryLimit(): RAW Limit: 128M
DEBUG [537]: Install::getMemoryLimit(): Limit: 128
DEBUG [942] Array: Install::checkAllRequirements(): RetArr:

Array
(
[0] => 14
[1] => 0
[2] => 0
)
shaunw
Posts: 7839
Joined: Tue Sep 19, 2006 2:22 pm

Post by shaunw »

Are you running PHP in CGI mode by chance?
vietlongle
Posts: 4
Joined: Thu Jul 19, 2007 9:50 pm

Post by vietlongle »

Yes i am, should i not?
vietlongle
Posts: 4
Joined: Thu Jul 19, 2007 9:50 pm

Post by vietlongle »

just to let you know, i switched over to running php5 as a module, and it's still having the same problem. thanks.
shaunw
Posts: 7839
Joined: Tue Sep 19, 2006 2:22 pm

Post by shaunw »

The only thing I can think of is that there must be something in your PHP config that is causing certain form data to not get through to the script.

How did you install PHP?

What modifications did you make to the php.ini file?
Locked