( ! ) 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
#TimeMemoryFunctionLocation
10.000469240{main}( )../index.php:0
20.02281790020Dispatcher->dispatch( )../index.php:82
30.02431805808loadController( )../dispatcher.php:92
SwimmersWorld.com
SWIMMERSWORLD.COM

Missing controller

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';
}
?>