-
Notifications
You must be signed in to change notification settings - Fork 3
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
Call to undefined function IndieBlocks\Mf2\parse() in indieblocks/includes/class-webmention-parser.php:24 #49
Comments
Autoloader looks OK, file is prefixed alright. Yet it only works when we explicitly require Mf2's Parser.php. Hmm |
Hargl.
|
Fix by reinstall from WP.org repo |
And it's happened again |
Looks like a conflict with my feed reader plugin, which uses the same (but differently prefixed!) library |
Think that might actually be the issue, both classes, or rather, files are referenced in |
The way forward here is probably to just include the file directly, without composer. |
Dangit, I ran into this exact same issue before and then it disappeared because I basically merged the two plugins, and now it's back because I created a third one. https://github.com/janboddez/webmention-comments/issues/4 Either way, seems it's solved in PHP-Scoper so now all I need to do is update to PHP 8.1 so I can actually install the latest version. |
Fixed in a6991eb. |
Well, this ain't good
The text was updated successfully, but these errors were encountered: