layout = 'dev_error'; $this->assign('title', 'Missing View'); $this->assign('templateName', 'missing_view.php'); $this->start('subheading'); ?> Error = h($pluginDot . $class) ?> could not be found. Make sure your plugin = h($plugin) ?> is in the = h($pluginPath) ?> directory and was loaded. = $this->element('plugin_class_error', ['pluginPath' => $pluginPath]) ?> end() ?> start('file') ?>
Suggestion = sprintf('Create the class %s below in file: %s', h($class), $filePath . 'View' . DIRECTORY_SEPARATOR . h($class) . '.php'); ?>
end() ?>