cancel
Showing results for 
Search instead for 
Did you mean: 

Troubleshooting cron error in log file

SOLVED
   Did you know you can see the translated content as per your choice?

Translation is in progress. Please check again after few minutes.

Troubleshooting cron error in log file

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?

1 ACCEPTED SOLUTION

Accepted Solutions

Re: Troubleshooting cron error in log file

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?

View solution in original post

2 REPLIES 2

Re: Troubleshooting cron error in log file

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?

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.