Hi all, I have decided to create my new website with CakePHP.
This experience is already stopped. when I open the page http://localhost/cakephp/ I have the following message: Error: CakephpController could not be found. Error: Create the class CakephpController below in file: app \controllers\cakephp_controller.php <?php class CakephpController extends AppController { var $name = 'Cakephp';} ?> Notice: If you want to customize this error message, create app\views \errors\missing_controller.ctp I have put the cakephp files in C:\xampp\htdocs\CakePHP What does this message mean ? Where am I wrong ? Thank you for your help... Check out the new CakePHP Questions site http://cakeqs.org and help others with their CakePHP related questions. You received this message because you are subscribed to the Google Groups "CakePHP" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/cake-php?hl=en
