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. […]
Posts by cmab:
Find outdated versions of WordPress on your Cpanel or Plesk server
The outdated versions of WordPress causes many security issues on the server. In order to prevent this issue at some level, it is necessary to keep your WordPress updated. Hacked WordPress sites will not only be a problem for the client who has hacked, but also an issue for all clients on the server, as […]
How to Install Apache 2.4.17 on Ubuntu
Previously on cpanelplesk we’ve learned how easy it is to install PHP7.0 on Ubuntu. you can also get the basic information about Ubuntu on my previous tutorial. So this tutorial is the next guide about how to install Apache >= 2.4.17 on Ubuntu 15.10, 15.04 & 14.04 LTS release. […]
How to Install FileZilla in Ubuntu 15.04, 14.04, 12.04
FileZilla is the most popular open source FTP client. FileZilla is a pair of programs an FTP server and an FTP client. They are used for transferring files over a network. In this article we will show you how to install a FileZilla in Ubuntu. […]
How to Set up a permanent 301 redirect using PHP
PHP 301 Redirect Permanently is used for diverting visitors from one page to other page or different sites. This is helpful for that page which you need to expel from your site and put new pages or replacing old domain with new domain. With the 301 permanent redirect search engines indexes new url or domain […]
How to Reset Admin Password on Ubuntu
In some case if you have lost your administrative account access on Ubuntu, you can reset it within clicks. Follow below steps to reset password. […]
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: […]
How to Enable Logging in Iptables on Linux
Enabling logging on iptables is useful for observing traffic coming to our server. This way we can also find out the number of hits done from any ip. This article will help to enable loging in iptables. Previously we have learned how easy it is to install and use iptables on CentOS, you can get […]
How to Install and Use Iptables on CentOS/RHEL 7
Latest Linux operating systems like CentOS/RedHat 7 and Fedora 21 are now using dynamic firewall daemon firewalld which provides a dynamically managed firewall. In this tutorial we will guide you how to install and enable an iptables firewall on CentOS 7 Linux. […]
How to Increase Max Open File Limit in Linux System
Sometimes we faced issue like “Too many open files” on heavy load server. It means that our server has hit max open file limit. Now to increase open file limit on Linux,Follow below article. […]