Mar 14

phpList with crontab: Permission denied.

Tag: Tech, phpListjs @ 2:01 pm

When processing your phpList queue with a crontab, you may get the following error:

bash: /home/yourname/phplist: Permission denied

This happens if your phplist script is not executable. It is an easy fix. Simply make the phplist script executable and it will run as expected:

chmod u+x /home/yourname/phplist
[Slashdot] [Digg] [Reddit] [del.icio.us] [Facebook] [Technorati] [Google] [StumbleUpon]