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.
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | kickstart_error_install_AJAX.png | 50.19 KB | thinkdrupal |
Comments
Comment #1
Argus commentedApparently this error is caused by a not writable ../sites/default/files directory
Comment #2
amingilani commentedI 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.
Comment #3
thinkdrupal commentedI'm getting AJAX HTTP 200 error on install. I'm using php 3.5.8 and memory_limit is 512m. See attachment
Comment #4
deanflory commentedAnyone 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.
Comment #5
vasike@deanflory: there's no such module in kickstart distribution
Comment #6
swati.karande commentedHi,
jquery_update module is not available.
I resolved it installing Commerce Kickstart Search , Commerce Search API and run update.php.
Comment #7
scuis commentedNo php.ini modifications worked for me. I disabled Overlay core module and problem solved.
Comment #7.0
scuis commentedstage of the error is "Importing Products"