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

[3.4] Deprecated error while active officers #520

Closed
manuelkamp opened this issue Apr 15, 2023 · 1 comment
Closed

[3.4] Deprecated error while active officers #520

manuelkamp opened this issue Apr 15, 2023 · 1 comment
Assignees
Labels
Bug Issues that is an error, bug or it is not working as expected Fixed Issues that after being labeled as Bug have been resolved
Milestone

Comments

@manuelkamp
Copy link
Contributor

manuelkamp commented Apr 15, 2023

If officers are active, this error occurs, because in php8.2, because the creation of dynamic properties is deprecated

Creation of dynamic property DateInterval::$w is deprecated in /var/www/html/app/Libraries/FormatLib.php on line 97
Error code: E_DEPRECATED

php8.1 and below are not affected

@manuelkamp manuelkamp changed the title Deprecated error while active officers [3.4] Deprecated error while active officers Apr 15, 2023
@LucasKovacs LucasKovacs self-assigned this Apr 16, 2023
@LucasKovacs LucasKovacs added the Bug Issues that is an error, bug or it is not working as expected label Apr 16, 2023
@LucasKovacs LucasKovacs added this to the v3.4.0 milestone Apr 16, 2023
@LucasKovacs
Copy link
Member

fixed on 3.4

LucasKovacs added a commit that referenced this issue Apr 16, 2023
@LucasKovacs LucasKovacs added the Fixed Issues that after being labeled as Bug have been resolved label Apr 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Issues that is an error, bug or it is not working as expected Fixed Issues that after being labeled as Bug have been resolved
Projects
Status: Done
Development

No branches or pull requests

2 participants