Recent activity
Recent activity (0)
Installation issue on EasyApache
Installation issue on EasyApache 4 If you are not Hosting Provider, please contact your hosting provider whom you rent the control panel with to do it for you. Error: Please allow extension : 'mysqlnd','pdo','gd','curl','iconv','mbstring','zip','posix_getpwuid' Solution: Enable PHP extensions for ea-php (EasyApache4) For Hosting Provider 1. Log into WHM as root. 2. Type ‘EasyApache‘ into the search field in the top left of WHM. 3. Under the Software category, click on EasyApache 4. 4. In the Currently Installed Packages section, click on the Customize button. 5. Click on the PHP Extensions option from the left. 6. In the Search field, type to enter the extension name which you need to install. 7. Click the toggle button(s) next to the PHP version(s) that you would like the PHP extension installed for. 8. Click the Review option from the left. 9. Confirm the options you selected are listed under the “Please review the following list of packages you are about to install by provisioning this profile.” section. Then, click the Provision button. 10. Once the installation is completed, you will receive a message: “The provision process is complete”. Click the Done button to finish. ============================= Error: Please allow function : 'curl', 'json', 'parse_ini_file', 'file_put_contents'. Solution: Enable PHP function for ea-php (EasyApache4) Reconfiguration on cPanel/WHM 1 Log in to WHM 2. Go to Home->Software->MultiPHP INI Editor. 3. Choose the Editor Mode tab. 4. From the drop-down list choose the PHP version. 5 .In the configuration window that will be opened, search for “disable_functions”. 6. Remove 'curl', 'json', 'parse_ini_file', 'file_put_contents' on "disable_functions" and Save. Reconfiguration via root SSH access. 1. Log into your server via SSH as ‘root’ user 2. Find the main PHP configuration file on the server Run the below command to find the php.ini configuration file on your server php --ini OR php -i | grep php.ini You can see that PHP configuration file on server is /opt/cpanel/ea-php72/root/etc/php.ini 3. Backup php.ini file before editing with command cp -a /opt/cpanel/ea-php72/root/etc/php.ini /opt/cpanel/ea-php72/root/etc/php.ini.original 4. Edit php.ini file by removing 'curl', 'json', 'parse_ini_file', 'file_put_contents' 5. Restart EasyApache after doing the above steps. ============================= Error: Please set memory_limit more than 64 Solution: Define PHP limit (php.ini) for ea-php (EasyApache4) 1 Log in to WHM. 2. Go to Home->Software->MultiPHP INI Editor. 3. Select PHP version. 4. Increase value on memory_limit more than 64M. =============================
Installation issue on CloudLinux System
Installation issue on CloudLinux Error: Please allow extension : json Solution: enable PHP extension for alt-php (CloudLinux) 1. Login to your cPanel2. Go to PHP Selector | extensions feature (If this feature doesn't available on your cPanel account, please ask your hosting provider to enable this function)3. Select "json" extension ============================= Error: Please allow function : json Solution: enable PHP function for alt-php (CloudLinux) For Hosting Provider 1 Log in to WHM2. Go to Home->Software->MultiPHP INI Editor.3. Choose the Editor Mode tab.4. From the drop-down list choose the PHP version.5 .In the configuration window that will be opened, search for “disable_functions”.6. Remove "json" on "disable_functions" and Save. For User If MultiPHP INI Editor is available on your cPanel account package. 1. Login to your cPanel.2. Select MultiPHP INI Editor under a Software category.3. Switch to Editor Mode.4. Select a location.5. Remove "json" on "disable_functions" and Save. ============================= Error: Please set memory_limit more than 64 Solution: Define PHP limit (php.ini) for alt-php (CloudLinux) For Hosting Provider 1 Log in to WHM.2. Go to Home->Software->MultiPHP INI Editor.3. Select PHP version.4. Increase value on memory_limit more than 64M. For user 1. Login to your cPanel.2. Select MultiPHP INI Editor under a Software category.3. Select a location.4. Increase value on memory_limit more than 64M. Error: Maximum execution time of 30 seconds exceeded Solution: Increase the Maximum execution time for your domain name. For user 1. Login to your cPanel.2. Select MultiPHP INI Editor under a Software category.3. Select your domain name.4. Increase value of max_execution_time to be at least 90. ===========================

