WPIntell

Source evidence

Path issues with Docker/Containers Setup

Smart Search & Product Filter for WooCommerce – Searchanise · support · 2023-05-04T23:16:00+00:00

complaintsentiment
mediumseverity
0.87relevance
1replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

Commercial opportunities need traceable source links before they are treated as build-worthy.

3 / 22 rows with source links

13.6% of this page's analysis has direct source links.

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

19 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
ORIOLmendivil unresolved
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 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, 1 month ago by Searchanise .

Comments

1 shown
Searchanise 2023-05-12T13:51:00+00:00

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, 1 month ago by Searchanise .