I think in 1.2 my custom helpers had to have an empty array of $helpers in the class definition if there are no helpers needed, rather then just leaving it out you might try adding that to the Excel Helper
var $helpers = array(); On Jan 11, 2008 10:19 AM, Grainne <[EMAIL PROTECTED]> wrote: > > did you find a solution to this? if so could you post it here? > > Thanks, > Grainne > > > > On Dec 13 2007, 11:43 pm, zonium <[EMAIL PROTECTED]> wrote: > > Look closely..., these are not errors, just notices. > > Some variables have not been properly set for views. > > Check your the controller logic. > > > > Zonium > > > > On Dec 13, 5:52 pm, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > > > > > I'm trying to implement the excel output helper from this > > > article:http://bakery.cakephp.org/articles/view/generate-excel-spreadsheets-f... > > > > > But, I'm getting the following errors: > > > > > Notice (8): Undefined property: ExcelHelper::$helpers [CORE/cake/libs/ > > > view/view.php, line 868] > > > Notice (8): Undefined property: ExcelHelper::$helpers [CORE/cake/libs/ > > > view/view.php, line 744] > > > > > Where should I look to track this down (I doubt it has anything to do > > > with view.php directly)? > > > > > Thanks in advance! > > > > -- (the old fart) the advice is free, the lack of crankiness will cost you - its a fine line between a real question and an idiot http://blog.samdevore.com/archives/2007/03/05/when-open-source-bugs-me/ --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
