Community Support for OpenDocMan (Deprecated)

Full Version: Blank screen after login
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello all,

I've searched to no avail. I got 1.2.5.7 installed just fine. The login screen appears. When I use "admin"/no pw or any other user created, it accepts it and goes to a blank webpage. What gives? I've tried this with firefox and IE. I also tried a separate installation of .6 - doesn't work.

What have I done wrong? I suppose I could put echo statements throughout the PHP code, but I dont see why I should have to do that. All the version of MySQL and PHP on the server are in compliance.

Anyone experience this before?
Check your web server logs. Sounds like a web server error.
Just found that my PHP is v5. Also saw some posts about issues w/ ODM and PHP5. Any solution for this?
Turned on DISPLAY ERRORS in php.ini and get this back:

Warning: Cannot modify header information - headers already sent by (output started at /share/MD0_DATA/Web/opendocman/config_local.php:40) in /share/MD0_DATA/Web/opendocman/index.php on line 98
I enjoy having a conversation with myself.

Problem solved. Was using WORD to edit my files instead of a normal descent text editor. Had some white blank spaces after the final PHP tag.