pasquale pellicani

Results 30 issues of pasquale pellicani

After attempt to login with facebook it return me this: Undefined index: email in /var/www/mense2.0/vendor/budyaga/yii2-users/components/oauth/Facebook.php Line:47 thanks

**Is your feature request related to a problem? Please describe.** I've static elements, I don't need the add and remove functionality is there an option to disable them? **Describe the...

this: ``` .right-block{ width: calc(100% - 280); //..... } ``` should be like this: ``` .right-block{ width: calc(100% - 280px); //..... } ```

I all, thanks for great work, I use Yii framework with "Rights" module, after dump reate if I test a import with phpmyadmin, return me an integrity error. thanks

this happens when I try to run / yii migrated from the console.

bug

command for move a single file ? Thnaks

not in config, but from frontend.

when I open login view ... firebug get me this message: "TypeError: jQuery(...).yiiCaptcha is not a function" ... why ? thanks

I follow this [datatable example](https://github.com/Aziz403/ux-datatable/blob/1.x/docs/datatables_from_entity.md) in the view I've `{{ render_datatable(datatable) }}` it return me this error : `Symfony\Bridge\Twig\Extension\HttpKernelRuntime::renderFragmentStrategy(): Argument #2 ($uri) must be of type Symfony\Component\HttpKernel\Controller\ControllerReference|string, Aziz403\UX\Datatable\Model\EntityDatatable given` any...

but is it compatible with sylius 1.8 ? I've extended the app\form\extension\ProductTranslationTypeExtension but the description field becomes a normal text input instead of a textarea with richtext... thanks