Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing Zend framework #66

Open
tinaponting opened this issue Feb 17, 2013 · 2 comments
Open

Missing Zend framework #66

tinaponting opened this issue Feb 17, 2013 · 2 comments

Comments

@tinaponting
Copy link

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?

@eschnou
Copy link
Owner

eschnou commented Feb 17, 2013

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.

@gemmtube
Copy link

gemmtube commented Jun 7, 2013

Very helpful

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants