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__)));
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Include Error’ is closed to new replies.