Hi, I am using cakephp 2.0.5. Please help me to debug the code using xdebug and netbeans. I am debugging it with the same but it is reflecting the error "Error: Index.phpController could not be found. Error: Create the class Index.phpController below in file: app\Controller\Index.phpController.php <?php class Index.phpController extends AppController { } ". So, Please help me to debug this so that i can get from where the final queries are generated
I'll need a little more information, can you tell me what you were trying to achieve and also copy some of your code in so I can see where the error might be (feel free to PM me with the code if you don't want to show it publicly). Thanks Andrew
I am getting the exact same error and have not found a solution. It is when I download cake and try to go to localhost/cake/index.php. That is the error it is showing and I have enabled mod rewrites under my apache server. Thanks for any help you can provide.