Jump to content
Froxlor Forum

Francois Barroero

Members
  • Posts

    4
  • Joined

  • Last visited

Posts posted by Francois Barroero

  1. 15 minutes ago, d00p said:

    That means there are duplicate keys for the field "guid" in either panel_customers and/or ftp_groups - which means you either did that manually before the update or somehow managed to not complete the database update from db-version 202005150 to 202007240.

    The changes that are being done in that update process are the following:

    
    
    
    ALTER TABLE panel_customers ADD INDEX guid (guid);
    ALTER TABLE panel_tasks ADD INDEX type (type);
    ALTER TABLE mail_users ADD INDEX username (username);
    ALTER TABLE mail_users ADD INDEX imap (imap);
    ALTER TABLE mail_users ADD INDEX pop3 (pop3);
    ALTER TABLE ftp_groups ADD INDEX gid (gid);

    So if your databaseversion in panel_settings is 202005150 but you already have these indexes set, you can either drop these indexes and let froxlor update re-create them or comment out these changes in the file install/updates/froxlor/0.10/update_0.10.inc.php (~656-661) 

    Thanks.

    Before your answered, I've edite the /var/www/froxlor/install/updates/froxlor/0.10 # vi update_0.10.inc.php file and comment few lines in this files.

    It seems i've done it right :)

    Thanks d00p !

     

    02.JPG

  2. Thanks d00p for answering me.

    But, if a customer chooses to delete his sub-domains he has created, in my mind, it make sens that the folder also is deleted. It's his choice. This path belong to a customer and his sub-domain. it's not a shared one i think. right ?

    Or maybe, it could be/become an option ? for example: when I delete a sub-domaine, we can have a checkbox: "delete folder also" ? with confirmation ?

    Anyway, thanks for this uge work ! ;)

     

     

  3. Hi. After 4 days tests, and many different install ( deb, tarball, debian 9 and 10, ubuntu server 18 LTS, apache, Nginx ...) i've still this issue: the sub-domain folder stay in my customer folder after deletion from the panel.

    I know, it's not a big issue, but I would have to have it clean before moving my websites from imscp.

    Cronjobs are ok, all vhost are deleted, no error messages in log files ( I hope so ) ... only these subdomain deletion is not working.

    Maybe it's the normal way ? do you have the same "problem" ?

    Thanks for your support.

    Francois 

    subdomain 4 deleted and still here.JPG

×
×
  • Create New...