Title: breinsch's Replies | WordPress.org

---

# breinsch

  [  ](https://wordpress.org/support/users/breinsch/)

 *   [Profile](https://wordpress.org/support/users/breinsch/)
 *   [Topics Started](https://wordpress.org/support/users/breinsch/topics/)
 *   [Replies Created](https://wordpress.org/support/users/breinsch/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/breinsch/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/breinsch/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/breinsch/engagements/)
 *   [Favorites](https://wordpress.org/support/users/breinsch/favorites/)

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Forms: 3rd-Party Integration] Problem with CF7 3.9 update](https://wordpress.org/support/topic/problem-with-cf7-39-update/)
 *  [breinsch](https://wordpress.org/support/users/breinsch/)
 * (@breinsch)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/problem-with-cf7-39-update/#post-5099772)
 * Experienced this same issue yesterday, with the same error message in Firebug.
   It sent an array including only the keys and values that are set directly in 
   the 3rd party admin, anything coming from the CF7 form was ignored or not included
   in the submission, which was then dropped/blocked by SugarCRM for missing required
   fields. I reverted back to CF7 3.8.1 until it’s compatible.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Mini twitter feed] Mini Twitter giving error](https://wordpress.org/support/topic/mini-twitter-giving-error/)
 *  [breinsch](https://wordpress.org/support/users/breinsch/)
 * (@breinsch)
 * [12 years, 12 months ago](https://wordpress.org/support/topic/mini-twitter-giving-error/#post-3735123)
 * I ran into this error too, WP 3.5.1 and from what I could tell, it was causing
   an invalid JSON response from the Media Gallery in debug mode by adding the error
   message at the top of the JSON response, causing the Add Media and Featured Image
   buttons to only show an empty gallery. (Not the fault of this plugin in my opinion,
   I don’t think an unformatted and unhandled debug message should appear in an 
   unrelated JSON response).
 * Line 59 is:
    add_shortcode(‘minitwitter’, mtf_create_shortcode);
 * it should be:
    add_shortcode(‘minitwitter’, ‘mtf_create_shortcode’);
 * Properly formatting this line according to the Codex (enclosing mtf_create_shortcode
   in quotes) removes the debug message and fixed the Add Media/Featured Image issue
   for me as well.

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