Take a look at this post,
http://debuggable.com/posts/passing-controller-variables-to-your-javascript:48b4f0c6-c718-47b2-bca1-05794834cda3
This works well.
On May 7, 7:45 pm, "Dave Maharaj :: WidePixels.com"
wrote:
> Right thanks,
>
> Going to test it out, try the first example first.
>
> Where
It sounds like it is an error in your code.
If you set Configure::write('debug', 2); in config/core.php to1 or 2
cake will give you the error that is causing the problem.
On May 4, 6:06 am, japaniel wrote:
> I have been reading through the posts here and there were some older
> posts that didn'
Have you tried deleting all the files in /tmp/cache/models/, I have
had similar problems and it ended up being these files. If you delete
all of them, cake will reproduce them the next time a page is loaded
with the current database schema. I now do this when ever I change
anything in the database