Skip to content

magento-cloud

Auto Added by WPeMatico

Mageplaza Call to undefined method getCollectionClone()

I am encountering the following problem with Magento and the Mageplaza plugin: Call to undefined method MagentoCatalogSearchModelResourceModelFulltextCollectionInterceptor::getCollectionClone() at /app/app/code/Mageplaza/LayeredNavigation/Model/Layer/Filter/Price.php:179)” This is the code snippet in the Price.php file: /** @var Collection $productCollection */ $productCollection = $this->getLayer()->getProductCollection() ->getCollectionClone() ->setGetAllData(true) ->removeAttributeSearch([‘price.from’, ‘price.to’])… Read More »Mageplaza Call to undefined method getCollectionClone()

css file can not be read?

I am trying to deploy a magento2.4.4 cloud staging environment and getting the below error. I am not sure how to troubleshoot this. The contents from the “/app/pub/static/adminhtml/Magento/base/default/./node_modules/@spectrum-css/vars/dist/spectrum-global.css” file can’t be read