You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There seems to be something wrong with step 5, it says "Verifying README.md and package.yml" and in the console "POST http://mootools.net/forge/add-5 500 (Internal Server Error)" and that page itself says "The forge is a still a little dusty. Working on it! Thanks for your patience".
The text was updated successfully, but these errors were encountered:
I've setup a copy of MooTools-Forge to track the error...on Step5 the forge will thrown the following error:
FastCGI-stderr: PHP Fatal error: Call to a member function xpath() on a non-object in /www/vhosts/forge/mootools-forge/lib/ForgeMDParser.class.php on line 92
This is caused by the fact, that the rendered Markdown-Document will be converted into XML using simplexml_load_string which is an very bad idea, because this function requires valid XML ! But the used Markdown-Parser "sfMarkdown" is still buggy/outdated and will produce invalid xhtml (script tags dont get escaped, ...).
Attach the code which will cause the error - /lib/ForgeMDParser.class.php
There seems to be something wrong with step 5, it says "Verifying README.md and package.yml" and in the console "POST http://mootools.net/forge/add-5 500 (Internal Server Error)" and that page itself says "The forge is a still a little dusty. Working on it! Thanks for your patience".
The text was updated successfully, but these errors were encountered: