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

The OnData event of plugins no longer works in version 3.15 #31

Closed
hhurz opened this issue Apr 23, 2024 · 1 comment
Closed

The OnData event of plugins no longer works in version 3.15 #31

hhurz opened this issue Apr 23, 2024 · 1 comment
Labels

Comments

@hhurz
Copy link

hhurz commented Apr 23, 2024

Since the recent compatibility changes regarding PHP 8.2 the onData event of a plugin will not be called any more.

Reason: private $_piOnData; cannot be accessed in function DataOpen()

Solution: Please make _piOnData public

@Skrol29
Copy link
Owner

Skrol29 commented Apr 23, 2024

Ok, thanks, I will work on it soon...

@Skrol29 Skrol29 added the bug label Apr 23, 2024
@Skrol29 Skrol29 closed this as completed in e28aa37 May 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants