【发布时间】:2012-05-25 02:18:27
【问题描述】:
我在我的管理面板上使用 Kohana 2。但是当点击 Add New 按钮时,得到 Page Not Found 警告。
它的警告:
The requested page was not found. It may have moved, been deleted, or archived.
panel/system/core/Kohana.php [842]:
The page you requested, admin/corporate/addnew, could not be found.
那是 842。行:
throw new Kohana_404_Exception($page, $template);
那个警告页面图片:
【问题讨论】:
-
你能告诉我们你的
corporate控制器吗?你有一个addnew方法,对吧?还是您要将此路线重定向到另一个位置?
标签: php database kohana kohana-2