Pavel Volyntsev

Results 9 comments of Pavel Volyntsev

Could you please create page sample using https://jsfiddle.net/ or http://codepen.io/ ?

I found one misprint `

You use this URL in your JS code `https://raw.githubusercontent.com/icons8/flat-color-icons/master/icon-set/icons.svg` raw.githubusercontent.com does not provide full set of CORS headers. IE11 and Edge would not use it. I suggest you to include...

Try to uncomment `'ipFilters' => array('*')` ``` 'log'=>array( 'class'=>'CLogRouter', 'routes'=>array( array( 'class'=>'ext.yii-debug-toolbar.YiiDebugToolbarRoute', // **Access is restricted by default to the localhost** 'ipFilters'=>array('*'), // uncomment this ), ), ), ```

Project is responsive for 1% :) We will be very appreciated for any help with it

Good idea. Will do, certainly.

I also got "404 Page not found" Tried to debug and found that Widget::$uploadUrl is appended with "/" and become "/user/user/uploadPhoto/" The enabled option "enableStrictParsing" in my "urlManager" configuration lead...

It's quite simple as I see yiisoft\yii2\db\ActiveQuery.php ```php namespace yii\db; class ActiveQuery { /** * Executes query and returns a single row of result. * @param Connection|null $db the DB...