Title: Include Error
Last modified: August 20, 2016

---

# Include Error

 *  Resolved [loera140](https://wordpress.org/support/users/loera140/)
 * (@loera140)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/include-error/)
 * Just to help the beta.
 * I was receiving an include error while using the frontend. It was not finding
   the pm_system.php file because my wp files were installed in a sub directory.
   Once I added sub directory tot he A_URL everything worked fine.
 * Original (defined in dexs-pm-system.php):
    define(“A_URL”, “wp-content/plugins/”.
   dirname(plugin_basename(__FILE__)));
 * Changed to:
    define(“A_URL”, “subdirectory/wp-content/plugins/”.dirname(plugin_basename(
   __FILE__)));
 * [http://wordpress.org/extend/plugins/dexs-pm-system/](http://wordpress.org/extend/plugins/dexs-pm-system/)

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

 *  [Guillaume Assire](https://wordpress.org/support/users/alphagolf_fr/)
 * (@alphagolf_fr)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/include-error/#post-3478728)
 * More generally, the path to wp-content shouldn’t be hardcoded, as the renaming
   of this folder for security reasons is a documented feature of WordPress. Please
   refer to [http://codex.wordpress.org/Determining_Plugin_and_Content_Directories](http://codex.wordpress.org/Determining_Plugin_and_Content_Directories)
   
   This is one of the many items I have as a feedback to the plugin author. I was
   only waiting for a more convenient way way to send them to him: no email address,
   and his site down, and I’m unwilling to flood this forum LOL… In short, a very
   prolmising plugin, however many issues to solve and points to improve.
 *  Plugin Author [pytesNET](https://wordpress.org/support/users/sambrishes/)
 * (@sambrishes)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/include-error/#post-3478748)
 * Thanks for the Bug Report and sorry for that!
    We will fix it soon, after we 
   finished and fixed our website!
 * [@alphagolf_fr](https://wordpress.org/support/users/alphagolf_fr/): Thanks too!
   Here you can contact us (temporarily): [sambrishes@gmx.net](https://wordpress.org/support/topic/include-error/sambrishes@gmx.net?output_format=md)!
 * Sincerely,
    Sam.

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

The topic ‘Include Error’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/dexs-pm-system.svg)
 * [Dexs PM System](https://wordpress.org/plugins/dexs-pm-system/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/dexs-pm-system/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/dexs-pm-system/)
 * [Active Topics](https://wordpress.org/support/plugin/dexs-pm-system/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/dexs-pm-system/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/dexs-pm-system/reviews/)

 * 2 replies
 * 3 participants
 * Last reply from: [pytesNET](https://wordpress.org/support/users/sambrishes/)
 * Last activity: [13 years, 1 month ago](https://wordpress.org/support/topic/include-error/#post-3478748)
 * Status: resolved