| setup/setup.php coming back completely blank (setup/index.php is OK) -
12-05-2006, 09:01 PM
When I visit:
(url)/setup/setup.php
it is coming back with a completely empty page, as if some error caused the script to terminate. Running php setup.php from the command line comes back with error level 255, indicated that the script called exit().
There is no output. There is nothing in the PHP log. I have turned on all PHP warnings / errors. Nothing.
I am trying to get the latest build of leased SupportSuite installed and running for the first time.
My configuration:
php 5.1.2 (latest build said full support for PHP 5)
MySQL 5.0.15
I am deploying with the ionCube encoded versions. I have verified that ionCube is installed correctly. I know this because if I visit (url)/setup/index.php then it will correctly show the 4 options. Clicking on any of them simply doesn't work.
Note: If I move config/config.php to config/config-none.php and access the page then there IS an error generated, saying that require_once('config.php') failed. Thus, I do know that the script is being decoded and is running, because it is at least loading config.php.
Has anyone seen any errors like this? How can I find out what is really causing the error?
Thanks... |