|
@@ -21,5 +21,9 @@ $this->assign('templateName', 'missing_datasource_config.ctp');
|
|
|
$this->start('subheading');
|
|
$this->start('subheading');
|
|
|
?>
|
|
?>
|
|
|
<strong>Error: </strong>
|
|
<strong>Error: </strong>
|
|
|
- The datasource configuration <em><?= h($name) ?></em> was not found in config<?= DS . 'app.php' ?>.
|
|
|
|
|
|
|
+ <?php if (isset($name)): ?>
|
|
|
|
|
+ The datasource configuration <em><?= h($name) ?></em> was not found in config<?= DS . 'app.php' ?>.
|
|
|
|
|
+ <?php else: ?>
|
|
|
|
|
+ <?= h($message) ?>
|
|
|
|
|
+ <?php endif; ?>
|
|
|
<?php $this->end() ?>
|
|
<?php $this->end() ?>
|