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.
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?
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?
I'm going to try that.
I thought that maybe something wasn't installed that should have been.