View Single Post
  #1 (permalink)  
Old 07-17-2007, 11:38 PM
celord celord is offline
Junior Member
 
Join Date: Jul 2007
Posts: 3
Default Help with new in ZF

Hi, I am following this tutorial to start in the zf-world:
Naneau » Setting up the Zend Framework

but I always get this error

Warning: require_once(Zend/Controller/Front.php) [function.require-once]: failed to open stream: No such file or directory in /var/www/sword.com/zf/index.php on line 19

Fatal error: require_once() [function.require]: Failed opening required 'Zend/Controller/Front.php' (include_path='.:./application/library/:./application/models/') in /var/www/sword.com/zf/index.php on line 19

I am a newbie, what could I be doing wrong. I do not know if that is enough info for you guys, so let me know if you need more for helping me.

Thanks
Reply With Quote