triplejaimy
Try to open that file: administrator/components/com_jaamazons3/jaamazons3.php on line 82
Replace:
if (!count($sessionQueue)) {
With:
if (!is_countable($sessionQueue) && !count($sessionQueue)) {
Remember to backup this file first.
Thanks for your response. The warning for com_jaamazons3/lib/aws/GuzzleHttp/Handler/CurlFactory.php on line 67 does not go away. Should I implement the same "fix" on this file?
com_jaamazons3/lib/aws/GuzzleHttp/Handler/CurlFactory.php on line 67
triplejaimy May I know which section you access to have that warning?
saguaros For me this occurs when trying to update the S3 files. "update s3 file list" in the list of the bucket display.
Actually, these warnings due to the new PHP version and it doesn't affect functions of S3 component, you can hide them by going to Global configuration and set 'Error Reporting' to None.
saguaros
Hi, i'm in PHP v7.3.26 .
Regards,
contact-joomlart Could you try my suggestion above?
Yes, it's works but i have a new warning : Warning: count(): Parameter must be an array or an object that implements Countable in /var/www/html/administrator/components/com_jaamazons3/lib/aws/GuzzleHttp/Handler/CurlFactory.php on line 67
When Update S3 list, i have the warning above
Do you have any idea ?
Hi, i change but now i have this warning : Warning: count(): Parameter must be an array or an object that implements Countable in /var/www/html/administrator/components/com_jaamazons3/lib/aws/GuzzleHttp/Handler/CurlFactory.php on line 67
Hi contact-joomlart
I've reported this to our developer to update S3 component.
Regards
contact-joomlart Hi, This is new JA Amazon S3 package. Could you give it a try? https://drive.google.com/file/d/1myMOoLOXO8c5K5uOJc8CjRMP1CXDeL_c/view?usp=sharing