Zend Framework - how to fix the path?

127 Views Asked by At

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

1

There are 1 best solutions below

1
On BEST ANSWER
'/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.