layout = 'dev_error';
$pluginPath = Configure::read('App.paths.plugins.0');
$this->assign('title', 'Missing Plugin');
$this->assign('templateName', 'missing_plugin.php');
$this->start('subheading');
?>
Error
The application is trying to load a file from the = h($plugin) ?> plugin.
Make sure your plugin = h($plugin) ?> is in the = h($pluginPath) ?> directory and was loaded.
end() ?>
start('file') ?>
addPlugin('{$plugin}');
}
PHP;
?>