View Single Post
  #2 (permalink)  
Old 10-17-2007, 12:50 AM
Scott's Avatar
Scott Scott is offline
Senior Member
 
Join Date: Sep 2007
Location: hostican-coupon.com
Posts: 1,144
Default

If you have a VPS or dedicated server, you can login to SSH and run the command
Code:
cd '/home/[myusername]/public_html/[mydomainname]/lists/admin/' ; php -q index.php -p processqueue
and see what error you are getting.

Personally, I'd run a simple wget.
Code:
/usr/bin/wget -q -O /dev/null http://www.[mydomainname].com/lists/admin/index.php
I just don't know what you what switch you'd need to execute the "processqueue" part.
__________________
HostICan Discount - New customer? Save $50 on your HostICan hosting purchase!
HostICan Hosting Reviews - See what other customers say about HostICan.
Simple Hosting - Web Hosting Made Simple!
Reply With Quote