Re: View subdirectories names ... problem

2006-08-22 Thread purepear
Ahhh... the mistake was mine sorry to bother... my var $Name should've been in plural : ProductCats...feel stuppid. But no debug info shows that i guess.. or not... i got to read some info on the debugging process.. Anyway Thanks very much for the support guys. --~--~-~--~---

Re: View subdirectories names ... problem

2006-08-22 Thread AD7six
Hi purepear, I would guess that you have some (unchecked) logic in your default layout file. I would either: put pr (get_defined_vars()); at the top of your layout file rename your layout file, add some if (isset($javascripts)) {} type logic to your layout so that it will still succeed for a mis

Re: View subdirectories names ... problem

2006-08-22 Thread purepear
Thanks for the response, Spark. But i dont think that's the problem... i've included the Html helper in my controller. I woke up and i'm gonna see what's happening with that view...if i secceed i'll let you know.. till then .. hope to help me with some ideas :) --~--~-~--~~---

Re: View subdirectories names ... problem

2006-08-21 Thread DJ Spark
the problem seems to be you are using some helpers , and you didn't include the HTML helper, which contains the function $html->link() just add the html helper to your controller. tell us if it works :) spark! On 8/21/06, purepear <[EMAIL PROTECTED]> wrote: > > Hi, > my problem: > > I have a

Re: View subdirectories names ... problem

2006-08-21 Thread purepear
Is there a way to see what is the View file (and its path) that cakePHP is trying to render in this action ? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Cake PHP" group. To post to this group, send email to cak

View subdirectories names ... problem

2006-08-21 Thread purepear
Hi, my problem: I have a controller called - ProductCatsController with an action - admin_index I have a /views/productcats/admin_index.thtml file But the this url /admin/product_cats/ says "Missing View" in the title.. and some "Notice: Undefined variable: javascript in "