The installation can not be completed: Print

  • 3

How can I correct the following error?

The installation can not be completed:

+ You cannot install more than one script in the root directory of a domain.
+ Click on the browser's Back button to fix reported errors.

This happens when the previous installation of a script in their root folder (primary or addon) was removed manually without using Fantastico to remove it, or Fantastico itself may not have removed the previous installation completely.

This can be corrected by logging into Cpanel, clicking on "File Manager" then on the folder icon next to .fantasticodata then clicking on the filename installed_in_root.php and removing the section of code that applies to the root in question.

An example would be:

<?
$installed_in_root["domain.com"] = 1;
?>

After this is removed, the script should then be able to be installed in the root of the primary domain or addon domain.


Was this answer helpful?

« Back