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

PHP 8 compatibility issue #98

Open
cornemrc opened this issue Jan 7, 2023 · 0 comments
Open

PHP 8 compatibility issue #98

cornemrc opened this issue Jan 7, 2023 · 0 comments

Comments

@cornemrc
Copy link

cornemrc commented Jan 7, 2023

Hello,

I am using the get articles list of the articles plugin without any issues for years.

GET /index.php?option=com_api&app=articles&resource=article&format=raw

As PHP 7.4 is now out of support, we have to move on to PHP 8. But as soon as I switch from 7.4 to 8, I receive an error for this GET request. It seems like some kind of nullpointer exception.

0 - Attempting to assign property "id" on "null"

Are there any plans to fix that or can you tell me how to do so? As soon as I switch back to PHP 7.4 everything is fine again.

API framework is already updated to v3.0.2 but no improvement.

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

1 participant