PhileCMS / phileMarkdownExtraExtended

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

Error loading plugin #4

Closed nbvcxz closed 6 years ago

nbvcxz commented 9 years ago

With Phile CMS 1.4.0 I got:

PhileCMS Development Error Handler

the plugin 'phile\markdownExtraExtended' could not be loaded! [1398536479] (Exception-Wiki)
Phile\Exception\PluginException thrown in file /homepages/16/d559885072/htdocs/lxde/lib/Phile/Bootstrap.php on line 187.

2 Phile\Bootstrap::initializePlugins()/lib/Phile/Bootstrap.php:

00062:     $this->initializeDefinitions();
00063:     $this->initializeAutoloader();
00064:     $this->initializeConfiguration();
00065:     $this->initializePlugins();
00066:     return $this;
00067:   }
00068: 

1 Phile\Bootstrap::initializeBasics()
/homepages/16/d559885072/htdocs/lxde/index.php:

00012: ob_start();
00013: 
00014: try {
00015:   $bootstrap = \Phile\Bootstrap::getInstance()->initializeBasics();
00016:   $phileCore = new \Phile\Core($bootstrap);
00017:   echo $phileCore->render();
00018: } catch (\Phile\Exception $e) {

installed according instructions from downloaded master-zip from github

X3msnake commented 8 years ago

did you make sure the folder names on the plugin are correct.

when you unzip the files it creates a folder named PluginName-master

it should be inside plugins\phile\ with folder name markdownExtraExtended

Schlaefer commented 6 years ago

Hi, thanks for the feedback. Alas nobody is maintaining this repository at the moment.

I close this issue as I mark this repository as abandoned and archived.