Blank screen on index.php

Get help from other users here.

Moderators: Developer, Contributor

Post Reply
morg
Posts: 1
Joined: 25 Oct 2005, 12:50

Blank screen on index.php

Post by morg »

I'm trying to install Mantis 0.19.3 on a Windows 2003 server running IIS 6, MySQL 4.1 and PHP 5.0.5.

PHP is configured as set in php.ini-recommended.

I've created an empty database called Mantis in MySQL and assigned full rights for the mantis database user.

In the Mantis config_inc.php, I've changed the $g_db_username, $g_db_password and $g_database_name variables to match the database and database user set in MySQL.

PHP works on this site, as I can run the phpinfo function.

However, when I run index.php from this site, I get a blank screen, with only this code in the HTML source:

Code: Select all

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=windows-1252"></HEAD>
<BODY></BODY></HTML>
Does anyone have an idea how to solve this? My PHP knowledge is too poor to look through all the code and try to figure out why this is happening...

Thanks in advance
Post Reply