Squirrelmail Change Password - Blank Page - Printable Version +- ispCP - Board - Support (http://www.isp-control.net/forum) +-- Forum: ispCP Omega Development Area (/forum-1.html) +--- Forum: General discussion (/forum-11.html) +--- Thread: Squirrelmail Change Password - Blank Page (/thread-3466.html) |
Squirrelmail Change Password - Blank Page - NetworkExpertise - 06-06-2008 11:01 AM I followed the directions for how to setup SM for changing passwords and I end up with a blank page. I have turned error logging on and am having it log to /var/log/php-scripts.log file and nothing shows up in there. I am totally confused as what to do. If anyone here has any ideas please let me know as I dont know where to start. RE: Squirrelmail Change Password - Blank Page - kilburn - 06-06-2008 03:04 PM /var/log/php-scripts.log shouldn't be writable by the vu2000 user wich runs squirrelmail so this may be a permission problem. Try enabling display_errors and display_startup_errors in /var/www/fcgid/master/php{VERSION}/php.ini so you can easily fix the problem and then turn them off again. Warning: This assumes that you're using fastcgi, not mod_php. |