interfacelab
Forum Replies Created
-
In
Storage Settings, copy and paste the contents of the JSON file that Google gives you when you create a service account into the credentials field.For the custom domain, if you scroll to the bottom of the
Storage Settingspage there are two CDN fields. Enter in your custom domain in the first of those two fields.Let me know how it goes!
I think that’s a false positive considering that everything in the function is typed and will throw an error if the wrong types are passed to it.
Also, that’s from Amazon’s SDK so the issue would have to be opened up on their github: https://github.com/aws/aws-sdk-php (I just renamespace their library to avoid collisions with other plugins).
But I really think it’s a non-issue.
You can “downgrade” to version 1.5.3 and it’ll work fine with 5.5x
https://downloads.wordpress.org/plugin/ilab-media-tools.1.5.3.zip
But you should def upgrade to 5.6 at a minimum. 🙂
Thanks!
Jon.
I’m guessing its < 5.6 because the line it’s choking on is a 5.6+ feature.
What PHP version?
Did you get this working?
Can you share the list of plugins you are using?
But I’ll look into it 🙂
It’s also not likely that S3 will cost you more. This plugin was built for a site that has around 1 terabyte of images and the monthly S3 bill is around $23. The same amount on DO would be about $3 cheaper ($5 + $15 for the overage). DO isn’t worth the $3 savings in my opinion.
I’ll look into this, but as an aside I don’t recommend anybody use DO Spaces. Their S3 “compatibility” is really lacking, to be polite about it, and it’s the slowest out of all the ones I test against (S3, Wasabi, Google Cloud Storage, Minio, Backblaze).
I would disable all of your other plugins, then enable Media Cloud and still see if you get the 500 error.
The fatal error you are reporting doesn’t make any sense since the function it is saying is undefined is defined in WordPress. This means that something is triggering the
upload_dirfilter before WordPress is completely loaded. So it has to be another plugin or your WordPress install is messed up somehow.That’s a great idea. It’s not implemented currently, but I can add on the next release in a few weeks.
Hello? 🙂
There’s always a chance, but it’s not likely to happen any time soon. I’m starting a multi-month client gig so any updates to this plugin before that is over will be based on what they need and critical bug fixes.
However, you can fork it, make the changes and send me a pull request:
https://github.com/interfacelab/ilab-media-tools/
Thanks!
Jon.
Also, can you give me a list of plugins that you are using? I am wondering if the 500 error is caused by a conflict.
Thanks!
Jon.
Hmm, that’s strange.
Next time you try to update, can you make sure that php error logging is on and logging to a file – and verify it’s logging to a file. I can’t diagnose a 500 error, but it should produce error output to a log file that I can take a look at.
Thanks!
Jon.