View Single Post
  #6 (permalink)  
Old 04-14-2008, 01:24 PM
jsahleen jsahleen is offline
Junior Member
 
Join Date: Apr 2008
Posts: 7
Default Still the same

Lucasm,

I am using the url helper for all my urls and the base url helper. However, it's not even getting to my script files. The error is somewhere in the bootstrap, I think, though my bootstrap is pretty simple and I've been over the code a million times. I've tested every stage in the process and the only place where I am getting the error is in the $front->dispatch() call. The fact that my application can't even find the error controller makes me think there is something wrong with the router, but I'm just using the standard rewrite router so I can't understand why that would be happening. I've checked to make sure my custom routes are being read from my config.ini file and they are. Any other ideas?

J.
Reply With Quote