
12.09.2008, 20:14
|
|
Постоянный
Регистрация: 28.12.2007
Сообщений: 328
С нами:
9667882
Репутация:
170
|
|
Вот вопросик:
по запросу www.site.ru/id=1'
выдаёт
Notice: Undefined index: controller in /home/virtwww/w_new-la2life_fec2852b/http/cake/dispatcher.php on line 168 (В шапке)
Missing controller
You are seeing this error because controller Controller 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/controller.php
<?php
class Controller extends AppController {
var $name = '';
}
?>
(на странице)
можно с этим чё сделать?)
|
|
|