Title: Subscribe2  Version 8.9.1 error
Last modified: August 21, 2016

---

# Subscribe2 Version 8.9.1 error

 *  Resolved [rredpath](https://wordpress.org/support/users/rredpath/)
 * (@rredpath)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/subscribe2-version-891-error/)
 * After upgrade to Version 8.9.1 I get the following error on all site pages. Any
   idea on what file to make the code correction?
 * Thanks!
 * Warning: is_readable() [function.is-readable]: open_basedir restriction in effect.
   File(D:\Inetpub\cross/wp-content/plugins/D:\Inetpub\cross/wp-content/languages/
   subscribe2-en_US.mo) is not within the allowed path(s): (D:\;C:\php5;C:\Temp;
   C:\Windows\Temp) in D:\Inetpub\cross\wp-includes\l10n.php on line 339
 * [http://wordpress.org/extend/plugins/subscribe2/](http://wordpress.org/extend/plugins/subscribe2/)

Viewing 9 replies - 16 through 24 (of 24 total)

[←](https://wordpress.org/support/topic/subscribe2-version-891-error/?output_format=md)
[1](https://wordpress.org/support/topic/subscribe2-version-891-error/?output_format=md)
2

 *  [Sventas](https://wordpress.org/support/users/sventas/)
 * (@sventas)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/subscribe2-version-891-error/page/2/#post-3651530)
 * Just tried it out, but without any success. I guess I will try contacting server
   administrator and try to change php.ini open_basedir settings, will inform if
   that will work
 *  [Matt Robinson](https://wordpress.org/support/users/mattyrob/)
 * (@mattyrob)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/subscribe2-version-891-error/page/2/#post-3651531)
 * [@sventas](https://wordpress.org/support/users/sventas/),
 * So changing to basename calls in the core WordPress function made no difference?
 *  [Sventas](https://wordpress.org/support/users/sventas/)
 * (@sventas)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/subscribe2-version-891-error/page/2/#post-3651532)
 * [@matt](https://wordpress.org/support/users/matt/),
 * No, not at all. Still the same error
 *  [Sventas](https://wordpress.org/support/users/sventas/)
 * (@sventas)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/subscribe2-version-891-error/page/2/#post-3651533)
 * While installing the plugin i get the error
 * > Warning: is_dir() [function.is-dir]: open_basedir restriction in effect. File(
   > C:\Windows\Temp) is not within the allowed path(s): (C:\Inetpub\vhosts\****\
   > httpdocs\) in C:\Inetpub\vhosts\****\httpdocs\wp-includes\functions.php on 
   > line 1429
 * And on activation of plugin the error is as described in the first post on this
   topic.
 *  [Matt Robinson](https://wordpress.org/support/users/mattyrob/)
 * (@mattyrob)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/subscribe2-version-891-error/page/2/#post-3651534)
 * [@sventas](https://wordpress.org/support/users/sventas/),
 * 🙁 I wonder if it is just an open_basedir limitation on the server then…
 *  [Sventas](https://wordpress.org/support/users/sventas/)
 * (@sventas)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/subscribe2-version-891-error/page/2/#post-3651535)
 * I wonder too 🙂 Will inform you if something changes
 *  [Matt Robinson](https://wordpress.org/support/users/mattyrob/)
 * (@mattyrob)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/subscribe2-version-891-error/page/2/#post-3651536)
 * [@sventas](https://wordpress.org/support/users/sventas/),
 * Try this:
 * In the classes/class-s2-core.php file right at the top is a function called load_translations()
   and it looks like this:
 *     ```
       function load_translations() {
       	load_plugin_textdomain('subscribe2', false, S2DIR);
       	load_plugin_textdomain('subscribe2', false, S2DIR . "languages/");
       	load_plugin_textdomain('subscribe2', false, WP_LANG_DIR . "/");
       } // end load_translations()
       ```
   
 * Change it to this:
 *     ```
       function load_translations() {
       	load_plugin_textdomain('subscribe2', false, S2DIR);
       	load_plugin_textdomain('subscribe2', false, S2DIR . "languages/");
       } // end load_translations()
       ```
   
 *  [Sventas](https://wordpress.org/support/users/sventas/)
 * (@sventas)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/subscribe2-version-891-error/page/2/#post-3651537)
 * [@matt](https://wordpress.org/support/users/matt/),
 * It works perfectly now. Thank you very much for your help! 🙂
 *  [Matt Robinson](https://wordpress.org/support/users/mattyrob/)
 * (@mattyrob)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/subscribe2-version-891-error/page/2/#post-3651538)
 * [@sventas](https://wordpress.org/support/users/sventas/),
 * Excellent. Thanks for the confirmation. I’ll make sure that get’s fixed in the
   next version.

Viewing 9 replies - 16 through 24 (of 24 total)

[←](https://wordpress.org/support/topic/subscribe2-version-891-error/?output_format=md)
[1](https://wordpress.org/support/topic/subscribe2-version-891-error/?output_format=md)
2

The topic ‘Subscribe2 Version 8.9.1 error’ is closed to new replies.

 * ![](https://ps.w.org/subscribe2/assets/icon-256x256.png?rev=2318630)
 * [Subscribe2 - Form, Email Subscribers & Newsletters](https://wordpress.org/plugins/subscribe2/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/subscribe2/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/subscribe2/)
 * [Active Topics](https://wordpress.org/support/plugin/subscribe2/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/subscribe2/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/subscribe2/reviews/)

 * 24 replies
 * 4 participants
 * Last reply from: [Matt Robinson](https://wordpress.org/support/users/mattyrob/)
 * Last activity: [13 years, 1 month ago](https://wordpress.org/support/topic/subscribe2-version-891-error/page/2/#post-3651538)
 * Status: resolved