We are trying to install Drupal Commerce Kickstart 1.3.
Every time after installing 25 modules :
Goes well upto 25th module

Following Error is thrown :
//localhost/shopwa/install.php?profile=commerce_kickstart&locale=en&id=1&op=do StatusText: ResponseText: ReadyState: 4

Following are the steps we have already tried :

(1)

set memory_limit = 1000M to your server's main php.ini file & Restarted All Service
Increased Memory Limit
still we got same error.

(2)

create a php.ini file with memory_limit = 32M to a php.ini file in the Drupal root
memory limit in drupal root

We are still getting the same error again & again.

We are using :
Windows 7 64 Bit With 2GB RAM
Latest Firefox Browser

Comments

samethingbrah’s picture

I am having the same issues

happpened on XP and Win7 32bit

drupalastic’s picture

StatusFileSize
new58.58 KB

samethingbrah,

In Our 32Bit Pcs, the error went away after setting
max_execution_time = 900
to server's main php.ini file & Restartiing All Services

working in 32 bt PC

can try it.....

But in our 64 Bit Pcs. Nothing seems to work......

a lot of time has been wasted.....

samethingbrah’s picture

For some reason, your fix isnt working on my PC. I wonder if this is just isolated between us? I wonder if our only option is to install everything separately.. I had success installing drupal CORE only.. but for some reason kickstart just won't work.

drupalastic’s picture

Assigned: drupalastic » Unassigned

It is so odd to waste 3 days installing a cms. probably it is some error in our configuration.

Is the error thrown/shown is by drupal or by Wamp/Apache/Php?

BTW, we have already Uninstalled / Installed Wamp in 3 different PCs many times in last few days.

drupalastic’s picture

Status: Active » Fixed

It installed in the very first attempt , without any configuration with xampp

thanks gge

kdmport’s picture

Status: Fixed » Active

I have this exact problem. Changing memory limits and timeouts had no effect. I get to component 24 and get the Ajax error. Bitnami stack installed fine. Core installed fine.

Is there an earlier version I should try and then just update core or ...?

Win7 32bit. Apache 2.2.

kdmport’s picture

Downgrading to PHP 5.2.6 from 5.3 fixed my issue. Install successful.

mariohernandez’s picture

Increasing max_execution_time to 900 allowed me to install commerce kickstart

Robin Millette’s picture

Status: Active » Closed (works as designed)
chrisclark’s picture

http://drupal.org/node/1419854 is where the error is happening Deleting the blank line 2 fixes the issue.

chrisclark’s picture

Assigned to ibelongtoyou by mistake