Well I followed the steps and it comes up with this error
PHP Code:
Warning (2): strpos() [function.strpos]: Empty delimiter. [CORE\cake\dispatcher.php, line 607]
Code | Context
$uri = "/REQUEST_URI=/"
$base = "[empty string]"
$url = null
$tmpUri = "REQUEST_URI=/"
$baseDir = "/"
Warning: implode() [function.implode]: Bad arguments. in C:\Inetpub\wwwroot\domain.com\cake\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
require - APP\webroot\index.php, line 84
[main] - CORE\index.php, line 69
CakePHP: the rapid development php framework
Missing Controller
Error: REQUESTURIController could not be found.
Error: Create the class REQUESTURIController below in file: app\controllers\r_e_q_u_e_s_t_u_r_i_controller.php
<?php
class REQUESTURIController extends AppController {
var $name = 'REQUESTURI';
}
?>
Notice: If you want to customize this error message, create app\views\errors\missing_controller.ctp
CakePHP: the rapid development php framework
Bookmarks