Find answers to your questions

Documentation

INFO.XML not found

  • 10

This error usually occurs when script packages are missing. If you have a firewall, then make sure to allow access to *.softaculous.com domains to be able to download all packages. If your firewall is blocking access to Softaculous domains, then the script library will not be able to function or update properly.


Note: Please allow access to the following domains to your firewall as these are the mirrors used to download the script packages.

  • api.softaculous.com (IP: 192.198.80.3)
  • s1.softaculous.com (IP: 158.69.6.246)
  • s2.softaculous.com (IP: 192.200.108.99)
  • s3.softaculous.com (IP: 178.32.158.97)
  • s4.softaculous.com (IP: 138.201.24.83)
  • s7.softaculous.com (IP: 167.114.200.240)

There are two ways to resolve this issue:

1) Using the Softaculous Admin Panel
2) Using a CRON Command

1) Using the Softaculous Admin Panel

  • Go to the Softaculous Admin Panel.
  • Click on Software Tab.
  • Select All the scripts to enable all the scripts.
  • Click on Update Settings button.

This will download all the selected scripts and your issue of INFO.XML NOT FOUND will be resolved.

2) Using CRON

Please run the following CRON command according to your panel to resolve the issue.

For cPanel SSH to your server as root and enter following commands:

Root> /usr/local/cpanel/3rdparty/bin/php /usr/local/cpanel/whostmgr/docroot/cgi/softaculous/cron.php


For Direct Admin SSH to your server as root and enter following commands:

Root> /usr/local/bin/php -d open_basedir="" -d safe_mode=0 -d disable_functions="" /usr/local/directadmin/plugins/softaculous/cron.php 


For Plesk, ISPManager SSH to your server as root and enter following commands:

Root> php /usr/local/softaculous/cron.php


For InterWorx SSH to your server as root and enter following commands:

Root> /home/interworx/bin/php /usr/local/softaculous/cron.php


For H-Sphere SSH to your server as root and enter following commands:

Root> /hsphere/shared/php5/bin/php-cli -d open_basedir="" -d safe_mode=0 -d disable_functions="" /usr/local/softaculous/cron.php


If that doesn't fix it, check the official Softaculous documentation: https://www.softaculous.com/docs/INFO.xml_not_found.

If you are using InterWorx, see Inodecloud's post if the above doesn't fix it: http://forums.interworx.com/threads/8098-Simple-Scripts-and-Softaculous?p=27064#post27064


If you still have questions or concerns, feel free to contact us by opening a support ticket or by using our live chat feature.

Related Articles

What is an Automatic backup? A backup is a system that copies your data - your files, pictures, folders, etc - into an archive that can be used to restore them to their original state. By creating an automatic (and regular) back up system, you don’t have to worry about backing up your data manually. These can be performed through cronjob... Can not find /var/softaculous Error: softaculous: plugin disabled: Can not find /var/softaculous Installer may still be running, check install.log Fix: This fix is only for InterWorx, other control panels will probably vary. Go into the var folder: cd var Make the Softaculous folder: mkdir softaculous Set... Could not connect to database If you see this error popping up on InterWorx Could not connect to database, please check the Username/Password of your database. If changed, please update the details in Softaculous installations using Edit Details. There are 2 possible solutions: Solution 1) Change the database host from... Official Softaculous Documentation Softaculous is a great Auto Installer - having 447 great scripts, 1115 PHP Classes and always adding more. Softaculous is ideal for Web Hosting companies and it could give a significant boost to your sales. These scripts cover most of the uses a customer could ever have. They cover a wide array of categories so that... What is Softaculous? Softaculous is a script library that automates the installation of web applications to your website, including blogs, shopping carts, and full-featured content managers. All you have to do is install the script, one per directory, using the easy directions provided for each one. Go ahead and try them out –...