![]() |
After restarting the server gives an error - Printable Version +- ispCP - Board - Support (http://www.isp-control.net/forum) +-- Forum: ispCP Omega Support Area (/forum-30.html) +--- Forum: Usage (/forum-34.html) +--- Thread: After restarting the server gives an error (/thread-10997.html) |
After restarting the server gives an error - slimvm - 06-18-2010 05:40 PM Quote:Fatal error: Call to undefined function do_session_timeout() in /var/www/ispcp/gui/index.php on line 37What does this mean? I think that there is no function do_session_timeout() PS OS: Ubuntu 10.04 ver. ispcp: 1.0.3 RE: After restarting the server gives an error - joximu - 06-18-2010 05:47 PM the function is defined elsewhere (include/login-functions.php - or similar). So, seems that not all includes are loaded... /J RE: After restarting the server gives an error - slimvm - 06-18-2010 09:01 PM Check file /var/www/ispcp/gui/include/login-functions.php it was empty. Replaced. Error has not changed. I think there are more reasons. RE: After restarting the server gives an error - joximu - 06-18-2010 09:18 PM Well - if one file is empty, chances are big that other files are also empty. If you want to check everything, then you need to have a look at index.php and go through the included/required files -and also check their for includes/required... etc... It may be more easy to replace all files with the original... (except the db-key* and maybe other custom/config files...) /J RE: After restarting the server gives an error - slimvm - 06-18-2010 10:14 PM Updated the panel. Error gone. Thanks for your help! RE: After restarting the server gives an error - joximu - 06-18-2010 10:38 PM you're welcome... _close_ /J |