I got this error during install, though I don't think it is an actual error, since last time I checked an HTTP Response code of 200 meant "OK". This was just after selecting the Spark profile through the interface.
An AJAX HTTP error occurred. HTTP Result Code: 200 Debugging information follows. Path: [domain]/install.php?profile=spark&locale=en&continue=1&id=1&op=do StatusText: OK ResponseText: Drupal @import url("[domain]/profiles/spark/modules/contrib/aloha/caption/css/caption.css?0"); @import url("[domain]/modules/system/system.messages.css?0"); @import url("[domain]/modules/system/system.menus.css?0"); @import url("[domain]/modules/system/system.theme.css?0"); @import url("[domain]/modules/system/system.base.css?0"); @import url("[domain]/modules/comment/comment.css?0"); @import url("[domain]/modules/field/theme/field.css?0"); @import url("[domain]/modules/node/node.css?0"); @import url("[domain]/modules/search/search.css?0"); @import url("[domain]/modules/user/user.css?0"); @import url("[domain]/modules/system/system.admin.css?0"); @import url("[domain]/modules/system/system.maintenance.css?0"); @import url("[domain]/profiles/spark/modules/contrib/ctools/css/ctools.css?0"); @import url("[domain]/profiles/spark/modules/contrib/layout/plugins/layouts/ResponsiveLayoutDesigner/assets/css/application.css?0"); @import url("[domain]/profiles/spark/modules/contrib/layout/plugins/layouts/ResponsiveLayoutDesigner/assets/css/grid.css?0"); @import url("[domain]/profiles/spark/modules/contrib/layout/plugins/layouts/responsive-in-place.css?0"); @import url("[domain]/profiles/spark/modules/contrib/panels/css/panels.css?0"); @import url("[domain]/themes/seven/reset.css?0"); @import url("[domain]/themes/seven/style.css?0"); Installation tasksChoose profile(done)Choose language(done)Verify requirements(done)Set up database(done)Install profile(active)Configure siteFinished SQLSTATE[23000]: Integrity constraint violation: 1062 Duplicate entry 'responsive_bartik-system-main' for key 'tmd'
I clicked the link for the error page, and proceeded to the configuration screen.
Comments
Comment #1
webchickI can't reproduce this myself; could you try the latest release?
Comment #2
tnanek commentedOkay, now that I tried the latest alpha, I got through that.
Now as it is going through the steps of installing the profile (prior to the configure screen) I see these messages on the screen.
Comment #3
gábor hojtsyWhile notices are not nice, if you are using a point Drupal 7 release as in the Spark distribution I believe, that should hide any notices. They might be indicators of underlying larger issues, but most often just small coding errors, like the ones you quoted. Which should explain why others are not seeing them.
Comment #4
gábor hojtsyIn fact, let me take that back a bit. The every_field module should be included with the distribution as evidenced by the list of "Included in this package" at http://drupal.org/node/1901600. That notice would show up if there were modules in the install profile that were requested but not found. Are you sure your package properly extracted with all the modules intact? Especially every_field in this case.
Comment #5
gábor hojtsyRetitling to be more specific.
Comment #6
tnanek commentedI had given up with using Spark earlier, and started from a minimal profile for a lighter-weight site.
If this is a support request, which is how it seems it is being handled, no need for it anymore. Feel free to change it; though I'm pretty sure I used drush to download the full package of Drupal with the profile, so any missing modules would indicate a missing line in the profile's code (I suspect). Though I can't say that's what I did specifically for both attempts, or that my drush was working 100% at the time; just knowing myself that's how I did it.
Comment #7
gábor hojtsy@tnanek: given that http://drupal.org/node/1901600 lists every_field, and the package is built based on the drush make file (which drush would also use to download the projects), I can only assume there was a temporary fluke at the time. Thanks for providing this feedback!