Hi All,
Our hosts have migrated us to a new server and now we're having problems with the checkout process. They have been unable to find the problem for almost three weeks. Can anyone help?
Symptoms: (We use WorldPay and PayPal)
-If the customer chooses WorldPay, when they hit 'Confirm order' on the last stage of the checkout process, the button changes to 'Saving order' and hangs. Eventually, it returns with '504 Gateway timeout' in the area below the button.
-if they choose PayPal, they are directed to PayPal as normal, complete the payment, but when it's time to return to our site, there's no response and eventually gives a white page with '504 Gateway timeout'. We never get to see the order which they have placed... and paid for!
In both cases, we can see that the server CPU is maxed out at 100%. Looking at the logs, we can see that it is the os000001.pl script which is using all the CPU, although the hosts say it's not actually doing anything, just waiting.
Has anyone seen these symptoms before?
(I've uoloaded the site to another host and it works fine there, but it'll be a pain to shift it!)
We'd love some help on this, it's driving us all MAD!
The site is www.joespedals.com -I can't find where to change my signature!
Thanks! -Jc.
more detail:
The site's been running fine for years without any recent updates. We've tried loads of things:
-incrementing the script number
-checking the file and folder permissions
-check Perl modules are installed (see below)
-sufficient disk space
Troubleshooting, website analysis shows that permissions are fine, SMTP comms are ok and the following scripts are installed:
Digest::MD5 Installed
ActinicEncrypt1024 Not installed
Exporter Installed
File::Temp Installed
LWP::UserAgent Installed
Crypt::SSLEasy Not installed**
CGI Installed
CGI::Carp Installed
Archive::Zip Installed
Net::SSL Installed
** we've checked and 'Crypt::SSLeay' IS installed
Our hosts have migrated us to a new server and now we're having problems with the checkout process. They have been unable to find the problem for almost three weeks. Can anyone help?
Symptoms: (We use WorldPay and PayPal)
-If the customer chooses WorldPay, when they hit 'Confirm order' on the last stage of the checkout process, the button changes to 'Saving order' and hangs. Eventually, it returns with '504 Gateway timeout' in the area below the button.
-if they choose PayPal, they are directed to PayPal as normal, complete the payment, but when it's time to return to our site, there's no response and eventually gives a white page with '504 Gateway timeout'. We never get to see the order which they have placed... and paid for!
In both cases, we can see that the server CPU is maxed out at 100%. Looking at the logs, we can see that it is the os000001.pl script which is using all the CPU, although the hosts say it's not actually doing anything, just waiting.
Has anyone seen these symptoms before?
(I've uoloaded the site to another host and it works fine there, but it'll be a pain to shift it!)
We'd love some help on this, it's driving us all MAD!
The site is www.joespedals.com -I can't find where to change my signature!
Thanks! -Jc.
more detail:
The site's been running fine for years without any recent updates. We've tried loads of things:
-incrementing the script number
-checking the file and folder permissions
-check Perl modules are installed (see below)
-sufficient disk space
Troubleshooting, website analysis shows that permissions are fine, SMTP comms are ok and the following scripts are installed:
Digest::MD5 Installed
ActinicEncrypt1024 Not installed
Exporter Installed
File::Temp Installed
LWP::UserAgent Installed
Crypt::SSLEasy Not installed**
CGI Installed
CGI::Carp Installed
Archive::Zip Installed
Net::SSL Installed
** we've checked and 'Crypt::SSLeay' IS installed
Comment