The error you describe is caused by trying to run a 0.7 plugin in 0.6.2. One major difference between 0.6 plugins and 0.7 plugins is that the 0.7 plugins have a separate xml file for the plugins information instead of an info function. Most plugins have a 0.6 branch found here: http://trac.habariproject.org/habari-extras/browser/plugins/. If you know how svn works it's simple to checkout plugins (http:// svn.habariproject.org/habari-extras/plugins/.....).
If a plugin doesn't have a 0.6 version most often you can just look at a 0.6 plugin and add the info function for your 0.7 plugin to make it work in 0.6. I did the changes needed for habarimarkdown and you can download it from http://eighty4.googlecode.com/files/habarimarkdown.zip On 6 Sep, 01:06, tamaracks <[email protected]> wrote: > I just installed Habari 0.6.2. I seem to be having trouble with a lot > of plugins fromhttp://www.habariproject.org/dist/plugins/. > Particularly, I am interested in habari markdown, since I imported my > entries from wordpress and many are in markdown form. After installing > habari markdown, I get the following error: > > Fatal error: Class HabariMarkdown contains 1 abstract method and must > therefore be declared abstract or implement the remaining methods > (Plugin::info) in /www/www.darkglass.org/docroot/habari/user/plugins/ > habarimarkdown/habarimarkdown.plugin.php on line 73 > > I realized habari is still very much in development, but I wondered if > anyone could shed some light here. I have gotten similar errors on > other plugins I tried. Are these plugins too old for the version of > habari I'm using? Or too new? Any ideas on a working markdown plugin? > > Thanks, > Tamara --~--~---------~--~----~------------~-------~--~----~ To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/habari-users -~----------~----~----~----~------~----~------~--~---
