Blank screen after logon - Printable Version +- ispCP - Board - Support (http://www.isp-control.net/forum) +-- Forum: ispCP Omega Support Area (/forum-30.html) +--- Forum: System Setup & Installation (/forum-32.html) +--- Thread: Blank screen after logon (/thread-4813.html) |
Blank screen after logon - gregmcc - 10-28-2008 03:42 AM Thought I'd start a new thread as the problem I'm getting is a bit different to the fileserver blank screen. I've just installed RC6 on OpenSuse 11. I've followed all the instructions in the doc for setting it up. When I go to the main page I get the login promt "Please enter your login information" After entering my details I then get a blank page - even if i enter the incorrect details I still get a blank page. Any idea's where I should be looking? RE: Blank screen after logon - BeNe - 10-29-2008 07:16 AM Check your Apache Logs. Greez BeNe RE: Blank screen after logon - cfilorux - 11-06-2008 05:28 PM (10-29-2008 07:16 AM)BeNe Wrote: Check your Apache Logs.Same error, nothing notable in the logs. The content of the page is actually this: <!-- Compression level: 8 Original size: 0 kb New size: 0.01 kb Saving: -0.01 kb (0 %) Time: 0.17 ms Serverload: 0 --> RE: Blank screen after logon - BeNe - 11-06-2008 06:42 PM Also on SuSE 11 ?? If so, it looks like we must do there something Greez BeNe RE: Blank screen after logon - grungehead - 11-06-2008 08:44 PM maybe enable Error-Logs for the filemanager, see /var/www/ispcp/gui/tools/filemanager/settings.inc.php on Line 36 RE: Blank screen after logon - BeNe - 11-06-2008 10:09 PM Does your ProFTPd work correct ?? Greez BeNe RE: Blank screen after logon - sci2tech - 11-07-2008 02:52 AM More closer: do you have fascgi/fcgi installed? If no (you use mod_php) you need to set Code: chmod -R 0777 /var/www/ispcp/gui/include/htmlpurifier/HTMLPurifier/DefinitionCache/Serializer; |