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>Thanks in advance