/var/www/vhosts/ihelp.ro/_OLD/vendor/cakephp/cakephp/templates/element
Edit: /var/www/vhosts/ihelp.ro/_OLD/vendor/cakephp/cakephp/templates/element/plugin_class_error.php (1263B)
';
if (!Plugin::isLoaded($plugin)):
echo sprintf('Make sure your plugin
%s is in the %s directory and was loaded.', h($plugin), $pluginPath);
else:
echo sprintf('Make sure your plugin was loaded from %s and Composer is able to autoload its classes, see %s and %s',
'
config' . DIRECTORY_SEPARATOR . 'bootstrap.php',
'
Loading a plugin',
'
Plugins - autoloading plugin classes'
);
endif;