I just upgraded to cake 1.2.x.x today.
Two things are driving me nuts and I can´t find out what is different.
1. Cake echos the controller name called and messes up my layout.
Where is the code that is doing this?
2. I get errors about undefined properties for a helper (pdf helper
from bakery) defined as
class PdfHelper extends FPDF {
}
Undefined property: PdfHelper::$helpers in /www/cake/libs/view/
view.php on line 789
Undefined property: PdfHelper::$helpers in /www/cake/libs/view/
view.php on line 677
The Helper still works fine but the notice messages are annoying. Is
there a way to fix this?
Thanks!
Have a nice day
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake
PHP" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---