cancel
Showing results for 
Search instead for 
Did you mean: 

Sales > Orders Section throwing fatal error in admin panel

Sales > Orders Section throwing fatal error in admin panel

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.

2 REPLIES 2

Re: Sales > Orders Section throwing fatal error in admin panel

HI @rbalamuruga,

Try once the following commands in the sequence:

rm -rf generated
rm -rf var/generation
rm -rf var/cache
php bin/magento setup:di:compile
php bin/magento cache:clean
php bin/magento cache:flush


I hope it will help you!

Re: Sales > Orders Section throwing fatal error in admin panel

Hi @Vimal Kumar 

Tried it multiple times but nothing works, any other solutions we're having?