Closed (fixed)
Project:
Spark
Version:
7.x-1.0-alpha3
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Issue tags:
Reporter:
Created:
9 Aug 2012 at 14:34 UTC
Updated:
4 Jan 2014 at 02:24 UTC
Jump to comment: Most recent
Getting this in the Status Report on two installations. I am not sure if this is a real issue or a bogus report as the in-place editor seems to function.
Comments
Comment #1
jghyde commenteddownload and install json2 from https://github.com/douglascrockford/JSON-js/ into your sites/all/libraries directory.
(I *think* (-;)
Comment #2
webchickSorry about that! This got fixed in Git in the meantime. I'll roll another release here shortly.
Comment #3
webchickThis is the commit diff btw. http://drupalcode.org/project/spark.git/blobdiff/6265b870d95e61acc173b2e... A workaround until the next release is just to rename the profiles/spark/libraries/JSON-js/ folder to "json2"
Comment #4
webchickComment #5
webchickAlso this seems fairly critical to resolve before the next release.
Comment #6
gábor hojtsyI don't know, I do not experience this when I build my local setup with drush make. Is this happening in the d.o build?
Comment #7
wim leersWorks fine here:
Comment #8
webchickSorry, the library is downloaded fine; this is an error that gets shown at admin/reports/status in alpha2. It's because the library is stored in a JSON-js folder, but the module's looking for a json2 folder.
Comment #9
webchickI'm going to mark this as fixed since it's fixed in git, and will be in the alpha4 release.