View Single Post
  #13 (permalink)  
Old 10-28-2008, 04:32 PM
marioestrada marioestrada is offline
Junior Member
 
Join Date: Oct 2008
Posts: 2
Default

I'm having the same problem from eventhough, ive tried using open_basedir but no good, i'm not using any virtual hosts.

My development is done in a Windows PC, and the server runs on CentOS with PHP 5.2.6 and Apache 2.2.3.

This is the error im getting:

Warning: Zend_Loader::include_once(Zend/Auth/Adapter/Dbtable.php) [zend-loader.include-once]: failed to open stream: No such file or directory in /var/www/html/interganga/library/Zend/Loader.php on line 83

Warning: Zend_Loader::include_once() [function.include]: Failed opening 'Zend/Auth/Adapter/Dbtable.php' for inclusion (include_path='../library:.:/usr/share/pear:/usr/share/php') in /var/www/html/interganga/library/Zend/Loader.php on line 83

Fatal error: Class 'Zend_Auth_Adapter_Dbtable' not found in /var/www/html/interganga/application/models/Usuario.php on line 105


The framework is there, all the files are correctly placed, it is just not reading anything. On the windows pc it runs flawlessly on linux i can't get past the login.
Reply With Quote