Title: Maxunit's Replies | WordPress.org

---

# Maxunit

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Content Progress] Error Warning on activating plugin](https://wordpress.org/support/topic/error-warning-on-activating-plugin/)
 *  [Maxunit](https://wordpress.org/support/users/maxunit/)
 * (@maxunit)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/error-warning-on-activating-plugin/#post-4938539)
 * How do I check that? I am sadly not that highly experienced with WordPress nor
   with debugging something :/
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Content Progress] Error Warning on activating plugin](https://wordpress.org/support/topic/error-warning-on-activating-plugin/)
 *  [Maxunit](https://wordpress.org/support/users/maxunit/)
 * (@maxunit)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/error-warning-on-activating-plugin/#post-4938537)
 * I added the dot to ‘/lang’ to have it read ‘./lang’ and since then I have no 
   further issues and also error_log from Apache2 no longer spits out anything regarding
   Content Press having an issue with open_basedir.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Content Progress] Error Warning on activating plugin](https://wordpress.org/support/topic/error-warning-on-activating-plugin/)
 *  [Maxunit](https://wordpress.org/support/users/maxunit/)
 * (@maxunit)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/error-warning-on-activating-plugin/#post-4938535)
 * I fixed it.
 * Change:
 * load_plugin_textdomain( ‘content-progress’, false, dirname( plugin_basename( 
   __FILE__ ) . ‘/lang’ ) );
 * to
 * load_plugin_textdomain( ‘content-progress’, false, dirname( plugin_basename( 
   __FILE__ ) . ‘./lang’ ) );
 * The dot is missing before /lang. This results in a directory resolving issue 
   on Linux Machines.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Content Progress] Error Warning on activating plugin](https://wordpress.org/support/topic/error-warning-on-activating-plugin/)
 *  [Maxunit](https://wordpress.org/support/users/maxunit/)
 * (@maxunit)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/error-warning-on-activating-plugin/#post-4938534)
 * I add to this issue, since I face it as well.
 * My current setup is:
 * Latest WordPress Version
    Latest Content Progress Version OS: Ubuntu 12.04 LTS
   Plesk 11 open_basedir on for security reasons
 * I have a single WordPress Installation and so far only Timthumb (fixed it) had
   issues and Content Progress.
 * There seems to be an issue with reading the lang files properly, because the 
   path “…/wp-content/plugins/content-progress/content-progress.php/content-progress-
   de_DE.mo” seems to be invalid. It causes high loading times :/
 * I surely am not a PHP Coder, but I think it comes down to this line (and what
   is attached to it):
 * load_plugin_textdomain( ‘content-progress’, false, dirname( plugin_basename( 
   __FILE__ ) . ‘/lang’ ) );

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