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

Community guidelines

Please keep discussions civil and on-topic. Repeated violations may lead to a temporary ban.

Rosemary Orchard Member

@RosemaryOrchard · Joined 9 years ago · 14 posts · 0 topics · 2 reputation

Badges

✏️ First Post

Recent posts

  • Incorrect PHP Version · 7 years ago

    I would suggest contacting your hosting company to find out what the problem is - this is an issue with them and not with Grav.

  • Update to Grav CMS 1.5 Problem · 8 years ago

    The permissions for the directory cache/compiled/files are somehow incorrect. If you fix those that will likely resolve the issue.

  • Problems while installing Grav on Linux Server · 8 years ago

    Did you follow the guide for installing Grav on a Pi? If not then I suggest you go through that first :)

  • Microblogging with grav · 8 years ago

    I'm personally using a local install with modifications of Voxpelli's Micropub to GitHub project, along with GitSync, and also a modified version of this media endpoint - Which allows me to upload pic

  • Don't display errors / warnings in production · 8 years ago

    In the Admin panel under Configuration, System, you can set Display Errors to "Simple Error" which I believe will do what you want.

  • Problems with quark theme on mobile · 8 years ago

    Did you download the skeleton for the one page site? There may have been some changes made to that particular example.

  • Random unexpected E_WARNING on file_exists() php function · 8 years ago

    Are you adding files via FTP? If so they are probably owned by a user other than www-data and causing the problem

  • Deploying over FTP takes ages · 8 years ago

    For the initial upload it's best to do it as a zip I would say. Transferring lots of tiny files always takes a long time, one big file is larger but much more efficient. I personally use GitSync to ma

  • Bulk user creatation 200+ users · 8 years ago

    newuser -u usernamegoeshere -p passwordgoeshere -e emailgoeshere would probably be easiest. All documented by the login plugin.

  • Ordering pages by custom header variable in Twig · 8 years ago

    ’header.custom_order’ is a string, try header.custom_order Instead?