Error: Suhosin is not properly configured

Today while installing the Mautic on cPanel server,I have noticed the following error: [wpfmb type=’error’ theme=2] Suhosin is not properly configured, add phar to suhosin.executor.include.whitelist in your PHP configuration. [/wpfmb] On checking the php.ini, there is no suhosin.executor.include.whitelist entry and nothing else with suhosin. There are no other Suhosin related config files either.  […]

Continue Reading…

Magento error “The PDO extension is required for this adapter but the extension is not loaded”

One of our client was getting error on Magento,Error was like below: [wpfmb type=’error’ theme=2]The PDO extension is required for this adapter but the extension is not loaded”;i:1;s:1536:”#0 /home/fnmvhnvj/public_html/lib/Zend/Db/Adapter/Abstract.php(247): Zend_Db_Adapter_Pdo_Abstract->setFetchMode(2) #1 /home/user/public_html/app/code/core/Mage/Core/Model/Resource.php(165): Zend_Db_Adapter_Abstract->__construct(Array) #2 /home/user/public_html/app/code/core/Mage/Core/Model/Resource.php(110): Mage_Core_Model_Resource->_newConnection(‘pdo_mysql’, Object(Mage_Core_Model_Config_Element))[/wpfmb] To resolve this error make a custom php.ini file into your Magento root directory and add the following lines: […]

Continue Reading…