Plse add an option to redisplay the "old" error-div if sth. failed.
If you have a long (text) sql-query failing, you get an totally undersized js-error dialog which is hard to read & closes on an accidential click.
I suggest:
add an div on top of the page, containing the error, have the query-section (with inline,...) under it. Having this, you can see the error on full monitor width, second you can change the query to make it work & maybe you can put a structured output above it. Sometimes only a quote or brace is missing, which you must find.
Have you tried setting this to 'never' ?
http://docs.phpmyadmin.net/en/latest/config.html?highlight=senderrorreports#cfg_SendErrorReports
no, I'm not talking about JS-Errors. I'm talking about SQL-Errors in the query.
If you mistype sth. e.g. forgotten a closing brace.
You can see 2 cases:
what i want is the old style 1. choice back. Since the js box is
The old style is ways better, even if you think everything has to be fancy & dynamic and nothing should be done static serversided.
I believe this issue is already taken care of in new release. So it can be closed.