user285594
user285594

Reputation:

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

Upvotes: 0

Views: 122

Answers (1)

Iznogood
Iznogood

Reputation: 12853

'/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.

Upvotes: 0

Related Questions