Page 1 of 1

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

Posted: Thu Jul 19, 2007 10:12 pm
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

Posted: Fri Jul 20, 2007 10:43 am
by shaunw
Try pointing your browser to:

interface/install/Requirements.php

See if the Next button works on that page.

Posted: Sun Jul 22, 2007 5:15 am
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
)

Posted: Sun Jul 22, 2007 5:57 pm
by shaunw
Are you running PHP in CGI mode by chance?

Posted: Sun Jul 22, 2007 6:03 pm
by vietlongle
Yes i am, should i not?

Posted: Sun Jul 22, 2007 6:34 pm
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.

Posted: Mon Jul 23, 2007 8:26 am
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?