Skip to content

magento man

Magento 2 – Error after setting Varnish host and port in purges when trying to save modifications to a product

I have configured the host and port to purge Varnish as it says in the official documentation: bin/magento setup:config:set –http-cache-hosts=varnish_host:varnish_port But when I try to save the modifications of a product for example, I get the following error in logs:… Read More »Magento 2 – Error after setting Varnish host and port in purges when trying to save modifications to a product

main.CRITICAL: Class block does not exist error in log files but extension works?

I have a working extension that show reviews, but sometimes there’s an error in the system.log file, and I don’t know why? var/log/system.log: [2023-10-26T11:20:42.925466+00:00] main.CRITICAL: Class “CompanyAllReviewsBlockAllReviews” does not exist [] [] The extension resides in: appcodeCompanyReviewsBlockAllReviews.php appcodeCompanyReviewsBlockReviews.php The file… Read More »main.CRITICAL: Class block does not exist error in log files but extension works?