Heya. Haven't written in a while. This appears when I browse a table from my forked github pma of today:
*Parse error*: syntax error, unexpected T_PAAMAYIM_NEKUDOTAYIM in * E:\htdocs\nikolaus\pma\phpmyadmin\libraries\DisplayResults.class.php* on line *3879*
The seems to be a lot of new bugs + glitchy behavior in the Status monitor, since the transition to jqplot. Here are a few i could pin down:* *
- roccivic for some reason deletes the local storage when the page unloads, though it's intention was for storing settings: https://github.com/phpmyadmin/phpmyadmin/commit/9d4799e6728adf792dc955a59a86...
- Reloading the page while in the monitor will result in a js error in jqpload and not load the charts
- The query analyzer dialog doesn't show the profiling chart anymore. For this however I took the freedom to fix this + graphical glitches myself and send a pull request on github: https://github.com/phpmyadmin/phpmyadmin/pull/113
On another note: - Mousewheel scrolling doesn't work in the left pane when I 1. Expand a DB with many tables 2. Expand the tables 3. Switch to page 2
- Also the left pane scroll bar is so massively fat, is that intended?
Sorry for throwing these bug reports out so chaotically. Thanks for reading anyway!