Oops! An error occurred with images (12).jpg file: error occurred
Getting this error on upload. I am using S3 and all kind of storage setting. Made S3 bucket public but not working.
I am using UNA 12.1.0
Hello @Amitesh Kumar !
May you check plz the error log of S3 and the files from the log folder? Somewhere should be the info about the details of the error.
There can't find error log file and not even getting error in console log.
Enable display of error
Always turn on error reporting for the site so you will see PHP errors when troubleshooting.
Placing the line of code shown below at the bottom of the header.inc.php . Do not forget to remove it after.
ini_set("display_errors",1);
or
edit ini_set
Thanks, I'll try this.
Not getting any other error than "Oops! An error occurred with images (12).jpg file: error occurred"
Pm me your site access ill check it
Sometimes I get this error:
Uncaught SyntaxError: Unexpected token ':'
at Object.success (BxDolUploader.js?rev=3:458:30)
at i (jquery.min.js?rev=3:2:27449)
at Object.fireWith [as resolveWith] (jquery.min.js?rev=3:2:28213)
at y (jquery.min.js?rev=3:4:22721)
at XMLHttpRequest.c (jquery.min.js?rev=3:4:26925)
https://una.io/d/amazon-s3-storage-how-to
Check at the bottom of the discussion might help you
And also check this one https://github.com/unaio/una/wiki/Remote-Storage
I tried all the possible combination settings for the storage engine, signature version, and region. But getting the same error.
I upgraded from PHP 7 to PHP 8. I upgraded UNA 12.1.0 to UNA 13.0.0-B4 but got the same error.
@Alex T⚜️ Please, check it once.
Hello @Amitesh Kumar !
May you check plz the error log of S3 and the files from the log folder? Somewhere should be the info about the details of the error.
There can't find error log file and not even getting error in console log.
Enable display of error
Always turn on error reporting for the site so you will see PHP errors when troubleshooting.
Placing the line of code shown below at the bottom of the header.inc.php . Do not forget to remove it after.
ini_set("display_errors",1);
or
edit ini_set
Thanks, I'll try this.
Not getting any other error than "Oops! An error occurred with images (12).jpg file: error occurred"
Pm me your site access ill check it
Sometimes I get this error:
Uncaught SyntaxError: Unexpected token ':'
at Object.success (BxDolUploader.js?rev=3:458:30)
at i (jquery.min.js?rev=3:2:27449)
at Object.fireWith [as resolveWith] (jquery.min.js?rev=3:2:28213)
at y (jquery.min.js?rev=3:4:22721)
at XMLHttpRequest.c (jquery.min.js?rev=3:4:26925)
https://una.io/d/amazon-s3-storage-how-to
Check at the bottom of the discussion might help you
And also check this one https://github.com/unaio/una/wiki/Remote-Storage
I tried all the possible combination settings for the storage engine, signature version, and region. But getting the same error.
I upgraded from PHP 7 to PHP 8. I upgraded UNA 12.1.0 to UNA 13.0.0-B4 but got the same error.
@Alex T⚜️ Please, check it once.