Robert Korulczyk
Robert Korulczyk
I might be related to autoloading. I have this error when https://wordpress.org/plugins/debug-bar-constants/ is enabled. 
IMO this should be handled in the same way as for PHP code: wrap content in `` tag and replace spaces by ` `.
To do what?
You can just replace https://github.com/yiisoft/yii2-gii/blob/6b40893f87c1dd970896ced6c198ff2416df353e/src/CodeFile.php#L153 to something like ```php return Html::tag('code', strtr(nl2br(Html::encode($this->content)), [ ' ' => ' ', "\t" => ' ', ])); ``` At least you're sure nothing else is affected...
Seems to be fixed by https://github.com/yiisoft-contrib/yiiframework.com/pull/355?
> I'd expect it to be getCustomerSSID. If you expect `getCustomerSSID` your column should be named `customer_S_S_I_D_id`. `getCustomerSsid` looks perfectly valid for me.
> yeah but we don't have any :) Maybe we should start with adding these, and only then start refactoring this extension. Right now reviewing such PRs is a nightmare...
Logout from forum works for me - I'm still logged on website, but logout from forum.
Related: https://stackoverflow.com/questions/51698580/ignore-outofboundsexception-error-when-watermark-grower-of-source-image This could be fixed by automatically cropping/resizing watermark in such cases.
This is looks brittle at best. Referrer is not always available, and assumption that URL path is a correct route and `index` action is somehow special, looks to fragile to...