Warning (2): strpos() [function.strpos]: Empty delimiter. [CORE/cake/dispatcher.php, line 607]
Code |
Context$uri = "/index"
$base = "[empty string]"
$url = null
$tmpUri = "index"
$baseDir = "/"
Warning: implode() [
function.implode]: Bad arguments. in
/var/www/vhosts/www.pennspurchase.com/cake/libs/debugger.php on line
497
strpos - [internal], line ??
Dispatcher::getUrl() - CORE/cake/dispatcher.php, line 607
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 125
[main] - APP/webroot/index.php, line 84
Missing Controller
Error:
IndexController could not be found.
Error:
Create the class IndexController below in file: app/controllers/index_controller.php
<?php
class IndexController extends AppController {
var $name = 'Index';
}
?>
Notice:
If you want to customize this error message, create app/views/errors/missing_controller.ctp