I am not sure if anyone who was having trouble with PHPList is still watching this thread, but in case you are, I have been able to set up an installation of PHPList on a shared hosting account that has SSH access. The part that I had the most trouble with (3 days!!!) was getting everything straight with the cron job. I finally figured out that with HostICan you MUST make sure that you are running PHP from the correct location and that you are using the correct user information from your PHPList installation. My cron command is pasted below. If you have trouble, send me an email and I might be able to help you out.
This is pasted into the timing section
minute: */15
the rest of them are *
This is pasted into the command part:
nice -n 15 USER=PHPLISTUSER; export USER; /usr/local/bin/php /home/USERNAMEWITHHOSTICAN/public_html/paulandkatie/lists/admin/index.php -p processqueue
*I know that this is not technical cron format, but for the cPanel cron screen, this should do the trick.
Last edited by mastinpe : 02-16-2008 at 03:20 PM.
|