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

  • Grav wants to open _what_?! · 10 years ago

    Could be a problem of the session.save_path directive in the php.inifile. It's trying to save a session to the C:\WINDOWS folder which I guess it's not the right one.

  • Grav wants to open _what_?! · 10 years ago

    I'm trying to run grav with lighttpd & php 5.6.20 on Windows 10. I have all of this under a restricted user (Lighttpd), and when I browse to the main page (/blog/index.php), I get the following e

  • Ubuntu 14.04 LTS Grav installation not working · 10 years ago

    Ok, sorry for the trouble. It was a file permissions error, which I fixed according the Trouble Shooting section of the Learn document. It's working now.

  • Ubuntu 14.04 LTS Grav installation not working · 10 years ago

    Ok, digging a little deeper, I found this in my error log: [Sat Apr 02 13:51:36.964789 2016] [:error] [pid 15308] [client 50.151.248.137:42275] PHP Fatal error: Uncaught exception 'RuntimeException'

  • Ubuntu 14.04 LTS Grav installation not working · 10 years ago

    I am brand new to Grav and I created a brand new pair Networks, pairCloud server, running Ubuntu 14.04.04 LTS: Linux gwpair1 4.2.0-34-generic #39~14.04.1-Ubuntu SMP Fri Mar 11 11:38:02 UTC 2016 x86_64

  • Subfolders in nginx · 10 years ago

    I fixed this in the end by editing /etc/hosts I changed the line: 127.0.0.1 localhost To: 127.0.0.1 sysmanual policyman This means I can go to http://sysmanual or http://policyman as they have been co

  • Subfolders in nginx · 10 years ago

    I am trying to configure multiple grav sites as subfolders in nginx. I am working on Ubuntu and following the learn.getgrav Digital Ocean config tutorial and have successfully installed a single grav

  • Class 'Redis' not found · 10 years ago

    No direct experience on this part of Grav but if you enable Redis cache I guess you also need the https://github.com/phpredis/phpredis PHP extension being installed, so it's available.

  • Class 'Redis' not found · 10 years ago

    Hey guys, Not sure if this is Grav related or something I missed when installing Redis. The error points me here: grav/system/src/Grav/Common/Cache.php case 'redis': $redis = new \Redis(); $redis->

  • Bin/grav install does not detect php 5.5.9 · 10 years ago

    OK, thanks, I'll give it a try.