Sascha Heilmeier
Sascha Heilmeier
I create a user on Import and want to send an E-Mail, so I use the \Oro\Bundle\CustomerBundle\Entity\CustomerUserManager::sendConfirmationEmail but it fails, cause of an empty RequestStack. Simple fix in my eys.
When I follow the setup steps i get the following error on "bin/console oro:install --env prod" ``` In DefinitionErrorExceptionPass.php line 54: You have requested a non-existent parameter "deployment_type". ```
Hi, when I run ```bin/console oro:install -vvv --env prod``` every thing works fine untill I want to load sample data. ``` Load sample data (y/n): y Loading "demo" data fixtures...
### PHP Version 8.1.23 ### Shopware Version 6.5.6.0 ### Expected behaviour When I send SalesChannel data to the *Sync API*, not only should the first request go through successfully, but...
implement supports function for BeginCheckoutEvent like ViewItemListEvent ### 1. Why is this change necessary? * Prevent errors, when the "begin-checkout-btn" gets removed from the CartOverlay. ### 2. What does this...
Please remove `//# sourceMappingURL=` form generated JS Files or add the map files. Because it leads to the following behavior: When I use my DevTools tons of errors like: `DevTools...
Currently error_reporting get set through `PHP_ERROR_REPORTING=E_ALL` wich result in an empty `error_reporting`. https://github.com/shopware/docker/blob/main/fpm/Dockerfile#L64 https://github.com/shopware/docker/blob/main/frankenphp/Dockerfile#L47
We use tideways in our projects. We want to use this middleware to enable the request based profiling. https://support.tideways.com/documentation/setup/installation/frankenphp.html#code-changes-to-frankenphp_handle_request-callback
* **Please check if the PR fulfills these requirements** - [ ] Tests for the changes have been added (for bug fixes / features) * **What kind of change does...