Closed alexandre67fr closed 2 years ago
This file doesn't exist, because the path is wrong :
$wp_sentry = ABSPATH . 'plugins/wp-sentry-integration/wp-sentry.php';
Since it resolves to /installation-folder/plugins/wp-sentry-integration/wp-sentry.php, and wp-content is missing in this path.
/installation-folder/plugins/wp-sentry-integration/wp-sentry.php
wp-content
In the case of a MU plugin, it should be
$wp_sentry = WP_CONTENT_DIR . '/plugins/wp-sentry-integration/wp-sentry.php';
Thanks 👍
This file doesn't exist, because the path is wrong :
Since it resolves to
/installation-folder/plugins/wp-sentry-integration/wp-sentry.php
, andwp-content
is missing in this path.In the case of a MU plugin, it should be