Skip to content

Error: Call to a member function getFieldValue() on bool in vendor/magento/framework/App/PageCache/Kernel.php:134

I was getting this error when sending response to the get type ajax controller. the code was like below. <?php declare(strict_types=1); namespace VendorModuleControllerIndex; use MagentoFrameworkAppActionHttpGetActionInterface; use MagentoFrameworkAppResponseHttp; use MagentoFrameworkControllerResultInterface; use MagentoFrameworkExceptionLocalizedException; use MagentoFrameworkSerializeSerializerJson; use MagentoFrameworkViewResultPageFactory; use PsrLogLoggerInterface; class Download implements… Read More »Error: Call to a member function getFieldValue() on bool in vendor/magento/framework/App/PageCache/Kernel.php:134

The WHMCS Daily Cronjob is not working

Hello and have a good time I have installed the DirectAdmin and WHMCS service for several years, and recently transferred it to a new ser… | Read the rest of https://www.webhostingtalk.com/showthread.php?t=1899995&goto=newpost

How to remove cache images if they not in used in magento 2?

i need to create new script if the image not present in real folder and not in used than delete from cache folder example Cach folder image pub/media/catalog/product/cache/2a584e14ed2061ee0dac7db2e52f28f9/1/_/1_asc-d-404-mn_dollcarrier_minnie_2000.jpg “pub/media/catalog/product/1/_/1_asc-d-404-mn_dollcarrier_minnie_2000.jpg” if this image not present in => “pub/media/catalog/product/” than delete from… Read More »How to remove cache images if they not in used in magento 2?

In InstallCommand.php line 274: Parameter validation failed

I have problem installing magento 2.4.2 It shows me an error (In InstallCommand.php line 274:Parameter validation failed ) Help me Thanks php bin/magento setup:install –base-url=http://127.0.0.1/magento/ –db-host=localhost –db-name=pp_12 –db-user=root –db-password=00000000 –admin-firstname=Magento –admin-lastname=User –[email protected] –admin-user=admin –admin-password=admin123 –language=en_US –currency=USD –timezone=America/Chicago –use-rewrites=1 –search-engine=elasticsearch7 –elasticsearch-host=localhost… Read More »In InstallCommand.php line 274: Parameter validation failed