Hi,
I got the below error while installing the Demo store using the Commerce Kickstart.


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

CommentFileSizeAuthor
#2 ck1_error1.png181.26 KBkirantej_p
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

jsacksick’s picture

Status: Active » Postponed (maintainer needs more info)

How the hell do you think we would be able to help you if you don't provide more information? We're not magicians.
On which environment this is happening? Which step? etc.

kirantej_p’s picture

FileSize
181.26 KB

Relax,

I am enclosing an image along with this comment. That image is regarding the error which I got.
I am using Ubuntu 12.04 LTS.

bojanz’s picture

Your error is too generic to be debugged.
Please consult http://www.drupalcommerce.org/commerce-kickstart-2/troubleshooting-kicks... and report back if the problem persists.

kirantej_p’s picture

Thank you for your reply. I've tried that already and then I posted here.
My max_execution_time remained 60, should I increase it and check it?

fasteddy760’s picture

Issue tags: +automated install

Nice: "How the hell do you think we would be able to help you if you don't provide more information?"

This is from the install as noted in the screen image provided by kirantejpratha on May 27, 2013 at 3:38am, the same exact issue I have.

Would like help with this also. What would you like to know so that I can help?

OS X 10.8.3
Drupal 7.22, 2013-04-03

Server: Localhost via UNIX socket
Software: MySQL
Software version: 5.6.10 - MySQL Community Server (GPL)
Server charset: UTF-8 Unicode (utf8)

Web server
Apache/2.2.22 (Unix) DAV/2 PHP/5.3.15 with Suhosin-Patch mod_ssl/2.2.22 OpenSSL/0.9.8r

ronaldlthomas’s picture

I'm also getting this error when I try to install the demo store.

Using PHP 5.3 php
I've adjusted the php.ini file to have these values as recommended in #11 here: https://drupal.org/node/1667968

max_execution_time = -1 (default is 60 seconds, -1 is unlimited)
max_input_time = -1
max_input_nesting_level = 300
memory_limit = 256M

Trying to install latest version of commerce_kickstart-7.x-2.8.

Info on the error is: Debugging information follows. Path: http://madeintheusamart.com/install.php?profile=commerce_kickstart&welco...... StatusText: Internal Server Error ResponseText: 500

Get an internal service error when going to the site at this point.

I attempted to install without demo store and got another ajax error
An AJAX HTTP error occurred. HTTP Result Code: 200 Debugging information follows. Path: http://madeintheusamart.com/install.php?profile=commerce_kickstart&welco...... StatusText: OK ResponseText: Drupal already installed | Drupal @import url

This last error might have been associated with reusing a database that had been cached maybe?

Installing without demo store I get this error:
syntax error or access violation 1226: user db_admin has exceeded the max_questions resource (current value: 75000)

kirantej_p’s picture

Hi,
Try increasing the memory_limit in your settings.php. Try the below settings in your drupal settings.php.
It worked for me.

ini_set('memory_limit','512M');

Thanks,
Kiran

rajmataj’s picture

I just installed this with MAMP at first unsuccessfully, getting the same error as @kirantejpratha, but once I bumped up the PHP version from 5.3.20 to 5.4.10, Commerce Kickstart along with its demo store installed smoothly.

Here is my environment:
Mac OS 10.8.4
MAMP PRO 2.1.4
Drupal Commerce Kickstart 7.x-2.8

The only thing I've changed in /sites/default/settings.php is setting the memory to 192MB. I haven't changed anything in the php.ini nor my.cnf.

I suggest try bumping your PHP version up to 5.4.10 and see if that works.

lsolesen’s picture

Category: Bug report » Support request
Priority: Critical » Normal
Issue summary: View changes
Status: Postponed (maintainer needs more info) » Fixed

Closing this as it an old issue and seems to be solved.

Status: Fixed » Closed (fixed)

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