Hello,

I'm trying to open JA Amazon S3 in my Joomla Administrator, but get the following message. How can I fix it?

Best,
Vitali

Hi Vitali,

It looks like the error message comes from core file of Joomla, does it happen only in JA Amazon S3 component? could you check with other component on your site as well?

20 days later

This is caused by the code in jaupdater.php looking for a log file in the directory to check if an update has been installed. This is frankly a dumb and lazy way to check if the update script has already been executed, especially on static environments like AWS beanstalk where the filesystem is regularly refreshed.

The workaround is to add (an empty) updated_2.5.7.log file back in the administrator\components\com_jaamazons3\helpers folder.

    Write a Reply...
    You need to Login to view replies.