Deprecated: Non-static method Configure::read() should not be called statically, assuming $this from incompatible context in /home/ctnadmin/comingtogethernicely.com/cake/libs/session.php on line 436
Deprecated: Non-static method Configure::read() should not be called statically, assuming $this from incompatible context in /home/ctnadmin/comingtogethernicely.com/cake/libs/session.php on line 483
Deprecated: Non-static method Set::extract() should not be called statically, assuming $this from incompatible context in /home/ctnadmin/comingtogethernicely.com/cake/libs/session.php on line 197
Deprecated: Non-static method Set::classicExtract() should not be called statically, assuming $this from incompatible context in /home/ctnadmin/comingtogethernicely.com/cake/libs/set.php on line 400
Deprecated: Non-static method String::tokenize() should not be called statically, assuming $this from incompatible context in /home/ctnadmin/comingtogethernicely.com/cake/libs/set.php on line 577
Deprecated: Non-static method Configure::read() should not be called statically, assuming $this from incompatible context in /home/ctnadmin/comingtogethernicely.com/cake/libs/view/view.php on line 645
Missing Controller
Error: IrcController could not be found.
Error:
Deprecated: Non-static method Inflector::underscore() should not be called statically, assuming $this from incompatible context in /home/ctnadmin/comingtogethernicely.com/cake/libs/view/errors/missing_controller.ctp on line 34
Create the class IrcController below in file: app/controllers/irc_controller.php
<?php
class IrcController extends AppController {
var $name = 'Irc';
}
?>
Notice: If you want to customize this error message, create app/views/errors/missing_controller.ctp
