My host is Arvixe. I have a pretty good understanding of how CRON jobs work but for the life of me I can't get EasySocial's to function properly for using the Amazon S3 Storage. Incidentally I know that S3 is working because I use it for JReviews.
Although the CRON seems to process - it successfully deletes user cover photos and albums, it does not transfer anything to the Amazon S3 bucket that I've set up for ES (users.musicmaker.me). It remains empty.
I finally got the cron to trigger using "lynx -source" instead of "wget" and am outputting the resulting email that is triggered by the server as follows:
****
<br />
<b>Warning</b>: SocialAmazonLibrary::putObject(): [51] in <b>/home/musicmak/public_html/administrator/components/com_easysocial/includes/storage/adapters/amazon/lib.php</b> on line <b>338</b><br />
[{"status":"200","contents":"There is nothing to dispatch currently.","time":"2013-11-19 20:35:05"}]
***
- JW
Although the CRON seems to process - it successfully deletes user cover photos and albums, it does not transfer anything to the Amazon S3 bucket that I've set up for ES (users.musicmaker.me). It remains empty.
I finally got the cron to trigger using "lynx -source" instead of "wget" and am outputting the resulting email that is triggered by the server as follows:
****
<br />
<b>Warning</b>: SocialAmazonLibrary::putObject(): [51] in <b>/home/musicmak/public_html/administrator/components/com_easysocial/includes/storage/adapters/amazon/lib.php</b> on line <b>338</b><br />
[{"status":"200","contents":"There is nothing to dispatch currently.","time":"2013-11-19 20:35:05"}]
***
- JW