- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-08-2020
02:31 AM
08-08-2020
02:31 AM
Setup Error
php -f bin/magento setup:upgrade
Class Magento\Framework\Mview\TriggerCleaner does not exist
Why this error coming please let me know anyone.
Labels:
1 REPLY 1
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-08-2020
05:56 AM
08-08-2020
05:56 AM
Re: Setup Error
Hi @gkarthick87,
Try to run below commands before setup:upgrade command
1. rm -rf generated/* var/page_cache/* var/cache/* var/view_preprocessed/*
2. chmod 777 -R var/* generated/*
3. php bin/magento setup:upgrade
Hope this helps you!
Problem Solved! Click Kudos & Accept as Solution!