Community guidelines
Please keep discussions civil and on-topic. Repeated violations may lead to a temporary ban.
Shane Member
@shane · Joined 7 years ago · 92 posts · 20 topics · 9 reputation
Badges
Recent posts
-
Backup stalls server
· 6 years ago
I have a pretty extensive website that was easy to deploy (huge advantage of GetGrav). There is quite a bit of audio files I have tied into the site. I made the mistake of clicking the backup button
-
406 Error recently
· 6 years ago
Ok, finally found the documentation on this. It is located here https://learn.getgrav.org/16/basics/grav-configuration However it doesn't actually explain any of the settings. I shut off a few of the
-
406 Error recently
· 6 years ago
Yes, I looked in there, but honestly, I'm not sure what settings to mess with. There is probably some documentation that explains that stuff. I will have to search for that. Thanks for the feedback.
-
406 Error recently
· 6 years ago
I think I enabled some security stuff, and I'm not sure what. Lately I have been getting this error message randomly. Error 406 - Not Acceptable Generally a 406 error is caused because a request has
-
Js not loading correctly
· 7 years ago
Thanks for all the help in this! I finally found the answer. In all the digging I was doing, the problem was the version of php configured on my server! I reached out to tech support for my web hos
-
Js not loading correctly
· 7 years ago
@blacklab Thanks for that line of code! It in fact does sort of work. However I still get an error, it is just a 500 error (Internal Server Error) now instead of the other error I was getting. So wh
-
Js not loading correctly
· 7 years ago
Here is the deal with .htaccess files... They are blocked in Grav with security Block access to specific files in the root folder RewriteRule ^(LICENSE.txt|composer.lock|composer.json|.htaccess)$ err
-
Js not loading correctly
· 7 years ago
Thanks @hoernerfranz I did try a few different .htaccess files in the popverse folder, but wasn't able to get it to work. @pamtbaau I think we are on track here! I tried this, and it took me a few tr
-
Js not loading correctly
· 7 years ago
That is exactly what I was looking for. I figured something somewhere was blocking something. Thanks @blacklab! So then the question is now, without commenting out that line in the .htaccess file,
-
Js not loading correctly
· 7 years ago
ok, on my localhost, I changed all the permissions on the popverse folder and files to 777. This didn't help anything. On my local server, with a overly simplistic html site I created for testing pu