Closed trungtn closed 2 years ago
Hi,
I just installed s3-uploads plugin via composer. When I run the command to verify the installation wp s3-uploads verify, I got this error:
wp s3-uploads verify
Call to undefined method Aws\\Middleware::recursionDetection()
Trying different things (wp s3-uploads ls or trying to upload an image on the admin page) also gave me the same error.
wp s3-uploads ls
Has anyone experienced this issue before? I really appreciate any support.
PHP version: 7.4 WP version: 5.8
Best regards, Trung.
I figured it out. I messed up the aws dependencies locally. I have 2 vendor folders, one in the root directory and another one in another directory. Removing one solves the error.
Hi,
I just installed s3-uploads plugin via composer. When I run the command to verify the installation
wp s3-uploads verify
, I got this error:Trying different things (
wp s3-uploads ls
or trying to upload an image on the admin page) also gave me the same error.Has anyone experienced this issue before? I really appreciate any support.
PHP version: 7.4 WP version: 5.8
Best regards, Trung.