stefanbohacek / fediverse-embeds-wordpress-plugin

Embed fediverse posts on your WordPress site.
https://wordpress.org/plugins/fediverse-embeds/
MIT License
39 stars 1 forks source link

Can't activate - no vendor/autoload.php #8

Closed edent closed 1 year ago

edent commented 1 year ago

Downloaded the repo as a zip. Added the plugin via the WordPress menu successfully. Activated the plugin and got:

Warning: require_once(/home/shkspr.mobi/blog/wp-content/plugins/fediverse-embeds-wordpress-plugin-main/vendor/autoload.php): Failed to open stream: No such file or directory in /home/shkspr.mobi/blog/wp-content/plugins/fediverse-embeds-wordpress-plugin-main/index.php on line 15

Fatal error: Uncaught Error: Failed opening required '/home/shkspr.mobi/blog/wp-content/plugins/fediverse-embeds-wordpress-plugin-main/vendor/autoload.php' (include_path='.:/opt/alt/php82/usr/share/pear:/opt/alt/php82/usr/share/php:/usr/share/pear:/usr/share/php') in /home/shkspr.mobi/blog/wp-content/plugins/fediverse-embeds-wordpress-plugin-main/index.php:15 Stack trace: #0 /home/shkspr.mobi/blog/wp-admin/includes/plugin.php(2314): include_once() #1 /home/shkspr.mobi/blog/wp-admin/plugins.php(192): plugin_sandbox_scrape() #2 {main} thrown in /home/shkspr.mobi/blog/wp-content/plugins/fediverse-embeds-wordpress-plugin-main/index.php on line 15

edent commented 1 year ago

Fixed with latest update.