![]() |
Blank screen after login - Printable Version +- Community Support for OpenDocMan (Deprecated) (https://forum.opendocman.com) +-- Forum: OpenDocMan Community Discussion (https://forum.opendocman.com/forum-5.html) +--- Forum: OpenDocMan Support - Community Based (https://forum.opendocman.com/forum-6.html) +--- Thread: Blank screen after login (/thread-465.html) |
Blank screen after login - jimsloy - 10-14-2011 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? Re: Blank screen after login - Stephen - 10-14-2011 Check your web server logs. Sounds like a web server error. Re: Blank screen after login - jimsloy - 10-17-2011 Just found that my PHP is v5. Also saw some posts about issues w/ ODM and PHP5. Any solution for this? Re: Blank screen after login - jimsloy - 10-17-2011 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 Re: Blank screen after login - jimsloy - 10-17-2011 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. |