Closed (fixed)
Project:
Donor Rally
Version:
7.x-1.x-dev
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
20 May 2011 at 00:11 UTC
Updated:
5 Aug 2017 at 08:27 UTC
Jump to comment: Most recent
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
Comment #1
jhedstromFixed. 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.
Comment #3
kuson commentedWorks! Thanks!
Comment #4
Grayside commentedIn discussion at #737816: user_role_grant_permissions() throws PDOException when used with non-existent permissions (e.g. a permission for a disabled/uninstalled module).
Comment #5
philsward commentedFor 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.