Skip to content
Grav 2.0 is officially stable. Read the announcement →

Muut Archive Legend

@Muut · Joined 9 years ago · 18337 posts · 3878 topics · 137 reputation

Badges

✏️ First Post 💬 Conversation Starter ❤️ Well Liked

Recent posts

  • Admin plugin dashboard its totally in blank · 11 years ago

    I think ksort fails because no array is actually passed, since admin.plugins in {% for slug, plugin in admin.plugins(not installing).toArray|ksort %} returns null or some sort of error

  • Admin plugin dashboard its totally in blank · 11 years ago

    I'm confused how ksortFilter() is killing your admin, this is the bigger problem. It's actually used by the admin and you can't just null it out.

  • Admin plugin dashboard its totally in blank · 11 years ago

    If the computer is not connected to the internet and cannot reach the outside, Grav should work fine! Is the site local on your computer, can you test switching off the network to see if it works?

  • Admin plugin dashboard its totally in blank · 11 years ago

    @rhukster I've redeclared the ksortFilter function without attributes like this: public function ksortFilter() { return 0; } and it works! but the downside is grav admin plugin only recognize the plug

  • Admin plugin dashboard its totally in blank · 11 years ago

    @rhukster I've tried but it behaves the same… I've created admin.yaml on plugins folder, I've changed the line enableautoupdates_check on the admin.yaml on the admin folder to false and the result was

  • Admin plugin dashboard its totally in blank · 11 years ago

    You need to uncomment the $repository line. Then try adding a file: user/config/plugins/admin.yaml and in that file simple have the line: enable_auto_updates_check: false See if that does it?

  • Admin plugin dashboard its totally in blank · 11 years ago

    @rhukster Am I wrong about that I think? or there is another issue that I can't see?

  • Admin plugin dashboard its totally in blank · 11 years ago

    The plugins section is unabled to show itself, shows instead this error: TwigErrorRuntime An exception has been thrown during the rendering of a template (“Argument 1 passed to Grav\Common\Twig\TwigEx

  • Admin plugin dashboard its totally in blank · 11 years ago

    You can turn off the check for updates in the admin plugin options, then it should not do any external checking. Can you try that?

  • Admin plugin dashboard its totally in blank · 11 years ago

    I just temporally fixed... the problem appears to be that grav is unable to connect thru my proxy configuration and looked the plugins repository. I've comment the line on system/src/Grav/Common/GPM/R