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

Undefined array key when editing #94

Open
Bozosoft opened this issue Dec 21, 2023 · 5 comments
Open

Undefined array key when editing #94

Bozosoft opened this issue Dec 21, 2023 · 5 comments

Comments

@Bozosoft
Copy link

Environment:
Debian 11.8 Local
Apache 2.4.56 FPM/FastCGI Local
mariadb-10.5.21/MySQLi
PHP 8.3.0 error_reporting E_ALL
AdminerEvo 4.8.4-dev (code_no_warnings Commits on Dec 11)

http://xxxx/adminer/?server=&username=UseR&db=MyBd&select=gs_preference_asso&modify=1
table with: id_pref design_pref val_pref ↓
message val_pref =
2 - Undefined array key "id_pref" - .../adminer/select.inc.php:361
2 - Undefined array key "design_pref" - .../adminer/select.inc.php:361
2 - Undefined array key "val_pref" - .../adminer/select.inc.php:361

http://xxxx/adminer/?server=&username=UseR&db=MyBd&edit=gs_preference_asso&where%5Bid_pref%5D=1
2 - Undefined array key "id_pref" - .../adminer/include/functions.inc.php:500

@LionelLaffineur
Copy link
Contributor

Dear @Bozosoft, may I suggest you to test with the branch code_no_warnings where a lot of work has already been done to fix warnings ?
L.

@Bozosoft
Copy link
Author

Ok, But I write on line 6
AdminerEvo 4.8.4-dev (code_no_warnings Commits on Dec 11)
So I tested with AdminerEvo 4.8.4-dev, branch code_no_warnings, the last Commits on Dec 11 574e13c ;)

@LionelLaffineur
Copy link
Contributor

Sorry, I overlooked it.
I will debug asap

@Bozosoft
Copy link
Author

Thanks

@mckaygerhard
Copy link

http://xxxx/adminer/?server=&username=UseR&db=MyBd&edit=gs_preference_asso&where%5Bid_pref%5D=1
2 - Undefined array key "id_pref" - .../adminer/include/functions.inc.php:500

i can confirm this is not happened anymore..

http://xxxx/adminer/?server=&username=UseR&db=MyBd&select=gs_preference_asso&modify=1
table with: id_pref design_pref val_pref ↓
message val_pref =
2 - Undefined array key "id_pref" - .../adminer/select.inc.php:361
2 - Undefined array key "design_pref" - .../adminer/select.inc.php:361
2 - Undefined array key "val_pref" - .../adminer/select.inc.php:361

this seems works too @LionelLaffineur :

image

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

3 participants