Hans Mackowiak
Hans Mackowiak
https://github.com/mollie/Magento/blob/e3e85896d98aa362fd349841f160722a23e6a3de/app/code/community/Mollie/Mpm/Helper/Data.php#L85-L96 crashes the adminhtml, see this Stacktrace: ``` Mage_Core_Model_Store_Exception in /var/www/bauma1.9.x/app/code/core/Mage/Core/Model/App.php:1484 Stack trace: #0 /var/www/app/code/core/Mage/Core/Model/App.php(882): Mage_Core_Model_App->throwStoreException() #1 /var/www/app/Mage.php(411): Mage_Core_Model_App->getStore('Mollie_Mpm') #2 /var/www/vendor/mollie/magento/app/code/community/Mollie/Mpm/Helper/Data.php(132): Mage::getStoreConfig('payment/mollie/...', 'Mollie_Mpm') #3 /var/www/vendor/mollie/magento/app/code/community/Mollie/Mpm/Helper/Data.php(107): Mollie_Mpm_Helper_Data->getStoreConfig('payment/mollie/...', 'Mollie_Mpm') #4 /var/www/vendor/mollie/magento/app/code/community/Mollie/Mpm/Helper/Data.php(95): Mollie_Mpm_Helper_Data->isAvailable('Mollie_Mpm')...
For example, if we use CronExpressionForm with simple_text, and some invalid Cron Expression is inserted, then it results in an "HTTP 500 Internal Server Error" page Adding CronExpressionConstraint to the...
Closes #42 I'm unsure about if the second exception is more `InvalidFormat`, but these one wants an `$expectedFormat` and I don't think that works for this
### Description Before I was using JsonSerializableNormalizer, and to alter some of my scalar values I needed some extra ScalarNormalizer (removing line breaks and other stuff) That worked so far....
### Preconditions (*) 1. `catalog_product_entity.type_id` table column is 32 characters 2. `widget_instance_page.page_group` table column is 25 characters ### Steps to reproduce (*) 1. Create a new Widget Instance with a...
Added Test case for recent Exception change
| Q | A | ------------- | --- | Branch? | 7.2 | Bug fix? | no | New feature? | yes | Deprecations? | no | Issues | Fix...
| Q | A | ------------- | --- | Branch? | 6.4 | Bug fix? | yes | New feature? | no | Deprecations? | no | Issues | Fix...
### Symfony version(s) affected 6.4.x ### Description have a xml representation like this: ```xml 0721-880X ``` ItemClassificationCode is represented by this class ```php class CodeType { public function __construct( #[SerializedName('#')]...