Title: [Plugin: iSlidex] Error
Last modified: August 19, 2016

---

# [Plugin: iSlidex] Error

 *  [prudat](https://wordpress.org/support/users/prudat/)
 * (@prudat)
 * [16 years ago](https://wordpress.org/support/topic/plugin-islidex-error/)
 * I love the plugin and having a conflict I was hoping someone could help me resolve.
   Whenever I activate the plugin I get the following across the top of my site
 * **Warning: Cannot modify header information – headers already sent by (output
   started at /home/content/g/o/r/gorilladesigns/html/gorilladesigns/wp-content/
   plugins/islidex/islidex.php:1170) in /home/content/g/o/r/gorilladesigns/html/
   gorilladesigns/wp-content/themes/headway-162/library/core/core-head.php on line
   437**
 * Warning: Cannot modify header information – headers already sent by (output started
   at /home/content/g/o/r/gorilladesigns/html/gorilladesigns/wp-content/plugins/
   islidex/islidex.php:1170) in /home/content/g/o/r/gorilladesigns/html/gorilladesigns/
   wp-content/themes/headway-162/library/core/core-head.php on line 441
 * It looks like it is a conflict of some type with my theme: Headway.
 * I disabled all other plugins.
 * I also get this error when I try and disable islidex in my plugin admin area.
 * **Warning: Cannot modify header information – headers already sent by (output
   started at /home/content/g/o/r/gorilladesigns/html/gorilladesigns/wp-content/
   plugins/islidex/islidex.php:1170) in /home/content/g/o/r/gorilladesigns/html/
   gorilladesigns/wp-includes/pluggable.php on line 868**
 * Thanks for your help.
 * [http://wordpress.org/extend/plugins/islidex/](http://wordpress.org/extend/plugins/islidex/)

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

 *  [Duke](https://wordpress.org/support/users/dukessa/)
 * (@dukessa)
 * [16 years ago](https://wordpress.org/support/topic/plugin-islidex-error/#post-1485955)
 * Hello prudat, as we say also in our plugin description, it is not possible to
   have the perfect plugin, because themes are all different, installed plugins 
   too, therefore there might always be a conflict or issue at some point.
 * Could you please post here what the code is at:
    themes/headway-162/library/core/
   core-head.php on line 437 themes/headway-162/library/core/core-head.php on line
   441
 * Also, could you please update your WordPress to the latest version 2.9.2 and 
   tell me if you still get the error when you disable iSlidex?
 *  [brubrant](https://wordpress.org/support/users/brubrant/)
 * (@brubrant)
 * [16 years ago](https://wordpress.org/support/topic/plugin-islidex-error/#post-1486175)
 * A have similar problem, but i’m using Hybrid Framework and WordPress 2.9.2
 * The error occours at same line in islidex.php and pluggable.php
 * Thanks for the plguin, it is all that I was looking for.
 *  [Duke](https://wordpress.org/support/users/dukessa/)
 * (@dukessa)
 * [16 years ago](https://wordpress.org/support/topic/plugin-islidex-error/#post-1486176)
 * Because we can’t reproduce your issue, I’d need you to paste here what code is
   at the lines where you get the error.
 * This kind of errors occur because you are using themes that influence normal 
   WordPress behaviour and it’s really hard sometimes to find a plugin solution 
   for all the different themes out there.
    Have you already tried to use the alternative
   shortcodes `[islidex_altern]`, `[islidex_altern2]` and `[islidex_thesis]` ?
 *  [Justin Tadlock](https://wordpress.org/support/users/greenshady/)
 * (@greenshady)
 * [16 years ago](https://wordpress.org/support/topic/plugin-islidex-error/#post-1486210)
 * The problem you all are experiencing is likely because the `islidex.php` file
   has no closing `?>` at the end of the file or the file has additional whitespace
   after a closing `?>` tag.
 * Please read the FAQ: [How do I solve the headers already sent warning?](http://codex.wordpress.org/FAQ_Troubleshooting#How_do_I_solve_the_Headers_already_sent_warning_problem.3F)
 * >  This kind of errors occur because you are using themes that influence normal
   > WordPress behaviour and it’s really hard sometimes to find a plugin solution
   > for all the different themes out there.
 * This is quite clearly a PHP issue with the iSlidex plugin. The error message 
   says it all. It has nothing to do with what theme someone is using.
 *  [Duke](https://wordpress.org/support/users/dukessa/)
 * (@dukessa)
 * [16 years ago](https://wordpress.org/support/topic/plugin-islidex-error/#post-1486213)
 * Greenshady, thank you for pointing that out.
    It surprisingly worked fine for
   most people, including us, even without ?> but this was definitely a major oversight
   in v.1.8 v.1.8.1 is now out to correct that issue.
 * And yes sometimes it does depend on the theme too, just like for other plugins,
   this one too might get broken by it or break it.
 *  [danlehman](https://wordpress.org/support/users/danlehman/)
 * (@danlehman)
 * [16 years ago](https://wordpress.org/support/topic/plugin-islidex-error/#post-1486218)
 * Hello, I am actually having the same issue as listed originally in this post.
 * Here is my error:
 * >  Warning: Cannot modify header information – headers already sent by (output
   > started at C:\xampp\htdocs\wordpress\wp-content\plugins\islidex\islidex.php:
   > 1170) in C:\xampp\htdocs\wordpress\wp-includes\pluggable.php on line 868
 * Line 1170 on islidex.php only shows this:
    `<?php`
 * I am using WordPress version 2.9.2 and iSlideX version 1.8.1.
 * Any ideas/suggestions?
 *  [miguel-alas](https://wordpress.org/support/users/miguel-alas/)
 * (@miguel-alas)
 * [16 years ago](https://wordpress.org/support/topic/plugin-islidex-error/#post-1486219)
 * Hi! I’ve just installed and activated the plugin but it doesn’t appear under 
   settings menu and no where else. I’m using Iblog Pro and using Fluency Admin.
   Any idea? Thanks in advance!
 *  [Duke](https://wordpress.org/support/users/dukessa/)
 * (@dukessa)
 * [16 years ago](https://wordpress.org/support/topic/plugin-islidex-error/#post-1486220)
 * @ DanLehman
    I cannot reproduce your issue, have you tried disabling other plugins
   and having the default theme to check it’s not a conflict?
 * @ Miguel
    Islidex Settings link is inside the tab “Plugins”, in the admin panel.
 *  [danlehman](https://wordpress.org/support/users/danlehman/)
 * (@danlehman)
 * [16 years ago](https://wordpress.org/support/topic/plugin-islidex-error/#post-1486222)
 * [@dukessa](https://wordpress.org/support/users/dukessa/) I have no other plugins
   installed/activated. I have since uninstalled the plugin but it still effected
   the current theme. I had to change to a new theme to prevent the issue from recurring.
 *  [Duke](https://wordpress.org/support/users/dukessa/)
 * (@dukessa)
 * [16 years ago](https://wordpress.org/support/topic/plugin-islidex-error/#post-1486223)
 * @ DanLehman
    It’s not possible that the plugin affected your theme once it had
   been disabled/removed, so maybe you should try another theme? The plugin doesnt
   change anything in your theme or other plugins when it’s active, the worst thing
   that can happen is that the plugin js or css interferes with other plugins or
   with the theme js or css and viceversa and in that case it’s not always the plugin
   fault. Try to use it with another theme and let me know if you still get that
   issue.
 *  [chart97](https://wordpress.org/support/users/chart97/)
 * (@chart97)
 * [15 years, 10 months ago](https://wordpress.org/support/topic/plugin-islidex-error/#post-1486252)
 * I am having the same sorts of problems with the header:
    upon activation I get:`"
   The plugin generated 2 characters of unexpected output during activation. If 
   you notice “headers already sent” messages, problems with syndication feeds or
   other issues, try deactivating or removing this plugin."`
 * I get different activation errors depending on the theme
    Twenty Ten 1.0.2: `"
   The plugin generated 2 characters....` WordPress Default 1.6 `"The plugin generated
   1 characters....`
 * And on a when I logout I get:
 *     ```
       "Warning: Cannot modify header information - headers already sent by (output started at /home/theo3/public_html/asiel/wp-content/plugins/islidex/islidex.php:1170) in /home/theo3/public_html/asiel/wp-login.php on line 337
       So on and so forth...
       ```
   
 * I am using WordPress 3.0.
    I have no other active plugins
 *  [vinycc](https://wordpress.org/support/users/vinycc/)
 * (@vinycc)
 * [15 years, 9 months ago](https://wordpress.org/support/topic/plugin-islidex-error/#post-1486257)
 * @ DanLehman
    I had the same problem. I solved by opening the file islider.php
   and editing a few lines above and below the line in 1170, removing comments and
   replacing blank spaces.
 *  [mik](https://wordpress.org/support/users/atomik/)
 * (@atomik)
 * [15 years, 9 months ago](https://wordpress.org/support/topic/plugin-islidex-error/#post-1486258)
 * @ vinycc
 * it worked for me too, thx
 *  [Duke](https://wordpress.org/support/users/dukessa/)
 * (@dukessa)
 * [15 years, 9 months ago](https://wordpress.org/support/topic/plugin-islidex-error/#post-1486260)
 * This bug will definitely be the one we will focus on the most in the next release,
   due in about 2 weeks, plus of course nice additions.
    Thanks for reporting!
 *  [Duke](https://wordpress.org/support/users/dukessa/)
 * (@dukessa)
 * [15 years, 4 months ago](https://wordpress.org/support/topic/plugin-islidex-error/#post-1486275)
 * This bug has been fixed some versions ago, please flag it as resolved 🙂

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

The topic ‘[Plugin: iSlidex] Error’ is closed to new replies.

 * 15 replies
 * 9 participants
 * Last reply from: [Duke](https://wordpress.org/support/users/dukessa/)
 * Last activity: [15 years, 4 months ago](https://wordpress.org/support/topic/plugin-islidex-error/#post-1486275)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
