Hi, Ryan.
I assign developer to this thread.
We rely on cronjob for amazon s3 uploads, FYI. So we are dead in the water without this feature.
Hi Ryan,
I found 2 issue regrading this:
#1 key null issue, caused by this function "_removeDeletedPhotos" seems this is valid bug, I will add this to our bug list, for timebeing I give you the temp fix for this by disabled that function.
#2 S3 setting issue, I get this :
<br />
<b>Warning</b>: S3::putObject(): [AccessDenied] Access Denied in <b>/home/socialp7/public_html/prod/components/com_community/libraries/storage/s3_lib.php</b> on line <b>337</b><br />
<br />
<b>Warning</b>: S3::putObject(): [AccessDenied] Access Denied in <b>/home/socialp7/public_html/prod/components/com_community/libraries/storage/s3_lib.php</b> on line <b>337</b><br />
<br />
<b>Warning</b>: S3::putObject(): [AccessDenied] Access Denied in <b>/home/socialp7/public_html/prod/components/com_community/libraries/storage/s3_lib.php</b> on line <b>337</b><br />
<br />
<b>Warning</b>: S3::putObject(): [AccessDenied] Access Denied in <b>/home/socialp7/public_html/prod/components/com_community/libraries/storage/s3_lib.php</b> on line <b>337</b><br />
<br />
<b>Warning</b>: S3::putObject(): [AccessDenied] Access Denied in <b>/home/socialp7/public_html/prod/components/com_community/libraries/storage/s3_lib.php</b> on line <b>337</b><br />
<br />
<b>Warning</b>: S3::putObject(): [AccessDenied] Access Denied in <b>/home/socialp7/public_html/prod/components/com_community/libraries/storage/s3_lib.php</b> on line <b>337</b><br />
<br />
<b>Warning</b>: S3::putObject(): [AccessDenied] Access Denied in <b>/home/socialp7/public_html/prod/components/com_community/libraries/storage/s3_lib.php</b> on line <b>337</b><br />
<br />
<b>Warning</b>: S3::putObject(): [AccessDenied] Access Denied in <b>/home/socialp7/public_html/prod/components/com_community/libraries/storage/s3_lib.php</b> on line <b>337</b><br />
<br />
With 3.2.0.1 I had to do the following to make S3 work - the URL had to be set like this in the Jomsocial Remote Storage URL;
socialpupreal.s3.amazonaws.com
Do I need to change this something else?
Is there a way I can test S3 independent of the cron so I can determine if it is / isn't the issue? We cannot move forward without cron
I was able to set up a new bucket and made sure it works, however the cron only works with the DeletePhotos function removed from cron.php
yeah, the issue totally caused by "_removeDeletedPhotos" we already set this issue as valid bug, and will be fixed in next release.
Hi Ryan,
I wanna inspect this issue on your server, because this is not happening on our end.. I need access to your phpmyadmin, can you provide it please? actually this issue caused by the table structure.
thank you