mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-02-15 00:16:25 +00:00
![phpnut](/assets/img/avatar_default.png)
git-svn-id: https://svn.cakephp.org/repo/trunk/cake@870 3807eeeb-6ff5-0310-8944-8be069107fe0
8 lines
No EOL
427 B
Text
8 lines
No EOL
427 B
Text
<?php $missing = $this->controller->missingTable;?>
|
|
<h1>Missing Database Table</h1>
|
|
<p class="error">No Database table for model <?php echo $missing;?> (expected "<? echo $this->controller->missingTableName;?>"), create it first.
|
|
</p>
|
|
<p>
|
|
<span class="notice"><strong>Notice:</strong> this error is being rendered by the <code>app/views/errors/missing_table.thtml</code>
|
|
view file, a user-customizable error page.</span>
|
|
</p> |