this problem is driving me nuts. I know similar problems has already been submitted but no solution worked for me
I'm getting this error:
Warning: include_once(): Failed opening 'Recruit/Model/DbTable/Volontari.php' for inclusion (include_path='/var/www/html/fabio/recruit/application/../library:/var/www/html/fabio/recruit/library:.:/usr/share/pear:/usr/share/php') in /usr/share/php/Zend/Loader.php
But actually file exists on server. This is part of my folder tree
source
|__application
|_ ....
|__library
|__Recruit
|__Forms
| |__VolontariCreate.php
|__Model
|__DBTable
|__Volontari.php
Form VolontariCreate.php works, so I don't think it can't find the path.
I also checked include paths with echo get_include_path(); and they're correct
If it can help, client is Ubuntu, server is Centos, zend version is 1.12.17dev
Thanks for your support.
__DIR__to see where you are in your actual file tree. - Tim Ogilvy