Can't install another script in root directory? Why?

When using fantastico you cannot install more than one script in the root directory. If you remove the script from the root directory and still have problems, try the following:
In file manager under the public_html folder under the fantastico_data folder click on the file name installed_in_root.php : click on that name and click edit file from the cPanel menu on the top (or top right).

Change the value of $installed_in_root["kurtscamera.com"] = 1; to
$installed_in_root["kurtscamera.com"] = 0;

That will tell fantastico there is nothing installed in the root folder.

Ha estat útil la resposta?

 Imprimeix aquest Article

Llegir també

How to reset your password for Oscommerce.

osCommerce uses .htaccess and .htpasswd format files to manage the protection on the admin...

Can you disable or turn off php Safe Mode?

No, we cannot disable php safe mode. All our servers have php safe mode enabled due to security...

HTTP Error 500 - Internal server error

If you installed a new script and are getting the 500 error trying to load the page please see...

How do I connect to MySQL through PHP?

Use the following outline to connect and begin querying the MySQL server from within your PHP...

After I install osCommerce I get sessions directory error ?

Set this in both your admin/includes/configure.php and catalog/includes/configure.php: From:...