sbulen
sbulen
More info... Yes, this is an environment PATH issue. _Apparently, Devserver only reloads environment variables once, upon initial load._ You must fully exit Devserver (by choosing Exit from the taskbar...
OR... Better yet... EasyPHP can dynamically update the PATH environment based on menu selections within Devserver. This would solve #250 as well.
I believe a more dynamic approach to setting & retrieving the environment variables is needed to make the xdebug manager work under xdebug 3 as well. (#256 )
Good point. I'm still confused why it's building this menu at all. It's not displayed. And this error comes from clicking for the alert popup.
The topics table has a similar index structure to messages, with a standalone index on approved. Not good to have a standalone index on a boolean. #6983 addresses the issue...
@live627 - Did you look at your innodb_buffer_pool_size? I cannot reproduce this, not sure if it should be a 2.1.0 priority.
@Sesquipedalian - is this one ready for review? (I see you added some changes.)
Did this work properly in 2.0? If so, we need to ensure a solution consistent with 2.0, so migrated tables are displayed properly.
Opted for a slightly safer solution that only tweaked the behavior for 8x. 7x is left as-is. Although my tests in 7x were OK, it's possible that some other environments...
Thanks, @BrickOzp !