Community guidelines
Please keep discussions civil and on-topic. Repeated violations may lead to a temporary ban.
Justin Young Member
@superhua · Joined 7 years ago · 39 posts · 13 topics · 2 reputation
Badges
Recent posts
-
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
-
Scheduled Backups Not Working
· 7 years ago
Change directory command is included (per the install instructions). bin/grav scheduler -d returns no errors. However, bin/grav scheduler -j confirms the default-site-backup has never run. Thank you!
-
Scheduled Backups Not Working
· 7 years ago
I think it is registered, as I get the following: $ bin/grav scheduler -i Install Scheduler =================