Very un-useful d7 error, but here it is

n AJAX HTTP error occurred. HTTP Result Code: 200 Debugging information follows. Path: http://dr.dev/install.php?profile=donor_rally&locale=en&id=1&op=do StatusText: OK ResponseText: Home | Drupal @import url("http://dr.dev/modules/system/system.theme.css?0"); @import url("http://dr.dev/modules/system/system.messages.css?0"); @import url("http://dr.dev/modules/system/system.menus.css?0"); @import url("http://dr.dev/modules/system/system.base.css?0"); @import url("http://dr.dev/modules/field/theme/field.css?0"); @import url("http://dr.dev/modules/node/node.css?0"); @import url("http://dr.dev/modules/user/user.css?0"); @import url("http://dr.dev/sites/all/modules/contrib/views/css/views.css?0"); @import url("http://dr.dev/modules/system/system.admin.css?0"); @import url("http://dr.dev/modules/system/system.maintenance.css?0"); @import url("http://dr.dev/sites/all/modules/contrib/ctools/css/ctools.css?0"); @import url("http://dr.dev/profiles/donor_rally/modules/donor_rally_features/dr_base/dr-base.css?0"); @import url("http://dr.dev/themes/seven/reset.css?0"); @import url("http://dr.dev/themes/seven/style.css?0"); Home Installation tasksChoose profile(done)Choose language(done)Verify requirements(done)Set up database(done)Install profile(active)Configure siteFinished SQLSTATE[23000]: Integrity constraint violation: 1048 Column 'module' cannot be null

Comments

jhedstrom’s picture

Status: Active » Fixed

Fixed. The issue here was that a comment permission was being set, but the comment module was not enabled. I removed the comment related permission from the .install file.

Status: Fixed » Closed (fixed)

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

kuson’s picture

Version: » 7.x-1.x-dev

Works! Thanks!

philsward’s picture

For my situation, I simply had to 'enable' panels. I ran the update before enabling which I believe is the correct way of doing it, but after enabling both panels and mini-panels, (I've had permission issues with mini-panels in the past) the update went through just fine.