| ( ! ) Warning: Call-time pass-by-reference has been deprecated; If you would like to pass it by reference, modify the declaration of [runtime function name](). If you would like to enable call-time pass-by-reference, you can set allow_call_time_pass_reference to true in your INI file in /usr/home/swimmersworld/public_html/app/app_controller.php on line 220 | ||||
|---|---|---|---|---|
| Call Stack | ||||
| # | Time | Memory | Function | Location |
| 1 | 0.0004 | 69240 | {main}( ) | ../index.php:0 |
| 2 | 0.0228 | 1790020 | Dispatcher->dispatch( ) | ../index.php:82 |
| 3 | 0.0243 | 1805808 | loadController( ) | ../dispatcher.php:92 |
You are seeing this error because controller SearchController could not be found.
Notice: If you want to customize this error message, create app/views/errors/missing_controller.thtml.
Fatal: Create the class below in file : app/controllers/search_controller.php
<?php
class SearchController extends AppController {
var $name = 'Search';
}
?>