-- Xavier Vidal Piera <
xavividal@...> wrote
(on Friday, 30 November 2007, 04:28 PM +0100):
> I've installed the new Zend Framework version (1.03) and suddenly i've have a
> "File 'BlaBlaBlaController.php' not found":
>
> My setup it always worked with previous versions. I'm using Zend_Layout and
> Zend_View_Enhanced from incubator, but i don't know if this error has something
> related with them.
Shouldn't; neither hooks into routing or the dispatcher.
> Here is the stack trace dump:
>
>
> File "IndexController.php" was not found
Wait -- you said earlier that it was BlaBlaBlaController.php, now you
say IndexController.php... or was 'BlaBlaBla' just a placeholder?
What I'm seeing from your stack trace is that Zend_Loader is not finding
IndexController.php -- and that there are no directories being passed to
Zend_Loader::loadFile(). This tells me that you're not setting the path
to the controller directory(ies) in your bootstrap, or that they're not
resolving correctly (which may be an OS-specific issue).
Caveat: there were some performance enhancements to Zend_Loader and
Zend_Controller_Dispatcher_Standard in this release. However, they were
all tested, and I can verify that I'm running code in production that
uses these changes.
Could you send over your bootstrap code for me to look at, and some
details on your environment (OS, web server, PHP version)? I suspect the
issue is in there somewhere.
--
Matthew Weier O'Phinney
PHP Developer |
matthew@...
Zend - The PHP Company |
http://www.zend.com/