CakePHP displaying "admi" at the top of any page -


i'm trying deal strange cakephp behaviour. enabled "admin" prefix in core.php , have "admi" @ top of page...

admi<!doctype html public "-//w3c//dtd xhtml 1.0 transitional//en" "http://www.w3.org/tr/xhtml1/dtd/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> 

literally out of nowhere, no trace of in layout @ default.ctp. looks cakephp bug, ideas appreciated.

running on localhost, apache 2.2.17, php 5.3.5, mysql 5.1.63, cake 2.o

found it, "admi" @ beginning of core.php, added accidentally when changing "admin prefix" there.


Comments