views:

25

answers:

1

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

Thanks in advanced

+1  A: 
'/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.

Iznogood
File name /var/www/html/zendframework/application/My/FeedReader/Extension/JungleBooks/Entry.php i did worked.
Stackfan