Error 500 - 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: Error 500 (/thread-7637.html) |
RE: Error 500 - theprincy - 08-27-2009 09:50 PM (08-27-2009 09:45 PM)nuke3d Wrote: The login form seems to work, so does this only happen occasionally?The login form is ok manage user data show error 500 Quote:What's strange is that the "incomplete header" errors seem to be caused by an idle timeout... RE: Error 500 - nuke3d - 08-27-2009 09:56 PM strange... well, I suggest you add "die();" statements in various places in "/var/www/ispcp/gui/admin/manage_users.php" (assuming that it's manage_users.php that doesn't work) and you look where it stops working. I.e. if the "die();" is at the very top you shouldn't get an error but only a white page, then the further down you go the more functionality you include. RE: Error 500 - theprincy - 08-27-2009 10:01 PM ok then add die(); white page /var/www/ispcp/gui/reseller/user_add3.php RE: Error 500 - nuke3d - 08-27-2009 10:09 PM Yes, when you have a white page you remove the "die();" and add it a few lines below. What you want to see is which line causes the 500 error. RE: Error 500 - theprincy - 08-28-2009 12:19 AM gui/reseller/user_add3.php If you put die(); bedore the / / process I get put the blank page after unset($SESSION... ) i get error 500 // Process the action ... if (isset($_POST['uaction']) && ("user_add3_nxt" === $_POST['uaction']) && !isset($_SESSION['step_two_data'])) { if (check_ruser_data($tpl, '_no_')) { add_user_data($_SESSION['user_id']); } set_page_message($_SESSION['Message']); unset($_SESSION['Message']); die(); But now I also by problems in the client page / mail_edit.php I have to find a solution quickly ... RE: Error 500 - theprincy - 08-28-2009 04:12 PM [Fri Aug 28 08:11:02 2009] [error] [client 84.223.205.31] FastCGI: comm with server "/var/www/fcgi/master/php5-fcgi-starter" aborted: idle timeout (300 sec), referer: http://151.1.153.22/client/mail_add.php [Fri Aug 28 08:11:02 2009] [error] [client 84.223.205.31] FastCGI: incomplete headers (0 bytes) received from server "/var/www/fcgi/master/php5-fcgi-starter", referer: http://151.1.153.22/client/mail_add.php RE: Error 500 - gOOvER - 08-28-2009 04:41 PM (08-26-2009 08:10 AM)theprincy Wrote: I read several posts and I did not understand how to solve the problem of ispcp Error 500. Are you using a Nightlybuild? RE: Error 500 - theprincy - 08-28-2009 04:46 PM yes but from what I understand about Google is seeing a bug in fastcgi or wrong? RE: Error 500 - theprincy - 08-28-2009 06:35 PM I have some hope of solving the problem? RE: Error 500 - kilburn - 08-28-2009 07:15 PM Could you give me access to this system? Is it a production server? |