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