Closed gediminaskv closed 6 years ago
Try clear magento cache.
Didn't help. Everything worked while Varnish daemon hasn't been restarted. Error is thrown after Varnish restart.
I am using Magento 2.2. After composer remove mirasvit/module-profiler command get on frontend: Autoload error Cannot create standard driver output, class "Magento\Framework\Profiler\Driver\Standard\Output\Mirasvit\Profiler\Model\Driver\Output\Html" doesn't exist.
Varnish is not installed.
Check file app/etc/env.php, probably profiler wasn't disabled before removing.
app/etc/env.php profile=0 or remote it didn't fix issue: class "Magento\Framework\Profiler\Driver\Standard\Output\Mirasvit\Profiler\Model\Driver\Output\Html" doesn't exist.
Try find file which contain this line Mirasvit\Profiler\Model\Driver\Output\Html
I am using Magento 2.2. After
composer remove mirasvit/module-profiler
command get on frontend: