cancel
Showing results for 
Search instead for 
Did you mean: 

problem with checkout/onepage/saveBilling

problem with checkout/onepage/saveBilling

I am using WAMP 2.5, Windows 7, PHP 5.5.12, Apache 2.4.9 and Magento 1.9.2.3 and Sample Data 1.9.1 and when I try on pure copy of magento do some random checkout I get this error in console: POST http://magento.dev/checkout/onepage/saveBilling/ net::ERR_CONNECTION_RESET

It's local envirnoment. I have'nt done any changes on that copy (It was also dumping en error on four other copies of store, including in one one different computer with similar software). 

Also it is dumping these errors in apache log: 

 

[Tue Feb 23 08:35:56.326689 2016] [mpm_winnt:notice] [pid 5556:tid 392] AH00428: Parent: child process 6460 exited with status 255 -- Restarting.
[Tue Feb 23 08:35:56.473698 2016] [mpm_winnt:notice] [pid 5556:tid 392] AH00455: Apache/2.4.9 (Win64) PHP/5.5.12 configured -- resuming normal operations
[Tue Feb 23 08:35:56.473698 2016] [mpm_winnt:notice] [pid 5556:tid 392] AH00456: Apache Lounge VC11 Server built: Mar 16 2014 12:42:59
[Tue Feb 23 08:35:56.473698 2016] [core:notice] [pid 5556:tid 392] AH00094: Command line: 'c:\\wamp\\bin\\apache\\apache2.4.9\\bin\\httpd.exe -d C:/wamp/bin/apache/apache2.4.9'
[Tue Feb 23 08:35:56.483698 2016] [mpm_winnt:notice] [pid 5556:tid 392] AH00418: Parent: Created child process 5100
[Tue Feb 23 08:35:57.036728 2016] [mpm_winnt:notice] [pid 5100:tid 316] AH00354: Child: Starting 64 worker threads.



I was trying to do it with use of several methods:
- clearing cache, cookies, using different browsers

http://blog.mdnsolutions.com/index.php/magento-1-8-payment-not-loading-on-checkout/

 

I was searching for 1.5 day and I still have no solution....

6 REPLIES 6

Re: problem with checkout/onepage/saveBilling

Are you using a regular url for unsecure and secure URLs?

Are you using HTTPS at all?

 

 

If this is a clean install of Magento with no changes, then this is coming back to your server setup. Have you tried a more ideal server setup? I don't know of anyone running a local install of Magento on a Windows box.

-Kris
4x Certified, Blogger @ xgento.com

Re: problem with checkout/onepage/saveBilling

Thanks for answer. 

 

Actually this problem disappeared when I used XAMPP. My friend also was working with Magento, Windows 7 and XAMPP. 

It was working for a while, but something has broken (don't know why)

I can acces only main page and that is all. While I'm trying to access anything else i get this in apache error log:

 

[Thu Feb 25 12:56:31.743216 2016] [core:warn] [pid 4316:tid 256] AH00098: pid file C:/xampp/apache/logs/httpd.pid overwritten -- Unclean shutdown of previous Apache run?
[Thu Feb 25 12:56:31.953216 2016] [mpm_winnt:notice] [pid 4316:tid 256] AH00455: Apache/2.4.17 (Win32) OpenSSL/1.0.2d PHP/5.6.15 configured -- resuming normal operations
[Thu Feb 25 12:56:31.953216 2016] [mpm_winnt:notice] [pid 4316:tid 256] AH00456: Apache Lounge VC11 Server built: Oct 13 2015 10:54:13
[Thu Feb 25 12:56:31.953216 2016] [core:notice] [pid 4316:tid 256] AH00094: Command line: 'c:\\xampp\\apache\\bin\\httpd.exe -d C:/xampp/apache'
[Thu Feb 25 12:56:31.963216 2016] [mpm_winnt:notice] [pid 4316:tid 256] AH00418: Parent: Created child process 2968
AH00548: NameVirtualHost has no effect and will be removed in the next release C:/xampp/apache/conf/extra/httpd-vhosts.conf:20
[Thu Feb 25 12:56:33.226218 2016] [mpm_winnt:notice] [pid 2968:tid 268] AH00354: Child: Starting 150 worker threads.

I have Apache in XAMPP on ports 1234, 1443 (because of other applications)

 

If you have any idea tell me what files I should provide (I don't want to spam here with all settings files)

 

Re: problem with checkout/onepage/saveBilling

I think this has to do with your setup, and not the code itself.

 

I am going to see if I can find someone to help you. 

-Kris
4x Certified, Blogger @ xgento.com

Re: problem with checkout/onepage/saveBilling

Actually after another wated day I decided to set up VirtualBox with Ubuntu as my local server and all the staff needed. And it works like charm, so thank you I have figured out my problem Smiley Happy

Re: problem with checkout/onepage/saveBilling

I faced the same problem when I was working locally.
There are other shipping methods enabled which were causing this issue.
I have disabled DHL, USPS, FedEx and UPS.
Now working fine for me.

I hope this helps.

Re: problem with checkout/onepage/saveBilling

This helped. I have disabled all shipping methods except free shipping and flat rate. it worked. 


@Vishal Surani wrote:

I faced the same problem when I was working locally.
There are other shipping methods enabled which were causing this issue.
I have disabled DHL, USPS, FedEx and UPS.
Now working fine for me.

I hope this helps.