Mon Zafra wrote:
> 
> That means you have a part of your include path that looks like
> "library://...". 
> [...]
> 
You are perfectly right! It turned out dirname() on my dev server (where I
tested the upgrade) returned path ending with slash whereas the production
server left the slash out.

So, after removing slashes from the code:

set_include_path('.' . PATH_SEPARATOR . 'library'
        . PATH_SEPARATOR . dirname(__FILE__).'/library/Doctrine' 
        . PATH_SEPARATOR . dirname(__FILE__).'/library/Zend'     
[...]
);

everything started to work just fine. 

Now I am happy user of ZF1.10.07 :)

Thanks Mon! Thanks guys for your help.
-- 
View this message in context: 
http://zend-framework-community.634137.n4.nabble.com/Problem-upgrading-to-ZF10-1-please-advise-tp2322406p2326405.html
Sent from the Zend Framework mailing list archive at Nabble.com.

Reply via email to