-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Avoid Warning of PHP 8 on unknown properties (bug #801) #429
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
Conversation
Avoid Warning of PHP 8 on unknown properties on the `$field` object in function `select()`
|
Any chance of a merge ? Issue is still present with SQLite and latest adminer ( |
|
I think maintainer gave up on the repo, so there was a new repo created in: https://github.com/adminerevo/adminerevo which is a fork with an active maintainer team. Maybe re-open there? |
|
Thanks for the info! |
|
I have made a temporary fix. |
|
It seems fixed on |
|
4.8.3 seems still had the same issue, it's now at line 1525. I'm still using the same fix. |
|
Hi, Depending on what language you choose, workaround maybe on another line. Search something like this (line 1517 for me) : and add error_reporting(E_ERROR | E_PARSE); : |
Thanks to FrancoisCapon (vrana/adminer#429)
|
I took another approach here adminneo-org/adminneo@b542b66, but thanks for sharing your solution. |
|
This error is now silenced. |
|
This error is now silenced Welcome back! 😄 |

Avoid Warning of PHP 8 on unknown properties on the
$fieldobject in functionselect()@hemroy21 has open an issue on my "adminer sqlite repository":
and on SourceForge:
We made some tests and the conclusion is that the issue is not specific to
sqlitebut only toPHP 8.0(Warning vs Notice).