hi all,

i uses cake 1.1.19.6305 and got pb while baking views.

i got 'Notice: Undefined index'
when cake is trying to build a link to the view of an associated
model.
in the baked source of a index.thtml, you clearly see the problem :
e.g.
<?php echo $html->link($catwalk['']['id'], '/admin/catwalkhomes/
view/' .$catwalk['']['id'])?>
instead of :
<?php echo $html->link($catwalk['catwalkhomes']['id'], '/admin/
catwalkhomes/view/' .$catwalk['catwalkhomes']['id'])?>

i don't have this pb if i'm using 'pure' scaffolding
so the pb must be in bake ?

FYI : i got this warning (don't know if related)
Warning: Invalid argument supplied for foreach() in D:\...
\cake_1.1.19.6305\cake\scripts\bake.php on line 917

what am i missing ?
thanks in advance   :)

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" group.
To post to this group, send email to cake-php@googlegroups.com
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to