-
Notifications
You must be signed in to change notification settings - Fork 393
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Files not uploading to S3 #152
Comments
This error means that What are your constants set to? Is S3 Uploads actually active? |
Hello , S3 Uploads is active Because when i deactivated it, the image upload to the wordpress uploads folder. Also by constant, I'm sure you are referring to this. define( 'S3_UPLOADS_BUCKET', 'myBucketName' ); What could be wrong please. Thanks in advance. |
I'm seeing similar behaviour, although not the error message. It looks like the @rmccue There's no call to |
@peterjanes Not sure what you mean by that; the call to You should check that S3 Uploads is actually functionally active; there are a number of checks that will cause it to fail. |
Understood. I thought your earlier comment was saying there was a call to the method in the plugin. I added error_log statements around all of the checks I could find, and they all passed. I couldn't get the sideload action to be triggered at all, including in the beta from last year, so I've decided to use another plugin. |
@rmccue where is this |
@theasteve You're right, it's not documented, apologies. tl;dr: rather than defining
|
Hi, I tried all variations, S3_UPLOADS_KEY, S3_UPLOADS_SECRET and S3_UPLOADS_USE_INSTANCE_PROFILE on a fresh install of wordpress V5.2.1 php7.3, site keeps crashing with following error. The site is experiencing technical difficulties. Please check your site admin email inbox for instructions. In the email sent; In this case, WordPress caught an error with one of your plugins, S3 Uploads. Not sure what to try next |
Hi,
I downloaded version 1.1.0 and installed.
The installation was successful, I configure the Constants as specified.
I have been trying to upload image with media or upload new plugins, None of these files gets Uploaded to S3.
instead of showing thumbnail on Media Upload, I get this error :
The uploaded file could not be moved to uploads. "path/name_of_file/"
Thanks in advance.
The text was updated successfully, but these errors were encountered: