-
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
Fatal Error in Admin Console with latest ClassicPress (1.2) #1
Comments
Hi @InkyQuill Looks like I am going to need to update plugin compatibility version to 5.1. As the method you mention was introduced in wordpress 5.1. |
Is
The reason I ask is not just because this would maintain compatibility with ClassicPress but also because it would maintain compatibility with WordPress 4.9. Even now, approximately 20% of WP users are still on version 4.9 or less, so that's potentially a sizeable group of users who will no longer be able to use your plugin. |
I think I can do that. |
Excellent. That would be great. Thank you. 👍🏻 |
Hi guys |
Thanks for fixing this. The plugin page on WordPress.org still says "WordPress Version: 4.7 or higher". You should either update this to say "4.9 or higher" or test with WP 4.7 and confirm that it still works there. In any case the issue reported with WP 4.9 and therefore ClassicPress looks like it should be fixed now. |
ClassicPress is a fork of Wordpress based on WP 4.9.
Your plugin states it is compatible with WP 4.7+, so it should work, but in practice it shows a fatal error:
Call to undefined function is_avatar_comment_type()
I have found a workaround, mentioned in the following issue: ClassicPress/ClassicPress-v1#92
Opened this to notify you about that issue 'cause it is relevant to your project.
The text was updated successfully, but these errors were encountered: