Running the current installation this occurs during the Install profile step. Any thoughts on what the cause could relate to are welcome. I'm guessing it might be related to parts of OO still requiring the block module. Would it make sense for those to be removed completely, or should Block module be enabled for Open Outreach?

An AJAX HTTP error occurred. HTTP Result Code: 200 Debugging information follows. Path: http://install.openoutreach:8888/install.php?profile=openoutreach&locale=en&continue=1&id=1&op=do StatusText: OK ResponseText: Home | Drupal @import url("http://install.openoutreach:8888/modules/system/system.theme.css?0"); @import url("http://install.openoutreach:8888/modules/system/system.messages.css?0"); @import url("http://install.openoutreach:8888/modules/system/system.menus.css?0"); @import url("http://install.openoutreach:8888/modules/system/system.base.css?0"); @import url("http://install.openoutreach:8888/profiles/openoutreach/modules/contrib/jquery_update/replace/ui/themes/base/minified/jquery.ui.core.min.css?0"); @import url("http://install.openoutreach:8888/profiles/openoutreach/modules/panopoly/panopoly_core/css/panopoly-jquery-ui-theme.css?0"); @import url("http://install.openoutreach:8888/profiles/openoutreach/modules/contrib/jquery_update/replace/ui/themes/base/minified/jquery.ui.accordion.min.css?0"); @import url("http://install.openoutreach:8888/profiles/openoutreach/modules/contrib/date/date_api/date.css?0"); @import url("http://install.openoutreach:8888/profiles/openoutreach/modules/contrib/date/date_popup/themes/datepicker.1.7.css?0"); @import url("http://install.openoutreach:8888/modules/field/theme/field.css?0"); @import url("http://install.openoutreach:8888/modules/node/node.css?0"); @import url("http://install.openoutreach:8888/profiles/openoutreach/modules/panopoly/panopoly_admin/panopoly-admin.css?0"); @import url("http://install.openoutreach:8888/profiles/openoutreach/modules/panopoly/panopoly_core/css/panopoly-fonts.css?0"); @import url("http://install.openoutreach:8888/profiles/openoutreach/modules/panopoly/panopoly_core/css/panopoly-dropbutton.css?0"); @import url("http://install.openoutreach:8888/profiles/openoutreach/modules/panopoly/panopoly_magic/css/panopoly-magic.css?0"); @import url("http://install.openoutreach:8888/profiles/openoutreach/modules/panopoly/panopoly_magic/css/panopoly-modal.css?0"); @import url("http://install.openoutreach:8888/profiles/openoutreach/modules/panopoly/panopoly_theme/css/panopoly-featured.css?0"); @import url("http://install.openoutreach:8888/profiles/openoutreach/modules/panopoly/panopoly_theme/css/panopoly-accordian.css?0"); @import url("http://install.openoutreach:8888/profiles/openoutreach/modules/panopoly/panopoly_widgets/panopoly-widgets.css?0"); @import url("http://install.openoutreach:8888/profiles/openoutreach/modules/panopoly/panopoly_wysiwyg/panopoly-wysiwyg.css?0"); @import url("http://install.openoutreach:8888/modules/search/search.css?0"); @import url("http://install.openoutreach:8888/modules/user/user.css?0"); @import url("http://install.openoutreach:8888/profiles/openoutreach/modules/contrib/views/css/views.css?0"); @import url("http://install.openoutreach:8888/profiles/openoutreach/modules/contrib/caption_filter/caption-filter.css?0"); @import url("http://install.openoutreach:8888/modules/system/system.admin.css?0"); @import url("http://install.openoutreach:8888/modules/system/system.maintenance.css?0"); @import url("http://install.openoutreach:8888/profiles/openoutreach/modules/contrib/ctools/css/ctools.css?0"); @import url("http://install.openoutreach:8888/profiles/openoutreach/modules/contrib/panels/css/panels.css?0"); @import url("http://install.openoutreach:8888/themes/seven/reset.css?0"); @import url("http://install.openoutreach:8888/themes/seven/style.css?0"); @import url("http://install.openoutreach:8888/profiles/openoutreach/modules/panopoly/panopoly_images/panopoly-images.css?0"); Home Installation tasksChoose profile(done)Choose language(done)Verify requirements(done)Set up database(done)Install profile(active)Configure siteInstall Open Outreach featuresChoose a themePrepare siteFinished! Warning message The image resize filter has been installed. Before this does anything, the image resize filter needs to be added to one or more text formats. Visit the text format administration to set up this filter. Status message To use menu blocks, find the "Add menu block" link on the administer blocks page. SQLSTATE[42S02]: Base table or view not found: 1146 Table 'install.openoutreach.block' doesn't exist

Comments

pmackay’s picture

If I add the Block module to the install profile, it then gives this error:

SQLSTATE[23000]: Integrity constraint violation: 1048 Column 'module' cannot be null

#1410918: SQLSTATE[23000]: Integrity constraint violation: 1048 Column 'module' cannot be null seems to suggest this is related to setting permissions.

pmackay’s picture

I got the basic install to work by commenting out the following code that sets permissions:

openoutreach.install.inc
All array entries in openoutreach_install_user_default_permissions()

openoutreach.install
Use of user_role_grant_permissions() in openoutreach_install().

This avoided the 'Column 'module' cannot be null' problem. Not sure yet how this could be resolved.

pmackay’s picture

Version: 7.x-2.x-dev » 7.x-1.x-dev
Issue summary: View changes
Status: Active » Closed (won't fix)

OO 2.x not active.