I can't add my plugin: /forge/add-5 gives 500 Internal Server Error
When I try to add http://github.com/arian/animateImage and having Firebug open, it stops at /forge/add-5 because it gives an 500 internal server error, so it won't add my plugin. Any thoughts?
-
Tim Baumann commented
Looking at the source code of the Forge, I found the error: your markdown will be first parsed to html and then the script will make a xml object out of the html (here: http://github.com/Guille/PluginsKit/blob/4905abd4683063941448971000cac32eaf390c05/lib/ForgeMDParser.class.php#L47). In your README.md (http://github.com/arian/animateImage/raw/master/README.md) there are two li closing tags. That's why the output of the markdown parser isn't correct xml and this is the reason why adding fails.