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
Comment #1
rickmanelius commentedNevermind, 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.
Comment #2
EmmyS commentedI 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.
Comment #3
EmmyS commentedComment #4
rickmanelius commentedAre you using dev versions of the dependencies? Or the latest stable releases, etc?
Comment #5
EmmyS commentedComment #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?
Comment #6
rickmanelius commentedNo, dev versions should work. Hmmm. I actually had a successful installation recently, so I'm wondering what has tripped this error again.
Comment #7
EmmyS commentedI 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.
Comment #8
EmmyS commentedIs 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?
Comment #9
EmmyS commentedFinally! I googled the error message, instead of just looking here, and found another node with the answer: increase PHP's memory limit.
Comment #10
stuwat commentedMy PHP memory limit was set at 128M and I was getting the same 500 error during installation. Increasing to 160M solved the problem.