Title: php error in amr shortcode any widget
Last modified: August 21, 2016

---

# php error in amr shortcode any widget

 *  Resolved [signcarver](https://wordpress.org/support/users/signcarver/)
 * (@signcarver)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/php-error-in-amr-shortcode-any-widget/)
 * First, let me say that i am using a Genesis plugin called Genesis – Features 
   Post which i place in the Shortcodes widget. I have tried every imaginable combination
   of syntaxes, looked at the Debug for the correct widget id, etc.
 * When i copy the code from Dreamweaver into WordPress and do the Update I get 
   the following error:
 *     ```
       Sidebar Shortcodeswith sidebarid Shortcodes empty or not defined.Widget not in sidebar with id Shortcodes and with name Shortcodes
       Warning: Cannot modify header information - headers already sent by (output started at /home/content/76/9554076/html/atlanticaluminummarine/wp-content/plugins/amr-shortcode-any-widget/amr_shortcode_any_widget.php:147) in /home/content/76/9554076/html/atlanticaluminummarine/wp-admin/post.php on line 222
   
       Warning: Cannot modify header information - headers already sent by (output started at /home/content/76/9554076/html/atlanticaluminummarine/wp-content/plugins/amr-shortcode-any-widget/amr_shortcode_any_widget.php:147) in /home/content/76/9554076/html/atlanticaluminummarine/wp-includes/pluggable.php on line 899
       ```
   
 * Oddly enough, the display works on the page.
 * Any suggestions would be appreciated.
 * Edited to say – if i drag the Genesis widget into another sidebar, it works.
 * [http://wordpress.org/plugins/amr-shortcode-any-widget/](http://wordpress.org/plugins/amr-shortcode-any-widget/)

Viewing 10 replies - 1 through 10 (of 10 total)

 *  Plugin Author [anmari](https://wordpress.org/support/users/anmari/)
 * (@anmari)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/php-error-in-amr-shortcode-any-widget/#post-4319559)
 * I think there must be something weird with a genesis theme framework and what
   it does to sidebars. Someone else had a problem too. fine in other themes, but
   not in that one.
 *  Thread Starter [signcarver](https://wordpress.org/support/users/signcarver/)
 * (@signcarver)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/php-error-in-amr-shortcode-any-widget/#post-4319571)
 * Thanks anmari
 * So i removed the Genesis plugin and i put back the Category Post List plugin 
   back into the Shortcodes widget but i am still getting the above error. **This
   plugin use to work.**
 * I have uninstalled amr shortcode any widget and reinstalled.
 * Now every time i try to save the html code into my page i get the above error.
   I can’t figure out how to get rid of the error.
 * So somehow i have managed to damage something. However, in the same Shortcodes
   area i have another plugin called Simple Social Icons that works fine.
 * Edited to add: I i delete and reinstall amr, then click Create a page from you
   settings area and leave the default [do widget Archives] i still get the same
   error.
 * Edited to add: i compared all of the php files old versus new and there are no
   changes in:
    - wp-content/plugins/amr-shortcode-any-widget/amr_shortcode_any_widget.php
    - wp-admin/post.php
    - wp-content/plugins/amr-shortcode-any-widget/amr_shortcode_any_widget.php
    - wp-includes/pluggable.php
 * Error in file marked in bold:
    wp-admin/post.php on line 222 // Session cookie
   flag that the post was saved if ( isset( $_COOKIE[‘wp-saving-post-‘ . $post_id]))**
   setcookie( ‘wp-saving-post-‘ . $post_id, ‘saved’ );**
 * wp-includes/pluggable.php on line 899
    $location = wp_sanitize_redirect($location);
 *  if ( !$is_IIS && php_sapi_name() != ‘cgi-fcgi’ )
    status_header($status); //
   This causes problems on IIS and some FastCGI setups
 *  ** header(“Location: $location”, true, $status);**
 *  return true;
 *  Thread Starter [signcarver](https://wordpress.org/support/users/signcarver/)
 * (@signcarver)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/php-error-in-amr-shortcode-any-widget/#post-4319576)
 * One more update
    I created a new “instance” of the Category Post List in the 
   Shortcodes widget.
 * Now the shortcode displays properly on my Home page but every time i save the
   content of the Home page i get the above errors.
 *  Plugin Author [anmari](https://wordpress.org/support/users/anmari/)
 * (@anmari)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/php-error-in-amr-shortcode-any-widget/#post-4319605)
 * hi signcarver
 * i dont think any of that is anything to do with the shortcode widget plugin.
 * it is very simple actually – just sets up a buffer for the widget output so it
   can be passed back to the wp shortcode filter.
 * nothing to do with cookies or header redirections .
 * Always try dumping error messages into google:
    [https://www.google.com/search?q=setcookie%28+%27wp-saving-post-%27+.+%24post_id%2C+%27saved%27+%29%3B&ie=utf-8&oe=utf-8&aq=t&rls=org.mozilla:en-US:official&client=firefox-a#q=wordpress+setcookie%28+%27wp-saving-post-%27+.+%24post_id%2C+%27saved%27+%29%3B&rls=org.mozilla:en-US%3Aofficial](https://www.google.com/search?q=setcookie%28+%27wp-saving-post-%27+.+%24post_id%2C+%27saved%27+%29%3B&ie=utf-8&oe=utf-8&aq=t&rls=org.mozilla:en-US:official&client=firefox-a#q=wordpress+setcookie%28+%27wp-saving-post-%27+.+%24post_id%2C+%27saved%27+%29%3B&rls=org.mozilla:en-US%3Aofficial)
 * led to :
 * [http://forums.aria.co.uk/showthread.php/128863-HELP-o_O](http://forums.aria.co.uk/showthread.php/128863-HELP-o_O)
 * which sounds like your problem?
 *  Thread Starter [signcarver](https://wordpress.org/support/users/signcarver/)
 * (@signcarver)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/php-error-in-amr-shortcode-any-widget/#post-4319609)
 * Hi anmari,
 * Thank you so much! I learned a couple of new things today thanks to you.
 * I got around the problem by disabling the amr plugin which isn’t really a solution
   since i want to use it.
 * Now I can investigate further.
 * Thanks again!
 *  [mrmacross](https://wordpress.org/support/users/mrmacross/)
 * (@mrmacross)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/php-error-in-amr-shortcode-any-widget/#post-4319713)
 * Hello,
 * we’ve come across the same problem. I think it has to be related to the AMR plugin
   because we only get the error on pages which we are using the shortcode. Any 
   chance of an update addressing this issue?
 * Sidebar Shortcodeswith sidebarid Shortcodes empty or not defined.
    Widget Blog
   Subscriptions (Jetpack) not in sidebar with id Shortcodes and with name Shortcodes
 * Sidebar Shortcodeswith sidebarid Shortcodes empty or not defined.
    Widget Calendar
   not in sidebar with id Shortcodes and with name Shortcodes
 * Warning: Cannot modify header information – headers already sent by (output started
   at /home/suncoast/public_html/vsc/wp-content/plugins/amr-shortcode-any-widget/
   amr_shortcode_any_widget.php:147) in /home/suncoast/public_html/vsc/wp-admin/
   post.php on line 229
 * Warning: Cannot modify header information – headers already sent by (output started
   at /home/suncoast/public_html/vsc/wp-content/plugins/amr-shortcode-any-widget/
   amr_shortcode_any_widget.php:147) in /home/suncoast/public_html/vsc/wp-includes/
   pluggable.php on line 896
 *  [mrmacross](https://wordpress.org/support/users/mrmacross/)
 * (@mrmacross)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/php-error-in-amr-shortcode-any-widget/#post-4319714)
 * Just for a little further information, we have also decided to disable AMR Shortcode.
   I have a version of my site on InstantWP and a version hosted on an Internet 
   webhost. I suspect there may be some PHP configuration difference as I could 
   not reproduce the error that I was getting consistently on the Internet host 
   on my InstantWP instance. Everything worked fine in InstantWP.
 *  Plugin Author [anmari](https://wordpress.org/support/users/anmari/)
 * (@anmari)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/php-error-in-amr-shortcode-any-widget/#post-4319715)
 * Hi everyone with this ‘missing shortcodes sidebar error’ – it only seems to happen
   on genesis themes – somehow they are doing something with sidebars which means
   that the one this plugin uses is not available at that time.
 * To verify, please repeat with a standard wordpress theme. Let me know id you 
   have further info.
 *  [mrmacross](https://wordpress.org/support/users/mrmacross/)
 * (@mrmacross)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/php-error-in-amr-shortcode-any-widget/#post-4319716)
 * My project uses Suffusion. Probably should have added that.
 * This seemed to be working fine under the last version of AMR.
 *  Plugin Author [anmari](https://wordpress.org/support/users/anmari/)
 * (@anmari)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/php-error-in-amr-shortcode-any-widget/#post-4319717)
 * Hi – just downloaded suffusion theme and all works fine with it on latest wp 
   3.8.1 (once i switched debug off – suffusion has some php strict standards errors)

Viewing 10 replies - 1 through 10 (of 10 total)

The topic ‘php error in amr shortcode any widget’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/amr-shortcode-any-widget_dde8e5.svg)
 * [amr shortcode any widget](https://wordpress.org/plugins/amr-shortcode-any-widget/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/amr-shortcode-any-widget/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/amr-shortcode-any-widget/)
 * [Active Topics](https://wordpress.org/support/plugin/amr-shortcode-any-widget/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/amr-shortcode-any-widget/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/amr-shortcode-any-widget/reviews/)

## Tags

 * [genesis](https://wordpress.org/support/topic-tag/genesis/)
 * [PHP errors](https://wordpress.org/support/topic-tag/php-errors/)

 * 10 replies
 * 3 participants
 * Last reply from: [anmari](https://wordpress.org/support/users/anmari/)
 * Last activity: [12 years, 4 months ago](https://wordpress.org/support/topic/php-error-in-amr-shortcode-any-widget/#post-4319717)
 * Status: resolved