[Solved]
i solve the problem with adding the path to the plugin page in wp-config
define(‘WP_PLUGIN_DIR’, $_SERVER[‘DOCUMENT_ROOT’] . ‘/wp-content/plugins’ );
define(‘WP_PLUGIN_URL’, ‘https://’ . $_SERVER[‘SERVER_NAME’] . ‘/wp-content/plugins’);