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

  • Page limit question · 11 years ago

    Being a flat-file CMS Grav definitely is more constrained than a traditional CMS when it comes to large sites. Currently I would estimate a 1000 pages is the realistic limit for a Grav site. However

  • Page limit question · 11 years ago

    I just stumbled upon Grav a few days ago and I am very exited about the prospect of using it for a few projects I'm working on. One of those projects is a blog where we'll be pumping out about 500-100

  • Zend opcache · 11 years ago

    Glad you got it sorted!

  • Zend opcache · 11 years ago

    It's working after now webmaster switched from mod_php to fastcgi and php-fpm and writing with my user was enabled under my vhost. Thanks for adding the clarifications to documentation too. :) I'm now

  • Zend opcache · 11 years ago

    So close but no cigar. I'm not permitted to access anything under /var/log/ Time to contact the webmaster.

  • Zend opcache · 11 years ago

    It could also be related to permissions. Perhaps you can access the error log file? that would contain the error messages also.

  • Zend opcache · 11 years ago

    I'm afraid I can't do that since I'm not root nor webmaster, hence missing the permissions to edit it and php.ini resides in its default location (/etc/php5/apache2/php.ini). :( I also assume that my

  • Zend opcache · 11 years ago

    You should turn on your PHP errors display (via your php.ini) that will tell you what the error is. http://learn.dev/basics/requirements#apache-requirements I've added this information to the docs, if

  • Zend opcache · 11 years ago

    Good to know. Now that I've checked that the only things missing are optional I can go on wondering why I'm getting blank white pages of death.

  • Zend opcache · 11 years ago

    This is something I need to add to the documentation so it's a good to outline them here first. The required PHP modules and apache things are as follows: Apache: mod_rewrite mod_headers PHP 5.4+