| ( ! ) 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.0008 | 69364 | {main}( ) | ../index.php:0 |
| 2 | 0.0319 | 1790088 | Dispatcher->dispatch( ) | ../index.php:82 |
| 3 | 0.0342 | 1806364 | loadController( ) | ../dispatcher.php:92 |
You are seeing this error because controller ClubsController 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/clubs_controller.php
<?php
class ClubsController extends AppController {
var $name = 'Clubs';
}
?>