Missing Action / Controller / View doesn't see JavascriptHelper?

2007-10-15 Thread George @ Dogma
Hey everyone, I think I have broken my CakePHP application that I am making... As you all very well know, CakePHP throws error messages when it comes across a missing action, controller, view, etc. However, I have done something to my default.thtml file and now this does not function. If I was

Re: Missing Action / Controller / View doesn't see JavascriptHelper?

2007-10-15 Thread George @ Dogma
Actually, sorry I had found out how to do it! I just added the line: var $helpers = array(Html, Form, Javascript, Ajax); to my app_controller.php file and it's working fine. Sorry for wasting resources! On Oct 16, 2:25 pm, George @ Dogma [EMAIL PROTECTED] wrote: Hey everyone, I think I