Hi,
since using PHPEd with DBG and Yii2 I am receiving frustrating error:
Error: yii\db\mysql\Schema does not support fetching all schema names. |
The issue was reported and explained here:
https://github.com/yiisoft/yii2-gii/issues/74
Allegedly PHPEd causes this error by executing some extra SQLs internally in debug mode.
I tested and it is true, that this error won't occur when DBG mode is disabled (means DBG module is installed, but no debug session).
Can you confirm if this is true, or whether this can be fixed?
Using PHP 5.5 + opcache, mysql 5.5.24, windows.
Thank you.
Lubos