Loading...
 
Architecture / Installation

Architecture / Installation


another blank page after install problem

posts: 2

I've had older versions of tikiwiki running in the past, but can't seem to get 1.9.4 to work. Long story short, my webserver blew up, so I've set up a new one. Win2k3 running IIS6 (I know, I know, I'd prefer anything else, but don't have a choice right now), MySQL 5.0.22 (on a different server, taking the opportunity to upgrade from 4.0.1), PHP 5.1.4. I'm using the mysqli PHP extension.

PHP.ini sets max_execution_time = 60, max_input_time = 60, memory_limit = 32M (I have 3GB RAM total on the server which is more than the 1GB on the old server where it worked).

I've modded the tiki-install.php and tiki-setup.php files as instructed for use with IIS6. I can run the install script. The database tables are created, but when I try to hit a page, any page, I just get a blank page regardless of the number of refreshes.

I'm not seeing any PHP errors in the log file, and if I mod the index page (as suggested in several posts) to display all php errors, I get no error reports.

I'm frustrated because I've had this working before, most recently with 1.9.3, but now even that isn't working, which leaves me wondering if the problem is with the MySQL upgrade I performed. I know I can access the MySQL server since the database tables get created when the tiki-install script runs.

I'm at a loss to know what to try next. Any help would be greatly appreciated.

Thanks.

posts: 2881 United Kingdom
MySQL 5 requires the latest ADODB
posts: 2

> MySQL 5 requires the latest ADODB

So simple. Thank you. That's done it.