我有一个使用 Cake PHP 的应用程序,它不想正常运行。我遇到了很多错误,甚至不知道从哪里开始修复它:
注意:未定义的变量:第 58 行的 app/views/layouts/default.thtml 中的权限调用堆栈:0.0000 637384
- {main}() /app/webroot/index.php:0 0.0022 892856
- Dispatcher->dispatch() /app/webroot/index.php:84 0.0051 1104112
- 控制器->_initComponents() /cake/dispatcher.php:227 0.0051 1104616
- 组件->init() /cake/libs/controller/controller.php:271 0.0051 1105304
- 组件->__loadComponents() /cake/libs/controller/component.php:59 0.0054 1116768
- AclComponent->__construct() /cake/libs/controller/component.php:124 0.0054 1116768
- AclComponent->getACL() /cake/libs/controller/components/acl.php:56 0.0074 1543960
- 模型->__construct() /cake/libs/controller/components/acl.php:72 0.0097 1855456
- 模型->setSource() /cake/libs/model/model_php5.php:301 0.0103 1856912
- 对象->cakeError() /cake/libs/model/model_php5.php:518 0.0106 1885784
- ErrorHandler->__construct() /cake/libs/object.php:169 0.0111 1892840
在底部它说:
Missing Database Table No 模型 Aro 的数据库表(应为“aros”),首先创建它。注意:如果要自定义此错误消息,请创建 app/views/errors/missing_table.html。
有谁知道出了什么问题?