top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

CakePHP: Missing View

+2 votes
636 views

Missing Controller
Error: Cakephp controller could not be found
Error: create the class cakephpcontroller below in file:app\controller\cakephpcontroller.php

<?php
class cakephpcontroller extends AppController {
}

Stack Trace
App\webroot\index.php line 108
dispatcher->dispatch(cakerequest,cakeresponse)
root\index.php line 41 -> require(string

These are errors, please help us?

posted Sep 6, 2014 by Mithun Kumar Muddan

Looking for an answer?  Promote on:
Facebook Share Button Twitter Share Button LinkedIn Share Button
What was the URL you used when you got this error message?
http://localhost/cakephp
Also provide some more detail, ie environment etc, if LAMP/XAMPP is phpmyadmin working fine provide detail as much as you can. But seems to be apache configuration issue...
Also share the index.php file if possible
Also check this thread, exact problem
https://groups.google.com/forum/#!topic/cake-php/gRNdTzAh6nE

...