Cakephp 中的问题 + WAMP安装
我是 cakePHP 的新手,在使用 WAMP 时遇到问题。
我已经将 cakephp 文件夹/文件复制到 WAMP 的 www 文件夹和 DocumentRoot "C:\wamp\www\cakephp\app\webroot"
我还需要做更多吗?当我从 WAMP 中单击 localhost 时,我收到一个页面,但它显示了许多错误,包括:
致命错误:在以下位置找不到“调试器”类 C:\wamp\www\cakephp\cake\libs\view\pages\home.ctp
已弃用:通过引用分配 new 的返回值是 在 C:\wamp\www\cakephp\cake\libs\inflector.php 中已弃用
I am new to cakePHP And I am having a problem getting it working while using WAMP.
I have already copied cakephp folders/files into WAMP's www folder and DocumetRoot "C:\wamp\www\cakephp\app\webroot"
Is there more I need to do? I am getting a page when clicking on localhost from WAMP but it is showing many errors including:
Fatal error: Class 'Debugger' not found in
C:\wamp\www\cakephp\cake\libs\view\pages\home.ctpDeprecated: Assigning the return value of new by reference is
deprecated in C:\wamp\www\cakephp\cake\libs\inflector.php
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我想你下载了cake 2.0的测试版..
我也遇到了这个问题..
你应该使用cakephp的稳定版本...
cakephp 2.0现在是稳定的......
i think you downloaded the beta version of cake 2.0..
i have encountered that problem too..
you should use cakephp's stable versions...
cakephp 2.0 is now stable.....
您是否将 apache
.htacces
文件插入到根目录中。Did you insert apache
.htacces
file into root directory.