During installation I get the following error at the " import sample products" stage:

An AJAX HTTP error occurred. HTTP Result Code: 200 Debugging information follows. Path: http://commercekickstart/install.php?profile=commerce_kickstart&locale=e... StatusText: OK ResponseText: Home | Commerce Kickstart @import url("http://commercekickstart/modules/system/system.base.css?m5npxc"); @import url("http://commercekickstart/modules/system/system.theme.css?m5npxc"); @import url("http://commercekickstart/modules/system/system.menus.css?m5npxc"); @import url("http://commercekickstart/modules/system/system.messages.css?m5npxc"); @import url("http://commercekickstart/profiles/commerce_kickstart/modules/contrib/tip..."); @import url("http://commercekickstart/misc/ui/jquery.ui.core.css?m5npxc"); @import url("http://commercekickstart/profiles/commerce_kickstart/themes/commerce_kic..."); @import url("http://commercekickstart/modules/overlay/overlay-parent.css?m5npxc"); @import url("http://commercekickstart/misc/ui/jquery.ui.slider.css?m5npxc"); @import url("http://commercekickstart/modules/comment/comment.css?m5npxc"); @import url("http://commercekickstart/profiles/commerce_kickstart/modules/commerce_ki..."); @import url("http://commercekickstart/modules/field/theme/field.css?m5npxc"); @import url("http://commercekickstart/modules/node/node.css?m5npxc"); @import url("http://commercekickstart/modules/user/user.css?m5npxc"); @import url("http://commercekickstart/profiles/commerce_kickstart/modules/contrib/vie..."); @import url("http://commercekickstart/modules/system/system.admin.css?m5npxc"); @import url("http://commercekickstart/modules/system/system.maintenance.css?m5npxc"); @import url("http://commercekickstart/profiles/commerce_kickstart/modules/contrib/cto..."); @import url("http://commercekickstart/profiles/commerce_kickstart/modules/contrib/vie..."); @import url("http://commercekickstart/profiles/commerce_kickstart/themes/commerce_kic..."); @import url("http://commercekickstart/profiles/commerce_kickstart/themes/commerce_kic..."); @import url("http://commercekickstart/profiles/commerce_kickstart/themes/commerce_kic..."); @import url("http://commercekickstart/profiles/commerce_kickstart/themes/commerce_kic..."); Home Installation tasksChoose language(done)Verify requirements(done)Set up database(done)Install profile(done)Configure site(done)Configure store(done)Import products(active)Finished SQLSTATE[23000]: Integrity constraint violation: 1048 Column 'fid' cannot be null Proudly built by Commerce Guys

The site is then created without sample products.

CommentFileSizeAuthor
#3 kickstart_error_install_AJAX.png50.19 KBthinkdrupal

Comments

Argus’s picture

Status: Active » Closed (works as designed)

Apparently this error is caused by a not writable ../sites/default/files directory

amingilani’s picture

I have the exact same error when generating sample content during install. Also, i got the same error code before when it was installing the core. Oh and /sites/default/files is drwxrwxr-x

Update: I fixed it, switched to PHP 5.3 and increased memory_limit to 150M. If you're on dreamhost and don't know how to do it, here.

thinkdrupal’s picture

StatusFileSize
new50.19 KB

I'm getting AJAX HTTP 200 error on install. I'm using php 3.5.8 and memory_limit is 512m. See attachment

deanflory’s picture

Anyone having lots of AJAX issues might want to try disabling the jquery_update module, worked for me. Just spreading the info, unsure if it's related to this issue.

vasike’s picture

@deanflory: there's no such module in kickstart distribution

swati.karande’s picture

Hi,
jquery_update module is not available.
I resolved it installing Commerce Kickstart Search , Commerce Search API and run update.php.

scuis’s picture

Title: AJAX HTTP error 200 when creating sample products » AJAX HTTP error 200 when creating sample products FIXED

No php.ini modifications worked for me. I disabled Overlay core module and problem solved.

scuis’s picture

Issue summary: View changes

stage of the error is "Importing Products"