Justin Young Member
@superhua · Joined 7 years ago · 51 posts · 18 topics · 3 reputation
Badges
Recent posts
-
Ability to Upvote / Like?
· 6 years ago
I ended up using https://www.tricider.com/, but I think this could be done using the Add Page by Form plugin with the Star Ratings or Thumb Ratings plugin.
-
Ability to Upvote / Like?
· 6 years ago
Within Grav, is there a simple way to upvote / like posts – similar to Reddit or Discourse – on a page?
-
No Longer Able to Upload Files
· 6 years ago
ps – Dreamhost responded and said their mod_security was misconfigured. They fixed it and everything works – even with mod_security enabled.
-
No Longer Able to Upload Files
· 6 years ago
Thanks again – I think I figured it out. I found a lot of errors; here are two sample errors: [Thu Feb 06 03:13:02.541067 2020] [:error] [pid 31022] [client 54.293.245.176:52154] [client 54.293.245.1
-
No Longer Able to Upload Files
· 6 years ago
Thank you. Renaming still fails. Which specific server logs should I look at?
-
No Longer Able to Upload Files
· 6 years ago
Update: I tested uploading files on backup copies of my site (prior to updating Form, Email, and Grav) – and got a similar error: Thus, it looks like the issue is with the server and not the updates
-
No Longer Able to Upload Files
· 6 years ago
After updating the Form plugin to v4.0.2 (and Email plugin to v3.0.5 and Grav to 1.6.2), I am no longer able to upload files larger than ~500kb via the GUI. The Max Filesize on Plugin: Form is set to
-
Scheduled Backups Not Working
· 6 years ago
I was able to fix this by using DreamHost's GUI for cron jobs. I entered this command to run: cd /path/to/my/site;/usr/local/php72/bin/php bin/grav scheduler Thank you for all the help!
-
Scheduled Backups Not Working
· 7 years ago
It returns: Running Scheduled Jobs ====================== Should it return more (like a list of jobs running)?
-
Scheduled Backups Not Working
· 7 years ago
Here is the output of crontab -l [email protected] * * * * * cd /home/example/folder;/usr/local/php72/bin/php bin/grav scheduler 1>> /dev/null 2>&1