Laxman Thapa

Results 6 comments of Laxman Thapa

We had the same error with OSC and with auto registration enabled. We finally fixed by overriding the smtp plugin as follows: ``` public function afterIsEmailAvailable(CustomerAccountManagement $subject, $result, $customerEmail) {...

btw, below is the settings used for the project { "path": { "mobile.scss": { "sass.enabled": true, "sass.options": { "outputDir": "../css/", "imagePath": null, "sourceComments": false, "outputStyle": "nested", "sourceMap": false }, "linting.collapsed":...

I had to uninstall compass to make it work.

@ph-il, thank you for the response. Unfortunately, the alteration didn't resolve the issue either. The problem stems from DoctrineExtensions, which is one of the dependencies. It appears that DoctrineExtensions is...

yup, patiently we wait. The only option for now is to downgrade to the latest 2.x.x version.

@stof It seems to work fine with doctrine/orm v2.28.1 atleast for me.