Jestem w trakcie przenoszenia się na nowy serwer, jednak już na samym początku natrafiłem na problem.
Otóż dwie funkcje renderujące skrypty i linki w sekcji head pracują dość dziwnie.
<?=$this->headScript();?>
<?=$this->headLink();?>
znaczy wyświetlają mi zamiast '' to otrzymuje wynik Object id #80 Object id #82
na starym serwerze jest wszystko okey.
Czy wiecie czego to wina ?
jeszcze mały test
<? class test{ } $obj = new test(); ?>
Wyniki
nowy serwer
Object id #1
stary serwer
Catchable fatal error: Object of class test could not be converted to string in test.php on line 9