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 whenever throwing a Controller/Action not found exception. You should see which file(s) are not actually where they're supposed to be.




On 01/02/2009 9:40 AM, Steve Uplift wrote:

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 that I am still getting error messages even though
the pages are working the way they should.

Reply via email to