Closed sulfo closed 1 year ago
Thanks for bringing this to my attention. Do you have FFMPEG on your server and have you been using my plugin to make thumbnails or encode videos in v4.7?
I've been in touch with WP Engine support, and FFMPEG is not installed. We use 4.7.5 for everything - except the video encoding part.
So that's thumbnails, change the default videoplayer. π
I just pulled your newest code from master. It's not causing critical error anymore. However, WordPress's tells it triggered a fatal error when activating the plugin.
Plugin could not be activated because it triggered a fatal error.
Fatal error: Cannot redeclare kgvid_default_options_fn() (previously declared in /website/wp-content/plugins/video-embed-thumbnail-generator-4.7.5/video-embed-thumbnail-generator.php:57) in /website/wp-content/plugins/video-embed-thumbnail-generator-master/video-embed-thumbnail-generator.php on line 58
Looks like you have two copies of the plugin in your wp-content/plugins folder. You'll need to deactivate the one in the /video-embed-thumbnail-generator-4.7.5/ first.
Looks like you have two copies of the plugin in your wp-content/plugins folder. You'll need to deactivate the one in the /video-embed-thumbnail-generator-4.7.5/ first.
Oh! My bad. 4.8.3 is working so far without any issues π
Thanks for fixing it so fast π
Great! Thanks for testing it out too.
Hello.
I tried to update the plugin, but I'm met with an uncaught RuntimeException, and the only way to recover the WordPress installation is to temporarily rename the plugin folder, to force WordPress to disable the plugin.
Here's the stack trace from the error:
I'm not sure why this accrues, but I hope you might know what the issue is caused by.