blank tiki-install.php result
I'm having real problems running the tiki-install.php page.
My system configuration is as follows:
Mandrake linux 10.1
Apache 2.0.50
PHP 4.3.8
MySQL 4.0.20
Tiki 1.9.0
Every time I run the tiki-install.php, I get a blank result.
I've verified that PHP is able to write the session files (playing with permissions gets me a Warning Session_start()... error on screen, which also verifies to me that I can get errors displayed back in the browser.)
As a backup, I also have PHP writing errors out to a log file. Results there are identical to browser errors.
I've changed the PHP mem limit to 32MB
I've added the following lines to tiki-install.php and Smarty.class.php to help in display of errors.
ini_set('display_errors','1'); error_reporting (E_ALL);
MySQL setup:
[user@host tmp]# mysqlshow +-----------+ | Databases | +-----------+ | mysql | | test | | tiki | | tmp | +-----------+ [user@host tmp]# mysqlshow tiki Database: tiki +--------+ | Tables | +--------+ +--------+ mysql> select host, db, user from db; +-----------+---------+----------+ | host | db | user | +-----------+---------+----------+ | % | test | | | % | test\_% | | | % | tiki | tikiwiki | | localhost | tiki | tikiwiki | +-----------+---------+----------+ 4 rows in set (0.00 sec)
Any assistance would be much appreciated.
I do have the capability of root access on the box, so any changes needed are possible.
Note: edited to add tiki version. That info could be slightly helpful.