mail from www-data? - 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: mail from www-data? (/thread-1720.html) |
RE: mail from www-data? - joximu - 11-09-2007 09:25 AM achioo Wrote:Ok I've fixed the permissions error but this is what happens when it tries to load the master... Might be possible that there are PHP problems... in the software... I'd try with a really simple script... /J RE: mail from www-data? - achioo - 11-09-2007 12:34 PM well that's when it's trying to load the admin index page RE: mail from www-data? - achioo - 11-09-2007 01:26 PM well the login screen... RE: mail from www-data? - joximu - 11-09-2007 07:47 PM Yes - and my suggestion is: put a more siple script in the gui folder (with the right permissions like the others) and try if PHP is working in principal... Maybe it's a mysql problem or something else. You also could enable PHP logging (in the php.ini - error_log etc, but you should know what and where...) My idea: does php work (just a <?php echo 'hello world' ?> is enough) - if this runs, then we have to focus on php(script)/db etc issues, if not, then its more a apache/suexec/cgi/php(config) thing... you see may point? /J |