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 index in setup script #14311

Closed
ibennetch opened this issue May 20, 2018 · 3 comments
Closed

Undefined index in setup script #14311

ibennetch opened this issue May 20, 2018 · 3 comments
Assignees
Labels
Bug A problem or regression with an existing feature
Milestone

Comments

@ibennetch
Copy link
Member

With phpMyAdmin QA_4_8 or master.

When loading the setup script, I get this notice in my webserver error log:

PHP Notice: Undefined index: dbi in /var/www/pma-dev/fork/libraries/classes/Core.php on line 286

@williamdes
Copy link
Member

@ibennetch Do you still have this notice ?

if (!is_null($GLOBALS['dbi']) && isset($GLOBALS['PMA_Config']) && $GLOBALS['PMA_Config']->get('is_setup') === false && Response::getInstance()->isAjax()) {

@williamdes
Copy link
Member

williamdes commented Oct 11, 2018

🎉 Just found an occurrence : #14635 (comment) (page 2)
#14635 (comment) (second fence)

@williamdes williamdes added the Bug A problem or regression with an existing feature label Nov 28, 2018
@williamdes
Copy link
Member

Param Value
Error Type Notice
Error Message Undefined index: dbi
Exception Type php
phpMyAdmin version 4.8.3
Incident count 2730
Link Report#52177

This comment is posted automatically by phpMyAdmin's error-reporting-server.

@williamdes williamdes self-assigned this Mar 13, 2019
@williamdes williamdes added this to the 4.8.6 milestone Mar 13, 2019
williamdes added a commit that referenced this issue Mar 13, 2019
Signed-off-by: William Desportes <williamdes@wdes.fr>
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jun 21, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Bug A problem or regression with an existing feature
Projects
None yet
Development

No branches or pull requests

2 participants