Hi,

I downloaded and extracted the commerce kickstart 2.0-beta release. When I went to the new commerce site in my browser I get the welcome screen. When I click "let's get started" I get the following message:
"This web page is no longer available" and it also says "Error 101 (net::ERR_CONNECTION_RESET)"...
I currently have WAMP installed on a Windows 7 64-bit laptop. Apache 2.2.22 & PHP-version 5.3.13, I also installed curl...
What am I missing here?
Anyone experienced this before?

Thanks!

Sandra

Comments

bojanz’s picture

Something is wrong with your environment. Maybe you could try the WAMP forums if they exist (or try with the Acquia Dev Desktop instead), not sure how I'd debug this.
Leaving the issue open for a few days so someone can pitch in with a solution, if possible.

bojanz’s picture

Status: Active » Fixed
shuklasp’s picture

Status: Fixed » Active

I am also facing the same issue. Reopening the issue.

bojanz’s picture

Status: Active » Fixed

As I said, something is wrong with your environment.

This might help:
http://stackoverflow.com/questions/4582937/err-connection-reset-error-on...
or some of the related links.

Nothing I can do on my side, sorry.

spanac’s picture

Although you are using Win 7 x64 bit, you should use 32bit version of WampServer. Try using:

Wamp server (32 bits & PHP 5.3) 2.2E
Apache 2.2.22 – Mysql 5.5.24 – PHP 5.3.13 XDebug 2.1.2 XDC 1.5 PhpMyadmin 3.4.10.1 SQLBuddy 1.3.3 webGrind 1.0

I have tested this combination on Windows 7 x64 and it works great :)

Also, turn on Curl:

  1. click on Wamp icon, go to PHP, PHP extensions, make shure curl_curl is checked
  2. in php.ini uncomment the line ;extension=php_curl.dll by removing ; in front
  3. restart Wamp server

P.S.
Tested the 64bit version of WampServer 2.2E on Win 7 x64 and the installation of Commerce Kicstart will fall immediately (on Verify requirements) just as you have described.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

g35nightrider’s picture

Someone please tell Commerce Kickstart to post this on their site..I spent hours trying to troubleshoot the curl issue. Thanks for the tip!

Kojo Unsui’s picture

Same bug. The lone tip who made an install possible was to disable Xdebug in wamp config as said in #8, thanks !