emoxter
October 1st, 2008, 08:24 PM
Anyone using the Zend Framework for PHP Development? For some reason nothing is being included correctly within the Zend directory structure. Every other include works but when trying to do anything with the Zend Framework its not working. I've looked and looked I think I need other eyes.
Here's the error I'm getting:
Warning: require_once(Zend/DB.php) [function.require-once]: failed to open stream: No such file or directory in /var/www/employee/index.php on line 16
Fatal error: require_once() [function.require]: Failed opening required 'Zend/DB.php' (include_path='.:/usr/share/php:/usr/share/pear:/var/CORE:/usr/share/php/libzend-framework-php') in /var/www/employee/index.php on line 16
Any ideas?
Here's the error I'm getting:
Warning: require_once(Zend/DB.php) [function.require-once]: failed to open stream: No such file or directory in /var/www/employee/index.php on line 16
Fatal error: require_once() [function.require]: Failed opening required 'Zend/DB.php' (include_path='.:/usr/share/php:/usr/share/pear:/var/CORE:/usr/share/php/libzend-framework-php') in /var/www/employee/index.php on line 16
Any ideas?