It still looks seems as if one or more files don't exist on the filesystem, and are thus trying to
be handled by the application.
Inspect the request of your page using some sort of monitor, like the Firebug
Net panel, or Fiddler.
The default dispatcher sets the http response code to 404 whenev
Daniel Latter-2 wrote:
>
> This is sometimes to do with incorrect paths, where you have
> '/js/dojo/dojo/dojo.js' above, zend will look for this file in:
> http://yourserver/js/dojo/dojo/dojo.js,
>
Dojo is loading correctly as all the elements are working the way they
should. The problem is t
>
> invalid controller specified (js)
>
> I have the following code in the view:
>
> dojo()->enable()->setDjConfigOption('parseOnLoad',
> true)->requireModule('dijit.form.DateTextBox')
>
>
> ->setLocalPath('/js/dojo/dojo/dojo.js')->addStyleSheetModule('dijit.themes.tundra');
> ?>
>
This is sometim
Hi,
I am Zend_Dojo_Form to create some forms in a site I am working on. I have
everything working fine, and there are no erros being displayed. I have set
up my error controller to send me an email whenever an error occurs.
Whenever I access the page with the Dojo form, I get the following error