I noticed an irregularity when installing plugins which registers/creates new Database Tables.
Plugin::GetDbLayout()
When installing the plugin it usually (according to what I remember) request the user to confirm the database table creation after selecting the plugin to install (action). In this ver it doesn't happen, the plugins list returns after install indicating that the plugin is "broken".
After clicking either "settings" option (which is the only option available, since enable button is not visible) and cancel out, or after a page refresh, the plugin returns as "disabled". Clicking "enable" takes you to the expected database table install confirmation.
If one includes an
AfterInstall() { $this->msg( $this->status ) } // @ Returns "broken" is this right?
Not sure this is normal.
I recreated this on http://demo3.b2evolution.net/stable/admin.php?ctrl=plugins by uninstalling and reinstalling the Captcha Questions plugin.