Community guidelines
Please keep discussions civil and on-topic. Repeated violations may lead to a temporary ban.
T. H. Wright Member
@thwright · Joined 9 years ago · 32 posts · 4 topics · 1 reputation
Badges
Recent posts
-
New pages return nginx 404 error page
· 8 years ago
When I experienced this before, I believe it was a cache issue. I had tried a couple of things to see if anything was logging to a PHP error log file or the Nginx error log, but nothing hit besides th
-
Unable to change the /log folder (1&1)
· 8 years ago
I just tested this on my Grav site; it worked without an issue. (Ubuntu 16.94, Nginx 1.13.7, PHP-FPM 7.0.22) Given that, I'd say the documentation is still spot on and I would be more prone to questio
-
Unable to change the /log folder (1&1)
· 8 years ago
You should be able to clear the cache by running the following at the CLI. bin/grav clear-cache Some general thoughts on troubleshooting are given below. That's strange that 777 isn't working for the
-
Unvalid Security Token
· 8 years ago
Have you happened to read over this page in the docs? https://learn.getgrav.org/troubleshooting/invalid-security-token It seems to apply.
-
Problem with .htaccess and httpd.conf
· 8 years ago
What does your current htaccess/virtualhost entry contain for the Grav install? Can you post it in a code block? What is your directory structure? Is Grav in the root dir or a subdir on the server? Ar
-
ErrorException (E_ERROR)
· 8 years ago
I'm not a Windows SysAdmin, but in general on Linux, the error Allowed Memory Size exhausted is an issue with the php.ini configuration and I would presume that it is the same issue here. Your server
-
Error connecting to GPM
· 8 years ago
I'm assuming your server or dev environment is on a Linux install. I would make sure you are su'd to the website's owner or are running the commands from root as the owner rather than running them as
-
JSComments Configuration with Discourse
· 8 years ago
I think I must be missing something incredibly simple: how do I associate a particular post in Grav with a particular thread in Discourse? The twig to enable comments is in my template theme (a custom
-
Error connecting to GPM
· 8 years ago
Are you running Grav 1.3.9? If so, there was a bug found that made GPM not work and it is necessary to upgrade to 1.3.10. I ran into this earlier because the latest link downloaded 1.3.9 instead of 1.
-
Displaying Pagination with on Page Twig and HTML
· 9 years ago
My site's homepage runs the following collection to display recent posts. How do I display the option to cycle forward and backward through the collection of recent posts? Do I need a different Twig f