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
Can't use search page when table have a special characters #16222
Comments
|
Thank you for report, confirmed on my side |
|
Master version seems not affected, but demo server has an error 500 |
|
@Tithugues You where the author of this DI change, would you agree to try to fix this issue ? |
|
I'll try to have a look in the next days. |
|
Just something not to forget. Looking at ASCII table, the "C3" could come from the "alt 199" which is usually a character displayed when not found. Not sure at all that's it, but that maybe linked. |
|
Thank you, #16225 seems to be similar |
|
I don't have a fix for now, but maybe if I explain, someone would have an idea. For many pages, we have this kind of dependencies which are defined: $dependency_definitions = [
'searchType' => 'normal',
'url_query' => &$url_query,
];The issue is that this But... as this is a parameter, Symfony DI reads it and see How to fix this? I would say that, before setting the parameter Just to let you know: currently, the URL is encoded here \PhpMyAdmin\Url::getCommonRaw with |
|
Can someone also try this fix please? I went through a few pages and didn't get the issue anymore. 🙏 |
Signed-off-by: William Desportes <williamdes@wdes.fr>
|
Fix confirmed, thank you so much ! |
|
Thank you |
Describe the bug
I got error when I try to search in some table that contains special characters in the table name.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The search page with the selected table columns as options to search/select.
Screenshots
Server configuration
Client configuration
Additional context
In the screenshot I've reproduced the same problem in my own desktop using xampp 7.2.31
The text was updated successfully, but these errors were encountered: