I haven't read the tutorial you mentioned, but just by looking at the error messages you posted it appears that there is a problem with your include paths.
Does the file:
/var/www/sword.com/zf/Zend/Controller/Front.php
or
/var/www/sword.com/zf/application/library/Zend/Controller/Front.php
or
/var/www/sword.com/zf/application/include/Zend/Controller/Front.php
exist on your server, and if it does, does the web user (usually nobody, or www-data) have read access to it?
|