Closed (fixed)
Project:
Spark
Version:
8.x-1.x-dev
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Reporter:
Created:
24 Jan 2013 at 05:04 UTC
Updated:
7 Feb 2013 at 12:40 UTC
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
Comment #1
webchickCommented that out, now get this at the end:
Comment #2
wim leersYou 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).