Okay, this is because you're using JavascriptHelper in your default
layout, and it is being rendered in an error view (Missing controller).
 The root of the problem is your URL.  It should be
http://jobboard.bernardtransportation.com/CAKE/gallery/ (no
"_controller" at the end).  Also it looks like you're using a component
in your GalleryController that isn't installed either.  If you want to
see the error page fully rendered, copy cake/app_controller.php into
app/, and add the above $helpers line to it.


--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to