Open nickbe opened 8 years ago
Instead of downloading I know tried the 'composer' way. Regretably this gives me exactly the same error.
Have you ever tried in the /plugins directory create /siezi directory?
The path to the plug-in must be:
/plugins/siezi/phileAdmin
Try it this way, would have to function.
Countless times! I installed everything over and over again. But still it won't work.
I'm sorry folks, I'm covered with other work at the moment. But I'll try to look into it in upcoming week.
I absilutely canÄt make the admin plugin work. New phile instance, new admin plugin, nothing else.
_This is my config: _
<?php $config = []; $config['encryptionKey'] = 'tCwGYYh]FcHLzpe6=hQ2op(jetn4tbv8d8Ze!fyVz?8WCdtIrZONt=mrfg5snBk4'; $config['site_title'] = 'MySite'; $config['theme'] = 'default'; $config['plugins']['siezi\phileAdmin'] = ['active' => true]; $config['plugins']['siezi\phileAdmin']['admin'] = [ 'name' => 'admin', 'password' => '' ];
return $config;
And this is what I get:
Exception
the plugin 'siezi\phileAdmin' could not be loaded! 1398536479 Phile\Exception\PluginException triggered in file U:\Grav\server\www\phile\lib\Phile\Bootstrap.php on line 170.
U:\Grav\server\www\phile\lib\Phile\Bootstrap.php: 00165:
00166: // throw not earlier to have the error-handler plugin loaded 00167: // and initialized (by 'plugins_loaded' event) 00168: $errors = $loader->getLoadErrors(); 00169: if (count($errors) > 0) { 00170: throw new PluginException($errors[0]['message'], $errors[0]['code']); 00171: } 00172:
00173: // settings now include initialized plugin-configs 00174: $this->settings = Registry::get('Phile_Settings'); 00175: Event::triggerEvent('config_loaded', ['config' => $this->settings]);