3 messages in com.mysql.lists.eventum-usersRE: Blank Screen On Install
FromSent OnAttachments
Milhko04 Feb 2005 15:04 
David Boyd05 Feb 2005 19:11 
Joao Prado Maia16 Feb 2005 15:09 
Subject:RE: Blank Screen On Install
From:Joao Prado Maia (jp@mysql.com)
Date:02/16/2005 03:09:02 PM
List:com.mysql.lists.eventum-users

Milhko,

Is there any documentation for installation?

When I try to load any of the pages, I get http://thebravogroup/eventum-1.4/setup/ and it is just a blank screen.

There's probably some system-level problem on your installation preventing the PHP to run properly. Please change the /path-to-eventum/config.inc.php file on the following lines:

ini_set("display_errors", 0); error_reporting(0);

To this:

ini_set("display_errors", 1); error_reporting(E_ALL);

Try to load Eventum again and send me any error messages that you might receive. If you still don't receive any error messages, please check the permissions on your eventum directory and files contained within it.

Hope that helps.

--Joao