I can check…but let me tell you I have another installation of an older version of PHPList where I used this command
/usr/bin/php /home1/pmwaresc/public_html/newsletter/lists/admin/index.php page=pageaction action=processqueue login=login password=password >/dev/null
It was working fine except I used to get following email every time I launched a campaign…
/bin/sh: line 1: 24734 Terminated /usr/bin/php /home1/pmwaresc/public_html/newsletter/admin/index.php page=pageaction action=processqueue login=login password=password > /dev/null
But it was processing the queue.
Now I have a fresh installation of latest PHPList. Obviously I used the same command with new path to index.php but I got following error in processqueue.log and queue was not getting processed…
Content-type: text/html
Warning: commandline only works well with the cli version of PHPCannot find config file
So I started searching for cli version of command…that is how I reached to this thread. Now I used the command you suggested. There is no error in processqueue.log but queue is still not getting processed.
Where am I going wrong? it is hosted on hostmonster. Should I talk to server support?