GitHenry your PHP process is unable to write to the storage/cache
folder. Make sure permissions and file ownership is correct. Use chown
command to fix ownership as necessary.
This can happen if you run the PHP process and command line with different users, or if you ran one of the commands using sudo
previously. You should make sure all processes run with the same shell user or that the file ownership allow every shell user that's used to create and delete files in the storage
folder.