hello all,
I'm receiving following error while trying to access Sales > Orders.
Fatal error: Method Magento\Ui\TemplateEngine\Xhtml\Result::__toString() must not throw an exception, caught Error: Call to undefined method Magento\Sales\Api\Data\OrderExtension::setDeviceData() in /home/soccer48/public_html/vendor/magento/module-ui/Component/Wrapper/UiComponent.php on line 0
please help us to resolve this.
We're having issues with setup:di:compile, even though the module is disabled and removed it we are facing the issues.
[RuntimeException]
Source class "\Creatuity\Error\Processor" for "Creatuity\Error\ProcessorFac
tory" generation does not exist.
Even though we removed the module completely, but still facing issues.
Thanks in Advance.
Hello @rbalamuruga
After remove module please do setup:upgrade and do compile again.
If works then mark as a solution.
Hi @rbalamuruga
First i would say delete that module which is conflicting with the Magento Order grid.
So go to app/code directory find the module and delete it manually.
Now remove the generated directory by running command - rm -rf generated
Now run the below commands in sequence :
php bin/magento setup:upgrade php bin/magento setup:di:compile php bin/magento setup:static-content:deploy -f php bin/magento cache:clean php bin/magento cache:flush
Hope it helps !