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 plugin.

Make sure your plugin is in the directory and was loaded. end() ?> start('file') ?> addPlugin('{$plugin}'); } PHP; ?>
end() ?>