mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-19 02:56:15 +00:00
correcting message as to how to override core error message for missing_connection
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7728 3807eeeb-6ff5-0310-8944-8be069107fe0
This commit is contained in:
parent
51503d45c8
commit
26c7262acc
1 changed files with 2 additions and 2 deletions
|
@ -31,9 +31,9 @@
|
||||||
</p>
|
</p>
|
||||||
<p class="error">
|
<p class="error">
|
||||||
<strong><?php __('Error'); ?>: </strong>
|
<strong><?php __('Error'); ?>: </strong>
|
||||||
<?php echo sprintf(__('Confirm you have created the file : %s.', true), APP_DIR.DS."config".DS."database.php");?>
|
<?php echo sprintf(__('Confirm you have created the file : %s.', true), APP_DIR.DS.'config'.DS.'database.php');?>
|
||||||
</p>
|
</p>
|
||||||
<p class="notice">
|
<p class="notice">
|
||||||
<strong><?php __('Notice'); ?>: </strong>
|
<strong><?php __('Notice'); ?>: </strong>
|
||||||
<?php echo sprintf(__('If you want to customize this error message, create %s.', true), APP_DIR.DS."views".DS."errors".DS."missing_database.ctp");?>
|
<?php echo sprintf(__('If you want to customize this error message, create %s.', true), APP_DIR.DS.'views'.DS.'errors'.DS.basename(__FILE__));?>
|
||||||
</p>
|
</p>
|
Loading…
Add table
Reference in a new issue