Missing Controller

Error: Robots.txtController could not be found.

Error: Create the class Robots.txtController below in file: app/controllers/robots.txt_controller.php

<?php
class Robots.txtController extends AppController {

	var $name = 'Robots.txt';
}
?>

Notice: If you want to customize this error message, create app/views/errors/missing_controller.ctp





Login
¿Olvidaste la contraseña?



(development) 6 queries took 1 ms
NrQueryErrorAffectedNum. rowsTook (ms)
1DESCRIBE `banners`12121
2SELECT `Banner`.`id`, `Banner`.`title`, `Banner`.`url`, `Banner`.`path`, `Banner`.`type`, `Banner`.`zone`, `Banner`.`pages`, `Banner`.`only_home`, `Banner`.`visits`, `Banner`.`created`, `Banner`.`updated`, `Banner`.`deleted` FROM `banners` AS `Banner` WHERE `Banner`.`zone` LIKE '%header%' AND `Banner`.`pages` LIKE '%%' ORDER BY rand() ASC 220
3SELECT `Banner`.`id`, `Banner`.`title`, `Banner`.`url`, `Banner`.`path`, `Banner`.`type`, `Banner`.`zone`, `Banner`.`pages`, `Banner`.`only_home`, `Banner`.`visits`, `Banner`.`created`, `Banner`.`updated`, `Banner`.`deleted` FROM `banners` AS `Banner` WHERE `Banner`.`zone` LIKE '%side_right%' AND `Banner`.`pages` LIKE '%%' ORDER BY rand() ASC LIMIT 4220
4SELECT `Banner`.`id`, `Banner`.`title`, `Banner`.`url`, `Banner`.`path`, `Banner`.`type`, `Banner`.`zone`, `Banner`.`pages`, `Banner`.`only_home`, `Banner`.`visits`, `Banner`.`created`, `Banner`.`updated`, `Banner`.`deleted` FROM `banners` AS `Banner` WHERE `Banner`.`zone` LIKE '%footer%' AND `Banner`.`pages` LIKE '%%' ORDER BY rand() ASC LIMIT 1110
5DESCRIBE `homes`660
6SELECT `Texto`.`id`, `Texto`.`title`, `Texto`.`body`, `Texto`.`video`, `Texto`.`created`, `Texto`.`updated` FROM `homes` AS `Texto` WHERE `Texto`.`id` = 3 LIMIT 1110