5 messages in com.mysql.lists.eventum-usersRe: Eventum - suddenly unable to logon
FromSent OnAttachments
Justin Clift18 Apr 2005 10:20 
Christian Holthe18 Apr 2005 11:28 
Christian Holthe18 Apr 2005 11:30 
Bryan Alsdorf18 Apr 2005 13:48 
Bryan Alsdorf18 Apr 2005 13:55 
Subject:Re: Eventum - suddenly unable to logon
From:Bryan Alsdorf (bry@mysql.com)
Date:04/18/2005 01:55:43 PM
List:com.mysql.lists.eventum-users

Christian,

Christian Holthe wrote:

All of a sudden I am unable to log on to my Eventum, both as admin as other users.

I only am presented with a blank page upon login.

This happens on Firefox on two different PC's whereas IE has no problems whatsoever.

Any tips to what I can do to fix this?

I have no idea why this would happen. Has anything happened recently to your network or machines?

I suggest 3 actions to help resolve this.

First, clear all eventum cookies from Firefox.

Second, turn error reporting on. To do this change the followings lines of file /path-to-eventum/config.inc.php:

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

To:

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

Lastly, when you try to login, use the Firefox plugin LiveHTTPHeaders http://livehttpheaders.mozdev.org/ to capture the headers and send those in.

This should give us an idea about what is going on.

Regards, /bryan