Title: Error with the loading path
Last modified: October 19, 2020

---

# Error with the loading path

 *  [ga_west](https://wordpress.org/support/users/ga_west/)
 * (@ga_west)
 * [5 years, 7 months ago](https://wordpress.org/support/topic/error-with-the-loading-path/)
 * Hello!
    We are using your plugin and discovered one issue that doesn’t allow 
   plugin to be activated. In the file class-wc-payever-admin-settings.php on line
   7 you are loading woocommerce file, expecting that everyone have default folder
   sctructure and names.
 * `$file = WP_CONTENT_DIR . '/plugins/woocommerce/includes/admin/settings/class-
   wc-settings-page.php';`
 * In our case, our **wp-content** and **plugins** folders are renamed and plugin
   brakes here.
 * Please, fix this by changing WP_CONTENT_DIR to WP_PLUGIN_DIR, so the fixed line
   will looks like:
 * `$file = WP_PLUGIN_DIR . '/plugins/woocommerce/includes/admin/settings/class-
   wc-settings-page.php';`

Viewing 1 replies (of 1 total)

 *  Thread Starter [ga_west](https://wordpress.org/support/users/ga_west/)
 * (@ga_west)
 * [5 years, 7 months ago](https://wordpress.org/support/topic/error-with-the-loading-path/#post-13553601)
 * Sorry, correct should be
    `$file = WP_PLUGIN_DIR . '/woocommerce/includes/admin/
   settings/class-wc-settings-page.php';`

Viewing 1 replies (of 1 total)

The topic ‘Error with the loading path’ is closed to new replies.

 * ![](https://ps.w.org/payever-woocommerce-gateway/assets/icon-128x128.png?rev=
   2407520)
 * [payever - WooCommerce Gateway](https://wordpress.org/plugins/payever-woocommerce-gateway/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/payever-woocommerce-gateway/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/payever-woocommerce-gateway/)
 * [Active Topics](https://wordpress.org/support/plugin/payever-woocommerce-gateway/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/payever-woocommerce-gateway/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/payever-woocommerce-gateway/reviews/)

 * 1 reply
 * 1 participant
 * Last reply from: [ga_west](https://wordpress.org/support/users/ga_west/)
 * Last activity: [5 years, 7 months ago](https://wordpress.org/support/topic/error-with-the-loading-path/#post-13553601)
 * Status: not resolved