- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-21-2017
03:05 PM
08-21-2017
03:05 PM
I'm getting the following error in my update.log file.
update-cron.ERROR: Cron readiness check failure! Found non-writable paths: /chroot/home/supersaf/supersafe.net/html/pub/opt
My problem is that path does not exist. Should the opt directory be there? Why would it not be there? How can I correct it?
Solved! Go to Solution.
Labels:
1 ACCEPTED SOLUTION
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-21-2017
07:45 PM
08-21-2017
07:45 PM
Hi @AmagArtwork,
It seems like a permission problem.
What if you create the ../pub/opt directory an set the same user that is running your webserver as the owner of the directory?
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-21-2017
07:45 PM
08-21-2017
07:45 PM
Hi @AmagArtwork,
It seems like a permission problem.
What if you create the ../pub/opt directory an set the same user that is running your webserver as the owner of the directory?
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-22-2017
08:59 AM
08-22-2017
08:59 AM
Re: Troubleshooting cron error in log file
I'm going to try that.
I thought that maybe something wasn't installed that should have been.