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

jghyde’s picture

download and install json2 from https://github.com/douglascrockford/JSON-js/ into your sites/all/libraries directory.
(I *think* (-;)

webchick’s picture

Sorry about that! This got fixed in Git in the meantime. I'll roll another release here shortly.

webchick’s picture

This 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"

webchick’s picture

Assigned: Unassigned » webchick
Issue tags: +Spark Sprint 3
webchick’s picture

Priority: Normal » Critical

Also this seems fairly critical to resolve before the next release.

Gábor Hojtsy’s picture

I 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?

Wim Leers’s picture

Works fine here:

wim.leers at 94-224-97-133 in ~/Work/spark on 7.x-1.x*
$ drush make --drupal-org drupal-org.make temp-directory
 >> module_filter-7.x-1.7 downloaded.                                                                                                                                                                                              [ok]
 >> every_field-7.x-1.x-dev downloaded.                                                                                                                                                                                            [ok]
 >> gridbuilder cloned from http://git.drupal.org/project/gridbuilder.git.                                                                                                                                                         [ok]
 >> Checked out branch 7.x-1.x.                                                                                                                                                                                                    [ok]
 >> layout cloned from http://git.drupal.org/project/layout.git.                                                                                                                                                                   [ok]
 >> Checked out branch 7.x-1.x.                                                                                                                                                                                                    [ok]
 >> Project edit contains 2 modules: edit_aloha, edit.
 >> edit-7.x-1.0-alpha2 downloaded.                                                                                                                                                                                                [ok]
 >> ember-7.x-1.0-alpha2 downloaded.                                                                                                                                                                                               [ok]
 >> Project panels contains 4 modules: panels_node, panels_mini, panels_ipe, panels.
 >> panels-7.x-3.2 downloaded.                                                                                                                                                                                                     [ok]
 >> resp_img-7.x-1.3 downloaded.                                                                                                                                                                                                   [ok]
 >> panels patched with layout-settings-submit.patch.                                                                                                                                                                              [ok]
 >> Generated PATCHES.txt file for panels                                                                                                                                                                                          [ok]
 >> libraries-7.x-2.x-dev downloaded.                                                                                                                                                                                              [ok]
 >> json2-7.x-1.0 downloaded.                                                                                                                                                                                                      [ok]
 >> fape-7.x-1.1 downloaded.                                                                                                                                                                                                       [ok]
 >> Project entity contains 2 modules: entity, entity_token.
 >> entity-7.x-1.0-rc3 downloaded.                                                                                                                                                                                                 [ok]
 >> admin_tools-7.x-1.1 downloaded.                                                                                                                                                                                                [ok]
 >> admin-7.x-2.x-dev downloaded.                                                                                                                                                                                                  [ok]
 >> admin patched with admin-missing-hasownpropery.patch.                                                                                                                                                                          [ok]
 >> jquery_update-7.x-2.x-dev downloaded.                                                                                                                                                                                          [ok]
 >> admin patched with 1713392_jquery-drilldown-undefined-html_1.patch.                                                                                                                                                            [ok]
 >> Generated PATCHES.txt file for admin                                                                                                                                                                                           [ok]
 >> Project ctools contains 9 modules: views_content, stylizer, page_manager, ctools_plugin_example, ctools_custom_content, ctools_ajax_sample, ctools_access_ruleset, bulk_export, ctools.
 >> ctools-7.x-1.1 downloaded.                                                                                                                                                                                                     [ok]
alohaeditor downloaded from https://github.com/downloads/alohaeditor/Aloha-Editor/alohaeditor-0.21.1-cdn.zip.                                                                                                                      [ok]
alohaeditor patched with 1702248-9.patch.                                                                                                                                                                                          [ok]
alohaeditor patched with 1702248-pull_request_642-9.patch.                                                                                                                                                                         [ok]
alohaeditor patched with 1702248-pull_request_643-6.patch.                                                                                                                                                                         [ok]
alohaeditor patched with 1718336-5.patch.                                                                                                                                                                                          [ok]
Generated PATCHES.txt file for alohaeditor                                                                                                                                                                                         [ok]
json2 downloaded from https://github.com/douglascrockford/JSON-js/blob/master/json2.js.
webchick’s picture

Sorry, 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.

webchick’s picture

Status: Active » Fixed

I'm going to mark this as fixed since it's fixed in git, and will be in the alpha4 release.

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