Title: [Plugin: Insert Link Class] failed page options
Last modified: August 19, 2016

---

# [Plugin: Insert Link Class] failed page options

 *  [eniris](https://wordpress.org/support/users/eniris/)
 * (@eniris)
 * [15 years, 9 months ago](https://wordpress.org/support/topic/plugin-insert-link-class-failed-page-options/)
 * when I go to the options pages I have this message :
    Warning: include_once()[
   function.include]: Failed opening ‘/insert-link-class-plugin/list.php’ for inclusion(
   include_path=’.:/usr/local/zend/share/pear’)
 * I’ve replace (in insert-link-class-plugin.php)
    include_once(PLUGIN_ROOT.’/ by
   include_once(‘/ and it’s working, but I see nothing into my TinyMCE editor
 * [http://wordpress.org/extend/plugins/insert-link-class/](http://wordpress.org/extend/plugins/insert-link-class/)

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

 *  [tnntwister](https://wordpress.org/support/users/tnntwister/)
 * (@tnntwister)
 * [15 years, 8 months ago](https://wordpress.org/support/topic/plugin-insert-link-class-failed-page-options/#post-1652578)
 * hi,
 * i had the same problem. the plugin root doesn’t work, you need to change the 
   constant.
 * find :
    `// define(PLUGIN_ROOT, substr(str_replace("\\", "/", dirname(__FILE__)),
   0, strpos(str_replace("\\", "/", dirname(__FILE__)), "/".PLUGIN_NAME))."/".PLUGIN_NAME);`
 * replace by :
    `define(PLUGIN_ROOT, DOCUMENT_ROOT."/wp-content/plugins/insert-
   link-class");`
 * it worked for me.
 *  [Jandal](https://wordpress.org/support/users/jandal/)
 * (@jandal)
 * [15 years, 7 months ago](https://wordpress.org/support/topic/plugin-insert-link-class-failed-page-options/#post-1652614)
 * Yeah he has a problem with this new version as he has changed the name of the
   plugin/folder.
 * What bugs me, as on local host my fix worked fine, and on the live I lost all
   my classes I had entered. Not very helpful.
 * [http://www.n7studios.co.uk/2010/03/07/wordpress-insert-link-class-plugin/](http://www.n7studios.co.uk/2010/03/07/wordpress-insert-link-class-plugin/)
 * Hopefully he will fix it soon.
    =-)
 *  Plugin Author [Tim](https://wordpress.org/support/users/n7studios/)
 * (@n7studios)
 * [15 years, 5 months ago](https://wordpress.org/support/topic/plugin-insert-link-class-failed-page-options/#post-1652631)
 * This is now fixed from version 1.31
 * Thanks,
 * Tim.
 *  [Jandal](https://wordpress.org/support/users/jandal/)
 * (@jandal)
 * [15 years, 4 months ago](https://wordpress.org/support/topic/plugin-insert-link-class-failed-page-options/#post-1652633)
 * Seems to be working well.
 * Thank you!
    =-)

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

The topic ‘[Plugin: Insert Link Class] failed page options’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/insert-link-class.svg)
 * [Insert Link Class](https://wordpress.org/plugins/insert-link-class/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/insert-link-class/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/insert-link-class/)
 * [Active Topics](https://wordpress.org/support/plugin/insert-link-class/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/insert-link-class/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/insert-link-class/reviews/)

 * 4 replies
 * 4 participants
 * Last reply from: [Jandal](https://wordpress.org/support/users/jandal/)
 * Last activity: [15 years, 4 months ago](https://wordpress.org/support/topic/plugin-insert-link-class-failed-page-options/#post-1652633)
 * Status: not resolved