Fantastico allows you to install scripts using cPanel very easily, however it occasionally glitches after you’ve installed/uninstalled scripts not using Fantastico.
This leads to a common error when you try to install another script in the root directory:
You cannot install more than one script in the root directory of a domain
This is usually an easy fix:
Find the folder : .fantasticodata in your folder, and edit the file installed_in_root.php
It should look like this :
<? $installed_in_root["domain1.com"] = 1;$installed_in_root["domain2.com"] = 1; ?>
So you just need to delete “$installed_in_root["domain1.com"] = 1;” for the domain you want to install the new Fantastico script from.
You can then go back into Fantastico and install the new script!
Warning!
Fantastico is only designed to run 1 script from any folder, so it’s not advisable to use this to install multiple scripts in a root directory!