• 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…

    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…

    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

    (@searchanise)

    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 1 year, 6 months ago by Searchanise.
Viewing 1 replies (of 1 total)
  • The topic ‘Path issues with Docker/Containers Setup’ is closed to new replies.