For some reason, I can't get passed the initial install.php file. I get the following:

An AJAX HTTP error occurred. HTTP Result Code: 500 Debugging information follows. Path: http://mysite/install.php?profile=commerce_kickstart&locale=en&id=1&op=do StatusText: Internal Server Error ResponseText:

I can get through with the default or minimal install with no issues. To be fair, I'm just dropping this install profile in my own setup with the most up to date modules, but I never had this issue before with the kickstart profile installation.

Comments

rickmanelius’s picture

Status: Active » Closed (fixed)

Nevermind, the error was that I wasn't using the latest dev versions of the major dependencies as outlined here #1185408: Missing entity_rules_events_variables() in beta4?.

Marking as closed. Sorry for the noise.

EmmyS’s picture

Status: Closed (fixed) » Active

I just ran into this same error. I updated all the modules before installing, as per the link above. Still got the error. What else do I need to do? Did I put the modules in the wrong place? I downloaded the versions listed (mostly dev versions) and replaced the modules in profiles/commerce_kickstart/modules with the new versions, then ran the install script.

EmmyS’s picture

Version: 7.x-1.x-dev » 7.x-1.6
rickmanelius’s picture

Are you using dev versions of the dependencies? Or the latest stable releases, etc?

EmmyS’s picture

Comment #4 on the link posted above (http://drupal.org/node/1185408) indicates the dev versions, so those are the ones I used. Should I use the stable releases, even though some of them are older than the dev versions?

rickmanelius’s picture

No, dev versions should work. Hmmm. I actually had a successful installation recently, so I'm wondering what has tripped this error again.

EmmyS’s picture

I don't know. I just tried it using the stable releases, and that didn't work. I also tried using the no-core install profile with a separately-downloaded 7.12 core, and still got the error. I'm at my wit's end here.

EmmyS’s picture

Is there anywhere I can download a previous version of the kickstart with core? Obviously something has broken in this most recent one, but it's the only one listed on the project page.

-NEVER MIND; didn't see the All Releases button at the bottom... let's hope an older one will install with no errors.

Well, I've tried both the 7.x-1.5 and 7.x-1.4 releases; both give the same error. What exactly does the install profile do that installing the modules individually wouldn't do?

EmmyS’s picture

Status: Active » Closed (works as designed)

Finally! I googled the error message, instead of just looking here, and found another node with the answer: increase PHP's memory limit.

stuwat’s picture

My PHP memory limit was set at 128M and I was getting the same 500 error during installation. Increasing to 160M solved the problem.