PhileCMS / phileMarkdownExtraExtended

Markdown Extra Extended plugin for PhileCMS
MIT License
1 stars 0 forks source link

Get Fatal Error when installing #2

Closed bzerangue closed 10 years ago

bzerangue commented 10 years ago

After, following the instructions and I receive the following FATAL ERROR after enabling this plugin.

Fatal error: Uncaught exception 'Phile\Exception' with message 'the plugin file 'MOD:phileParserMarkdownExtraExtended/plugin.php' not exists' in /Users/bz/Desktop/philetest/lib/Phile/Core.php:121 Stack trace: #0 /Users/bz/Desktop/philetest/lib/Phile/Core.php(53): Phile\Core->initPlugins() #1 /Users/bz/Desktop/philetest/index.php(23): Phile\Core->__construct() #2 {main} thrown in /Users/bz/Desktop/philetest/lib/Phile/Core.php on line 121

james2doyle commented 10 years ago

Check that the plugin folder is named phileParserMarkdownExtraExtended not phileMarkdownExtraExtended

bzerangue commented 10 years ago

That was it. Thank you.