Search code examples
zend-frameworkzend-feed

Zend Framework - how to fix the path?


Q. How can i fix this Zend_Feed_Reader?

My error: Could not load extension: JungleBooksusing Plugin Loader. Check prefix paths are configured and extension exists.

Please kindly check the code from this link(because in stackoverflow paste code is very complex): http://gist.github.com/469387


Solution

  • '/var/www/html/zendframework/application/My/FeedReader/Extension', 'My_FeedReader_Extension'
    

    You forgot to change the examples codes to whatever it is you are really using. Thats like

    ('path/to')
    

    Its to show you where you put your own code.