Hello,
After updating to 2.3.3 I can not edit or add new products. Get 500 error with following in system.log:
main.INFO: Broken reference: the 'product.reviews' element cannot be added as child to 'product_tabs', because the latter doesn't exist [] []
Everything is working fine otherwise to my knowledge..
I'd appreciate any suggestions. Thanks
Keith
Solved! Go to Solution.
Hi @kqt377,
Try to un-comment the following line from app/bootstrap.php
ini_set('display_errors', 1);
Then try to edit, you should get some error.
It will help to find out the error.
Thank you. That helped. Seems to be related to temando shipping which I disabled. Temando glitch was preventing update. Will try to fix that.....
Great... glad to help you!
You can disable Temando_Shipping
module if not being used.
php bin/magento module:disable Temando_Shipping
I hope it will help you!
@kqt377 @Vimal Kumar Any help with my post same error https://community.magento.com/t5/Magento-2-x-Admin-Configuration/Magento-2-3-After-migrated-from-1-9...