eschnou / storytlr

Storytlr is an opensource lifestreaming and microblogging platform written in PHP. Note: The default branch (master) is the development branch, if you need a stable version, see the release-XX branches, tags, or downloads.

Home Page:http://storytlr.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Missing Zend framework

tinaponting opened this issue · comments

Warning: require_once(Zend/Loader/Autoloader.php) [function.require-once]: failed to open stream: No such file or directory in /home/ottsjopu/public_html/vipbloggare/protected/application/Bootstrap.php on line 21

Fatal error: require_once() [function.require]: Failed opening required 'Zend/Loader/Autoloader.php' (include_path='/home/ottsjopu/public_html/vipbloggare/protected/application:/home/ottsjopu/public_html/vipbloggare/protected/application/admin/models:/home/ottsjopu/public_html/vipbloggare/protected/application/api/models:/home/ottsjopu/public_html/vipbloggare/protected/application/public/models:/home/ottsjopu/public_html/vipbloggare/protected/application/pages/models:/home/ottsjopu/public_html/vipbloggare/protected/application/widgets/models:/home/ottsjopu/public_html/vipbloggare/protected/library:/home/ottsjopu/public_html/vipbloggare/protected/library/Feedcreator:/home/ottsjopu/public_html/vipbloggare/protected/library/htmLawed:.:/usr/lib/php:/usr/local/lib/php') in /home/ottsjopu/public_html/vipbloggare/protected/application/Bootstrap.php on line 21

Please, what can i do?

Storytlr requires the Zend framework 1.x to be installed. If you are on a CentOS based system, it is as easy as:
yum install php-ZendFramework

If you are on a web host, which does not provide you with this library out of the box, then the easier is to:

This should do the trick. Let me know if you keep having issues.

Very helpful