Current time: 04-26-2024, 07:20 AM Hello There, Guest! (LoginRegister)


Post Reply 
Error 500
Author Message
theprincy Offline
Member
***

Posts: 311
Joined: Nov 2008
Reputation: 2
Post: #11
RE: Error 500
(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...
Sad
08-27-2009 09:50 PM
Visit this user's website Find all posts by this user Quote this message in a reply
nuke3d Offline
Junior Member
*

Posts: 107
Joined: Sep 2007
Reputation: 1
Post: #12
RE: Error 500
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.
08-27-2009 09:56 PM
Find all posts by this user Quote this message in a reply
theprincy Offline
Member
***

Posts: 311
Joined: Nov 2008
Reputation: 2
Post: #13
RE: Error 500
ok then add die();
white page
/var/www/ispcp/gui/reseller/user_add3.php
(This post was last modified: 08-27-2009 10:07 PM by theprincy.)
08-27-2009 10:01 PM
Visit this user's website Find all posts by this user Quote this message in a reply
nuke3d Offline
Junior Member
*

Posts: 107
Joined: Sep 2007
Reputation: 1
Post: #14
RE: Error 500
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.
08-27-2009 10:09 PM
Find all posts by this user Quote this message in a reply
theprincy Offline
Member
***

Posts: 311
Joined: Nov 2008
Reputation: 2
Post: #15
RE: Error 500
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 ...
08-28-2009 12:19 AM
Visit this user's website Find all posts by this user Quote this message in a reply
theprincy Offline
Member
***

Posts: 311
Joined: Nov 2008
Reputation: 2
Post: #16
RE: Error 500
[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
08-28-2009 04:12 PM
Visit this user's website Find all posts by this user Quote this message in a reply
gOOvER Offline
Banned

Posts: 3,561
Joined: Jul 2007
Post: #17
RE: Error 500
(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.
some one can give me the little picture? I'm coming crazy

Are you using a Nightlybuild?
08-28-2009 04:41 PM
Visit this user's website Find all posts by this user Quote this message in a reply
theprincy Offline
Member
***

Posts: 311
Joined: Nov 2008
Reputation: 2
Post: #18
RE: Error 500
yes

but from what I understand about Google is seeing a bug in fastcgi or wrong?
08-28-2009 04:46 PM
Visit this user's website Find all posts by this user Quote this message in a reply
theprincy Offline
Member
***

Posts: 311
Joined: Nov 2008
Reputation: 2
Post: #19
RE: Error 500
I have some hope of solving the problem?
08-28-2009 06:35 PM
Visit this user's website Find all posts by this user Quote this message in a reply
kilburn Offline
Development Team
*****
Dev Team

Posts: 2,182
Joined: Feb 2007
Reputation: 34
Post: #20
RE: Error 500
Could you give me access to this system? Is it a production server?
08-28-2009 07:15 PM
Visit this user's website Find all posts by this user Quote this message in a reply
Post Reply 


Forum Jump:


User(s) browsing this thread: 1 Guest(s)