I upgraded from magento 2.1.8 to magento 2.3.5 and when I run setup:upgrade I receive that error
How can I see more details about error?
Hi @joanmarc
Just Remove the Generation folder
rm -rf generated/*
The interceptor file needs to be re-create. So kindly run di:compile and clean cache
php bin/magento setup:di:compile php bin/magento cache:clean
If issue resolve, please click on 'Kudos' & Accept as Solutiion!
Hi @joanmarc ,
Can you please try below commands in sequence.
rm -rf generated/* var/cache/* var/page_cache/*
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy
chmod 777 -R var/* generated/* pub/static/*
Thanks
Problem Solved! Click Kudos & Accept as Solution!
Then says me "Nothing to import", and when I go to website give me error 403 "access forbidden", what I'm doing wrong?