Results 1 to 8 of 8

Thread: How to Delete the files from public_html?

  1. #1
    Registered User
    Join Date
    Nov 2009
    Posts
    1

    Default How to Delete the files from public_html?

    Hello,
    Few days before I have installed Joomla 1.5 on cPanel but now I want to install Joomla 1.0.15 on cPanel. I have tried with Fantastico but it getting the error like 'Installtion cannot be deleted please delete the files manually'.

    I tried to delete the data manually. But it is not deleting.

    Please give the suggestion how to delete the files from public_html on cPanel
    your advice will be appriciable.
    Regards,
    Yemulss

  2. #2
    Member
    Join Date
    Jan 2005
    Location
    Earth
    Posts
    1,052

    Default

    Did you installed Joomla 1.5 manually? If yes, just remove the files using Ftp and remove the database from cPanel >> Mysql Databases section. If you are unable to delete the files for some reason, you will have to ask your host to delete them for you.

  3. #3
    Member
    Join Date
    Nov 2009
    Posts
    14

    Default

    The directories and files are installed by webscript with web service group and user permission. You can delete by using web script with web browser using PHP recursive calls of unlink() function.

  4. #4
    Member
    Join Date
    Jan 2008
    Posts
    141

    Default

    You will have to remove the file manually by login to your public_html folder and then after you will have to remove the joomla directory from .fantasticodata and then you can try to install the new version of joomla and have a try.

  5. #5
    Member
    Join Date
    Oct 2006
    Location
    Penang, Malaysia
    Posts
    56

    Default

    If you installed through fantastico but not able to uninstall from fantastico, do the step as below.

    1. Remove the web file from public_html (for your case).
    2. Look to the .fatasticodata folder from user root folder.
    3. open installed_in_root.php file, remove the value as below where domain.com is your domain name.
    $installed_in_root["domain.com"] = 1;
    4. Go to Joomla_1.5 folder, open domain.com file, you shall see the value as below where domain_jo151 is your database name.
    $thisdb = "domain_jo151";
    5. Remove domain.com file.
    6. Go to cPanel and select the database, remove the database from database section.

  6. #6
    Member DigitalLinx's Avatar
    Join Date
    Aug 2009
    Posts
    5

    Default

    The installation files sometimes get locked from being deleted, due to some changes in the permissions, and this instead stops the files from being deleted when you try to upgrade the Joomla script.
    So when that problem occurs, you can delete the Joomla files manually from the file manager and then the upgrade can happen from fantastico. If it still doesn't allow to upgrade, then its better to manually upload the new version files through the file manager.
    Unmanaged cPanel VPS
    The opinions expressed on this site are my own and do not necessarily represent those of my employer

  7. #7
    Registered User
    Join Date
    May 2010
    Posts
    1

    Default I have this problem Whit Joomla 1.5 Instalation

    I have this problem but I understand the value they extract

    The file is so

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

    which file should I modify?

  8. #8
    Member
    Join Date
    Oct 2006
    Location
    Penang, Malaysia
    Posts
    56

    Default

    Quote Originally Posted by elderf View Post
    I have this problem but I understand the value they extract

    The file is so

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

    which file should I modify?
    It is depend if you want to remove domain.com or proyectos.domain.com, but do not remove both if you want to keep track through fantastico.

Similar Threads

  1. Too easy to delete public_html via FTP user window
    By akmiecik in forum New User Questions
    Replies: 3
    Last Post: 10-05-2012, 05:40 AM
  2. Files not showing in public_html
    By hammaduppal in forum cPanel & WHM Discussions
    Replies: 2
    Last Post: 05-24-2011, 03:43 AM
  3. Delete public_html folder
    By rongup in forum New User Questions
    Replies: 5
    Last Post: 04-17-2009, 11:35 AM
  4. How do I see all public_html files in cPanel?
    By elaurvick in forum cPanel & WHM Discussions
    Replies: 1
    Last Post: 11-08-2007, 09:27 AM
  5. files in public_html
    By opus51 in forum New User Questions
    Replies: 3
    Last Post: 05-16-2005, 10:38 AM