Giter VIP home page Giter VIP logo

phileadmin's People

Contributors

schlaefer avatar

Watchers

 avatar  avatar

Forkers

tkcent

phileadmin's Issues

Wrong config.php file in version 1.0.1

You should change:
'password' => '$2y$12$31whnSEMW4Jz3UJNhwFdVufUu3gbKwNF9RJokUgM/iy.5vHAFOU7e'

To:
'password' => ''

And delete the line:
'lang' => 'de',

Allowed memory size of 536870912 bytes exhausted (tried to allocate 279821272 bytes) [1]

Hello Developers,

I would be very happy if you register here because there are problems with the admin plugin. I have just uploaded the last plugin release into the respective directory. I put on PHP 7.0.

This error is displayed in /backend/login.

Error

Allowed memory size of 536870912 bytes exhausted (tried to allocate 279821272 bytes) [1] 
triggered in file /xxxxxxxxxxxxxxxxxxxx/phile.wpzweinull.ch/plugins/phile/errorHandler/Classes/Development.php on line 329 .

/xxxxxxxxxxxxxxxxxxxxxxxx/phile.wpzweinull.ch/plugins/phile/errorHandler/Classes/Development.php:
00324:      */ 
00325:     protected function tag($tag, $content = '', array $attributes = []) 
00326:     { 
00327:         $html = '<' . $tag; 
00328:         foreach ($attributes as $key => $value) { 
00329:             $html .= ' ' . $key . '="' . htmlspecialchars($value) . '"'; 
00330:         } 
00331:         $html .= '>' . $content . '</' . $tag . '>'; 
00332:         return $html; 
00333:     } 
00334: } 

Can you fix it?

Thanks in advance.

500 Error

Hallo,
I tried to enable the plugin and did all the necessary steps. But if I enter the website at /backend my browser gives me an 500 error.
I use xampp on Windows.

plugin 'siezi\phileAdmin' could not be loaded

  • fresh PhileCMS install (latest download)
  • no additional plugins installed
  • no additional configuration other than "encryptionKey"
  • download master branch of Schlaefer/phileAdmin
  • extract to phile/plugins/phile
  • rename folder to phileAdmin
  • load domain.com/backend/
  • same error message happens when trying to reach the home page also - can't load any pages
    untitled

Trying to make phileAdmin work

I absilutely canÄt make the admin plugin work.
New phile instance, new admin plugin, nothing else.

*This is my config: *

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](Exception-Wiki) 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]);

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.