Notice

The forum is in read only mode.

Support Forum

Welcome! Support Forums have been reactivated
Welcome the Technical Support section. Help us in assisting you by providing us with a concise and descriptive elaboration of your issues. Be specific and if possible, provide us with a step-by-step instruction in replicating your problem.

Cron Job Error - 0 - S3::deleteObject(): [BucketNotEmpty] The bucket you tr

8 years 11 months ago
  • Dimas's Avatar
  • Dimas
  • Visitor
  • Thank you received: 0
Licenses:

Hi Steven,

I am sorry, i dont have any update yet.. but for sure I will let you know once it done.. I already ask this issue to developer this morning.

thank you!

8 years 11 months ago
  • Dimas's Avatar
  • Dimas
  • Visitor
  • Thank you received: 0
Licenses:

try this fix ..
#1 open this file components/com_community/libraries/storage/s3.php after line 73 add this code :

if(!$storageid){
             return;
         }
#2 open this file components/com_community/tables/photo.php, find this code :
$storage->delete($this->image);
        $storage->delete($this->thumbnail);
replace to :
if($this->image){
             $storage->delete($this->image);
         }
 
         if($this->thumbnail){
             $storage->delete($this->thumbnail);
         }

thank you!

8 years 10 months ago
  • Steven's Avatar
    Topic Author
  • Steven
  • Offline
  • Fresh Boarder
  • Posts: 50
  • Thank you received: 3
Licenses:
JomSocial Active AdAgency Expired iSEO Expired Socialize Expired

Dimas,

I made the modifications and I now receive the following error when attempting to open my site.

Parse error: syntax error, unexpected 'if' (T_IF), expecting function (T_FUNCTION) in /var/www/html/sitedomain.com/public_html/components/com_community/libraries/storage/s3.php on line 74

Please advise.

Blessings,
Steven

8 years 10 months ago
  • Dimas's Avatar
  • Dimas
  • Visitor
  • Thank you received: 0
Licenses:

Hi Steven,

Please you update to version 4.2.2 for getting proper fix :)

thank you

8 years 10 months ago
  • Steven's Avatar
    Topic Author
  • Steven
  • Offline
  • Fresh Boarder
  • Posts: 50
  • Thank you received: 3
Licenses:
JomSocial Active AdAgency Expired iSEO Expired Socialize Expired

Dimas,

Thank you for resolving this issue!

Blessings,
Steven

Moderators: Piotr Garasiński
Powered by Kunena Forum

Join 180,000 websites creating Amazing communities

JomSocial is the most complete, easy-to-use addon that turns Joomla CMS into a
full -fledged, social networking site

TRY NOW BUY NOW