This happens during install:

An AJAX HTTP error occurred. HTTP Result Code: 200 Debugging information follows. Path: http://spark8.localhost:8082/core/install.php?langcode=en&profile=spark&id=1&op=do_nojs&op=do StatusText: OK ResponseText: Fatal error: Call to undefined function filter_format_save() in /Users/webchick/Sites/spark/spork/profiles/spark/spark.install on line 42

That obviously ain't gonna work. :P

Comments

webchick’s picture

Commented that out, now get this at the end:

An AJAX HTTP error occurred. HTTP Result Code: 200 Debugging information follows. Path: http://spark8.localhost:8082/core/install.php?langcode=en&profile=spark&op=start&id=1&id=1&op=do_nojs&op=do StatusText: OK ResponseText: Home | Drupal @import url("http://spark8.localhost:8082/core/misc/normalize/normalize.css?0"); @import url("http://spark8.localhost:8082/core/modules/system/system.base.css?0"); @import url("http://spark8.localhost:8082/core/modules/system/system.admin.css?0"); @import url("http://spark8.localhost:8082/core/modules/system/system.theme.css?0"); @import url("http://spark8.localhost:8082/core/modules/system/system.maintenance.css?0"); @import url("http://spark8.localhost:8082/core/themes/seven/style.css?0"); Home Installation tasksChoose language(done)Choose profile(done)Verify requirements(done)Set up database(done)Installation profile(active)Configure siteFinished SQLSTATE[23000]: Integrity constraint violation: 1048 Column 'module' cannot be null: INSERT INTO {role_permission} (rid, permission, module) VALUES (:db_insert_placeholder_0, :db_insert_placeholder_1, :db_insert_placeholder_2); Array ( [:db_insert_placeholder_0] => anonymous [:db_insert_placeholder_1] => [:db_insert_placeholder_2] => )
wim leers’s picture

Status: Active » Fixed

You moved to latest D8 (as per #1897248: drush make build-spark.make fails), but had not yet converted the code to take "text formats as config entities" into account; hence these failures. Now fixed (by including .yml config files for the text formats we want to ship with, as Gábor pointed out already).

Status: Fixed » Closed (fixed)

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