Jump to content

HTTP Error 500 in payment validation page


Recommended Posts

Hi,

In bank wire module , when the customer choose bank wire for completing his payment. He will be directed to a page : bankwire payment
When he clicks "I confirm my order" he will be directed to
/module/bankwire/validation
when this error will be shown ! HTTP Error 500

 

Same thing happens if customer choose pay by cash - in page /module/cashondelivery/validation it show HTTP Error 500

 

Error logs shows: 

 

Thu Oct 29 09:31:31 2015] [error] (104)Connection reset by peer: FastCGI: comm with server "/usr/local/fastcgi/cgi-bin/php-cgi" aborted: read failed, referer: http://my_website.com/module/bankwire/payment
[Thu Oct 29 09:31:31 2015] [error]  FastCGI: incomplete headers (0 bytes) received from server "/usr/local/fastcgi/cgi-bin/php-cgi", referer: http://my_website.com/module/bankwire/payment
[Thu Oct 29 09:34:03 2015] [error] (104)Connection reset by peer: FastCGI: comm with server "/usr/local/fastcgi/cgi-bin/php-cgi" aborted: read failed, referer: http://my_website.com/module/cashondelivery/validation
[Thu Oct 29 09:34:03 2015] [error] FastCGI: incomplete headers (0 bytes) received from server "/usr/local/fastcgi/cgi-bin/php-cgi", referer: http://my_website.com/module/cashondelivery/validation

 

Some additional notes:

Shop was migrated to other domain

if I comment lines $new_history = new OrderHistory(); HTTP error 500 doesn't show up

PS version 1.5.6.2

 

 

Can anyone help me ho to solve this error? 

Link to comment
Share on other sites

 

Use -idle-timeout paramater on "FastCgiExternalServer" line to solve this problem.

My FastCgiExternalServer line: FastCgiExternalServer /var/run/fastcgi/USERNAME-fcgi -appConnTimeout 10 -idle-timeout 250 -socket /var/run/fastcgi/USERNAME.socket -pass-header Authorization

More information in mod_fastcgi doc: http://www.fastcgi.com/mod_fastcgi/docs/mod_fastcgi.html

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...