Difference between revisions of "Unable to install more than one script in root directory"

From Acenet Knowledgebase
Jump to: navigation, search
(No difference)

Revision as of 15:10, 13 January 2013

Whenever a script is installed using Fantastico, a flag is added to the /home/USERNAME/.fantasticodata/installed_in_root.php file. This flag prevents Fantastico from accidentally overwriting the script within a given directory, corrupting your installation.

If the installation is manually deleted, this flag must be cleared manually. Edit the /home/USERNAME/.fantasticodata/installed_in_root.php file, and locate the URL where the script was installed. That should be set to equal '1', which means that something is installed in that location. Change that value to zero, and save the file.


For an example, the installed_in_root.php would show:

$installed_in_root["example.com/wp"] = 1;

Set it to zero, and save the file.

$installed_in_root["example.com/wp"] = 0;