Deprecated: Non-static method Set::extract() should not be called statically, assuming $this from incompatible context in /www/htdocs/w012824c/cfs-franchise.cz/cfs-franchise.cz/www/cake/libs/session.php on line 194
Deprecated: Non-static method Configure::read() should not be called statically, assuming $this from incompatible context in /www/htdocs/w012824c/cfs-franchise.cz/cfs-franchise.cz/www/cake/libs/view/view.php on line 602
Deprecated: Non-static method Configure::getInstance() should not be called statically, assuming $this from incompatible context in /www/htdocs/w012824c/cfs-franchise.cz/cfs-franchise.cz/www/cake/libs/configure.php on line 154
Missing controller
You are seeing this error because controller ImgController 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 :
Deprecated: Non-static method Inflector::underscore() should not be called statically, assuming $this from incompatible context in /www/htdocs/w012824c/cfs-franchise.cz/cfs-franchise.cz/www/cake/libs/view/templates/errors/missing_controller.thtml on line 30
app/controllers/img_controller.php
<?php
class ImgController extends AppController {
var $name = 'Img';
}
?>