Can anyone help me figure out what is going on here? I have this unserialize error too. ./var/report/c6b420e9dda8515f51d3e9cac8e8fb054e5bfdbc6c9a7dd6a2feb1faa50d0f68:1:{"0":"Unable to unserialize value. Error: Syntax error","1":"#1 Magento\Theme\Controller\Result\MessagePlugin->getCookiesMessages() called at [vendor/magento/module-theme/Controller/Result/MessagePlugin.php:167]n#2 Magento\Theme\Controller\Result\MessagePlugin->getMessages() called at [vendor/magento/module-theme/Controller/Result/MessagePlugin.php:95]n#3 Magento\Theme\Controller\Result\MessagePlugin->afterRenderResult(&Magento\Framework\View\Result\Page\Interceptor#000000005e62cedd000000001393b868#, &Magento\Framework\View\Result\Page\Interceptor#000000005e62cedd000000001393b868#, &Magento\Framework\App\Response\Http\Interceptor#000000005e62cada000000001393b868#) called at [vendor/magento/framework/Interception/Interceptor.php:146]n#4 Magento\Framework\View\Result\Page\Interceptor->Magento\Framework\Interception\{closure}(&Magento\Framework\App\Response\Http\Interceptor#000000005e62cada000000001393b868#) called at [vendor/magento/framework/Interception/Interceptor.php:153]n#5 Magento\Framework\View\Result\Page\Interceptor->___callPlugins('renderResult', array(&Magento\Framework\App\Response\Http\Interceptor#000000005e62cada000000001393b868#), array(array('result-messages', 'result-builtin-c...', 'result-varnish-c...'))) called at [generated/code/Magento/Framework/View/Result/Page/Interceptor.php:26]n#6 […]
Magento
Just learned about this entry in the magento coding standards: https://developer.adobe.com/commerce/php/coding-standards/technical-guidelines/#14-events . All values (including objects) passed to an event MUST NOT be modified in the event observer. Instead, plugins SHOULD BE used for modifying the input or output of a function. Which seemed intresting to me as I do […]
Recently upgraded from magento 2.4.6-p1 to magento 2.4.6-p3 and now experiencing that that (default) address now no longer formats to anything except the value specified in the config. I’ve checked this on our store with no 3rd party modules enabled and in luma theme. We do not use a custom […]
I was trying to set up Magento on AWS EC2 and followed this instruction: https://cloudinfrastructureservices.co.uk/how-to-setup-magento-server-on-azure-aws-gcp/. I ran this command: sudo composer create-project –repository=https://repo.magento.com/ magento/project-community-edition=2.4.3 magento2 It’s supposed that I would be asked for username and password, which are my public key and private key. However, this was what came up […]
I am deploying my new stripe module upgrade changes in a Magento production environment. In the development environment, it is deployed successfully and running well. But in a production environment when I deploy it, it throws this error. Uncaught ReferenceError: initStripe is not defined After deployment by git pull i […]
We have use Professional Couriers REST API to get shipping tracking information. but my end only 3 time correct response return after that given below error. please check Screenshot. https://i.imgur.com/2SW3n8w.png any suggestion or idea above issue ? Thank you.
I’m doing some custom fields in LayoutProcessor, method process. It add field, save, all work perfectly, but the validation is not working. I have the simple one: 'validation' => [ 'required-entry' => true ], it showed with a * in checkout field (that means required), but if I click on […]
Objective is to create a custom admin page with a form using UI components. I have the custom page working but form UI component is not loading and showing an infinite spinner. One more requirement is NOT to use collections as the form intended to be just submitted and user […]
I have an issue on a Magento 2.4.4-p1 instance that appeared during the night somehow. The indexation process for inventory is not working anymore, as well as the category page which is not loading due to the following exception: 1 exception(s): Exception #0 (MagentoFrameworkConfigDomValidationSchemaException): Processed schema file: /home/m2upgrade/public_html/vendor/magento/module-elasticsearch/etc/esconfig.xsd complex type […]