Skip to content
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

Unable enable plugin Vanilla 2.5 with PHP 7.1 #24

Closed
gamunu opened this issue Jan 21, 2018 · 5 comments
Closed

Unable enable plugin Vanilla 2.5 with PHP 7.1 #24

gamunu opened this issue Jan 21, 2018 · 5 comments

Comments

@bauerjj
Copy link
Owner

bauerjj commented Jan 23, 2018

It has been a while, but I believe this is saying that the abstract class, widgets is trying to be instantiated more than once. The lines of 116 and 127 should prevent the abstract class from being instantiated. I'm not sure why this is showing up now in Vanilla 2.5 and not before though.

@eythian
Copy link

eythian commented Apr 10, 2018

Adding my +1 too, this is happening to me in Vanilla 2.5.1 w/ PHP 7.0.27

@yhdleung
Copy link
Contributor

Used include_once instead of include, then it worked.

@bauerjj
Copy link
Owner

bauerjj commented Dec 12, 2018

@yhdleung can you fork and then put in those edits and issue a pull request? I'm going to test this plugin with the latest.

@yhdleung
Copy link
Contributor

@bauerjj yes, created the pull request #27 .

@bauerjj bauerjj closed this as completed Dec 13, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants