Title: [Plugin: Inline Editor] Favorite Plugin, But Breaks Other Plugins
Last modified: August 19, 2016

---

# [Plugin: Inline Editor] Favorite Plugin, But Breaks Other Plugins

 *  [johnywhy](https://wordpress.org/support/users/johnywhy/)
 * (@johnywhy)
 * [16 years, 4 months ago](https://wordpress.org/support/topic/plugin-inline-editor-favorite-plugin-but-breaks-other-plugins/)
 * one of the best plugins i’ve ever seen.
 * but breaks “Fast and Secure Contact Form” and “TDO Mini Forms”.
 * causes “Fast and Secure Contact Form” to reject valid Captcha entry, with “Could
   not read CAPTCHA cookie” message.
 * causes “TDO Mini Forms” upload-widget to fail.
 * [http://wordpress.org/extend/plugins/inline-editor/](http://wordpress.org/extend/plugins/inline-editor/)

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

 *  [Mike Challis](https://wordpress.org/support/users/mikechallis/)
 * (@mikechallis)
 * [16 years, 4 months ago](https://wordpress.org/support/topic/plugin-inline-editor-favorite-plugin-but-breaks-other-plugins/#post-1329637)
 * The problem is it takes over the session of other plugins that use sessions.
 * I have the fix to make compatible with “Fast and Secure Contact Form”, a plugin
   that uses sessions for the CAPTCHA.
    [http://wordpress.org/extend/plugins/si-contact-form/](http://wordpress.org/extend/plugins/si-contact-form/)
 * edit:
    inline-editor.php look in `function InlineEditor()` on line 49 delete:`
   $_SESSION['ile']['filter'] = true;`
 * look in `function init()`
    on line 295 add:
 *     ```
       if( !isset( $_SESSION ) ) { // play nice with other plugins
           session_cache_limiter ('private, must-revalidate');
           session_start();
           }
           $_SESSION['ile']['filter'] = true;
       ```
   
 * …also, all the PHP files should have a closing PHP tag and they don’t
 *  Thread Starter [johnywhy](https://wordpress.org/support/users/johnywhy/)
 * (@johnywhy)
 * [16 years, 4 months ago](https://wordpress.org/support/topic/plugin-inline-editor-favorite-plugin-but-breaks-other-plugins/#post-1329907)
 * Thanks a lot, Mike. You’re great!
 * Seems to work ok without those closing tags… is there a possible drawback to 
   the missing tags, aside from poor form?

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

The topic ‘[Plugin: Inline Editor] Favorite Plugin, But Breaks Other Plugins’ is
closed to new replies.

## Tags

 * [incompatible](https://wordpress.org/support/topic-tag/incompatible/)

 * 2 replies
 * 2 participants
 * Last reply from: [johnywhy](https://wordpress.org/support/users/johnywhy/)
 * Last activity: [16 years, 4 months ago](https://wordpress.org/support/topic/plugin-inline-editor-favorite-plugin-but-breaks-other-plugins/#post-1329907)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
