storytlr icon indicating copy to clipboard operation
storytlr copied to clipboard

Missing Zend framework

Open tinaponting opened this issue 13 years ago • 2 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?

tinaponting avatar Feb 17 '13 17:02 tinaponting

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:

  • download the archive: https://packages.zendframework.com/releases/ZendFramework-1.12.1/ZendFramework-1.12.1-minimal.tar.gz
  • unpack somewhere (e.g. temp folder)
  • move the folved /ZendFramework/library/Zend to storytlr/protected/library/Zend

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

eschnou avatar Feb 17 '13 21:02 eschnou

Very helpful

gemmtube avatar Jun 07 '13 09:06 gemmtube