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开发者_JAVA百科 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.ctp
Deprecated: Assigning the return value of new by reference is deprecated in C:\wamp\www\cakephp\cake\libs\inflector.php
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.....
Did you insert apache .htacces
file into root directory.
精彩评论