PHP Zip Archive Extract Not working When Script is Executed by Crontab PHP Zip Archive Extract Not working When Script is Executed by Crontab codeigniter codeigniter

PHP Zip Archive Extract Not working When Script is Executed by Crontab


The error is telling you everything you need to know:

failed to open stream: Permission denied.

So your php process has no permission to write to the specified folder. So you should change the permissions of specified folder.