If Softaculous is installed but still not showing in Cpanel, try registering the softaculous plugin SSH to your server and run the following command : #/usr/local/cpanel/bin/register_cpanelplugin /usr/local/cpanel/whostmgr/docroot/cgi/softaculous/softaculous.cpanelplugin That worked for me…!!
Category: Softaculous
The INFO.XML file could not be found!
This happens if the scripts are not downloaded. The fix is to run CRON : SSH to your server as root and enter following commands: For cPanel:# /usr/local/cpanel/3rdparty/bin/php /usr/local/cpanel/whostmgr/docroot/cgi/softaculous/cron.php For Direct Admin: # /usr/local/bin/php -d open_basedir=/ -d safe_mode=0 -d disable_functions=”” /usr/local/directadmin/plugins/softaculous/cron.php For Plesk: SSH to your server as root and enter following command : # […]
Could not load the Unzip Class!.
Softaculous is entirely dependant on PHPs allow_url_fopen and that is the reason why Softaculous is unable to download the UNZIP Classes from Softaculous Servers. Check your php.ini file and change the value of allow_url_fopen to 1allow_url_fopen = 1That will do…