Title: i17wp's Replies | WordPress.org

---

# i17wp

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

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

 Search replies:

## Forum Replies Created

Viewing 1 replies (of 1 total)

 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[evolve] open_basedir restriction in effect.](https://wordpress.org/support/topic/open_basedir-restriction-in-effect-21/)
 *  [i17wp](https://wordpress.org/support/users/i17wp/)
 * (@i17wp)
 * [8 years, 8 months ago](https://wordpress.org/support/topic/open_basedir-restriction-in-effect-21/#post-9494548)
 * Hi, presupuestON.
    I have just fixed a similar problem of concatenating two complete
   paths. At me it was created in a plugin lj-xp transfer in function “load_plugin_textdomain”
   the third parameter $plugin_rel_path of a full path instead of relative from 
   a folder /wp-content/plugins/. I commented out the wrong line and wrote the correct.
 *     ```
       //load_plugin_textdomain( 'lj-xp', false, plugin_dir_path(__FILE__) . '/lang' );
       load_plugin_textdomain( 'lj-xp', false, 'lj-xp/lang' );
       ```
   
 * Backslashes don’t mean a thing in this issue.

Viewing 1 replies (of 1 total)