Title: Path issues with Docker/Containers Setup
Last modified: May 4, 2023

---

# Path issues with Docker/Containers Setup

 *  [ORIOLmendivil](https://wordpress.org/support/users/oriolmendivil/)
 * (@oriolmendivil)
 * [3 years, 1 month ago](https://wordpress.org/support/topic/path-issues-with-docker-containers-setup/)
 * Hello guys, we are excited to use your Search tool, unfortunately, our WordPress/
   WooCommerce Setup is based on Containers (Symlinks to another place) so, we noticed
   how you’re calling the “Plugins Path” the real path route has been showing to
   us, so I’m adding here how we are looking that…
 * ![](https://www.dropbox.com/s/xzqh6y48k88kddr/demo-issue-searchanise.png?raw=
   1)
 * Basically the way of how you’re calling the PLUGIN_DIR is affecting us because
   you’re forcing to get the full route, what is ok if you have a regular or simple
   WordPress setup. We are trying to have all separated to make it better for deployments,
   and keep a more secure development environment.
   So, is there a way to fix that?
   or well… what we could do to make it works. That’s how we looks that on our DEV
   site…
 * ![](https://www.dropbox.com/s/01mlwnd1edax942/demo-issue-searchanise-admin.png?
   raw=1)
 * Obviously, that happens for the route issue, and that’s the only plugin have 
   issues with our environment. So, if you could assist us with some fix that will
   help us a lot!
   Thank u guys,BEST!ORIOL

Viewing 1 replies (of 1 total)

 *  Plugin Author [Searchanise](https://wordpress.org/support/users/searchanise/)
 * (@searchanise)
 * [3 years ago](https://wordpress.org/support/topic/path-issues-with-docker-containers-setup/#post-16732941)
 * Hi Oriol,
 * Thank you for contacting Searchanise!
 * We’re really sorry to know you’ve faced this issue. To fix it please replace 
   the following line in the** ../plugins/smart-search-for-woocommerce/init.php**
   file:
 * `fn_se_define('SE_BASE_DIR', str_replace($wp_plugin_dir, '', dirname(**FILE**)));`
   
   with the following one:`fn_se_define('SE_BASE_DIR', 'smart-search-for-woocommerce');`
 * By the way, we also replied to you in the ticket #54120. Please kindly check 
   your email box. Please let us know in this ticket whether our solution has helped
   you.
 * Best regards,
   Searchanise support team
    -  This reply was modified 3 years ago by [Searchanise](https://wordpress.org/support/users/searchanise/).

Viewing 1 replies (of 1 total)

The topic ‘Path issues with Docker/Containers Setup’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/smart-search-for-woocommerce_d8d7e1.
   svg)
 * [Smart Search & Product Filter for WooCommerce - Searchanise](https://wordpress.org/plugins/smart-search-for-woocommerce/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/smart-search-for-woocommerce/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/smart-search-for-woocommerce/)
 * [Active Topics](https://wordpress.org/support/plugin/smart-search-for-woocommerce/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/smart-search-for-woocommerce/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/smart-search-for-woocommerce/reviews/)

## Tags

 * [containers](https://wordpress.org/support/topic-tag/containers/)
 * [docker](https://wordpress.org/support/topic-tag/docker/)

 * 1 reply
 * 2 participants
 * Last reply from: [Searchanise](https://wordpress.org/support/users/searchanise/)
 * Last activity: [3 years ago](https://wordpress.org/support/topic/path-issues-with-docker-containers-setup/#post-16732941)
 * Status: not resolved