Warning (2): file_exists() [function.file-exists]: open_basedir restriction in effect. File(/usr/share/pear/cake/libs/controller/u_n_d_e_f_i_n_e_d_controller.php) is not within the allowed path(s): (/var/www/virtual/inmed.pl/:/usr/share/php/:/tmp/) [CORE/cake/basics.php, line 1511]
Nie odnaleziono kontrolera UNDEFINEDController.
Utwórz poniższą klasę w pliku: cms/controllers/u_n_d_e_f_i_n_e_d_controller.php
<?php
class UNDEFINEDController extends AppController
{
var $name = 'UNDEFINED';
}
?>