Critical error editing page containing plugin
-
Hello!
I can no longer edit any page that contains the JSON Content Importer plugin after updating to WP 4.4. It was working perfectly before updating to 4.4. I’using the plugin version 1.2.11
Error when trying edit page:
Something went wrong fetching URL with JSON-data: A valid URL was not provided.error: get of json-data failed – plugin aborted: check url of json-feed
problems with JSON-structure: check basenode-param
please open ticket at ww.wp.xz.cnHere’s an example of the shortcode used in my pages:
[jsoncontentimporter url="[insert_php]echo do_shortcode('[global_variable variable_name="UNITJSONURL1"]');[/insert_php]" numberofdisplayeditems="5" urlgettimeout="500" basenode="property_unit"] <h2><b>{unit_name}</b> ~ {unit_brief_desc}</h2> [/jsoncontentimporter]Note that I’m using the insert_PHP plugin to access the JSON URL, which is defined in a global variable (using a global variables plugin). Both of these plugins are compatible with 4.4. To confirm this, a created a test page that uses insert_PHP shortcode to access the JSON URL (defined as a global variable).
[insert_php]echo do_shortcode('[global_variable variable_name="UNITJSONURL1"]');[/insert_php]And the page displays the json url as expected:
http://casabrava.net/art-test4/Thanks for the help. I previously donated because I love this plugin and will plan on making another contribution for your help with this.
Cheers,
Bruno
The topic ‘Critical error editing page containing plugin’ is closed to new replies.