Posts by fulltilt

    Data get compressed on remote server or not compressed at all?


    no not compressed ... the customers have to use FTP for their local file backups and can download daily SQL backups also via FTP ;-)
    I have disabled customer file backups because of high CPU usage ... and removed restore button from client template

    I use rsync to save all user files and server configs incl. complete mysql dumps to an external server.
    IMSCP is set to save user databases only, user file or imscp backups are set to disabled ...
    There are many webs hosted on this system which are using more than 15GB space ... works very well w/ rsync without packing archives

    Hello Nuxwin,
    I was able to repair one database, there were 25 orphans admin and system user entrys ...
    Now I have to repair the other one and I have a question on that.
    Is there is a simple SQL command or script which can be used for copy all the entries of domain_disk_limit to the Email Max Value, so that both are set at the same value?


    Regards


    OK, I will set it manually for each domain :-(

    Thanks Nuxwin,
    I just wanted to make sure where I have to check, so I will examine the imscp database records intensively.
    Probably some of my canceled websites were not completely deleted from older versions ...
    Only two systems with prior ispcp installations have these problems, all my original imscp systems were performing perfectly ;-)
    1.3.8 is the best release so far and really I like it!
    Regards

    IMSCP: 1.3.8
    PHP FCGID
    Debian 8.6


    I have the same problem with another migration, I know, It is not related to imscp ... just looking for a solution
    Both systems have been migrated from ispcp a few years ago and were last upgraded from imscp 1.1.18
    only these two pages generate a error 400
    /admin/reseller_edit.php?edit_id=xxx
    /admin/reseller_statistics.php


    could this have something to do with the migraftion procedure ... possibly with this part?

    Code
    1. mysql -u root -p
    2. use imcp;
    3. update domain set domain_status = 'ok';
    4. update subdomain set subdomain_status = 'ok';
    5. update domain_aliasses set alias_status = 'ok';
    6. update subdomain_alias set subdomain_alias_status = 'ok';
    7. update mail_users set status = 'ok';
    8. update admin set admin_status = 'ok', admin_sys_name = null, admin_sys_uid = 0, admin_sys_gname = null, admin_sys_gid = 0;
    9. quit


    Or where should I look for the reason for this problem?


    Regards

    I have the fixed and rechecked all the records, but nothing has changed, I can edit all the users even the superuser but rerseller shows an error message.
    Another PHP thing that might be related to it ... I dont know ...
    A change of max_input_vars has no effect for PMA


    nano /etc/php5/cgi/php.ini
    max_input_vars = 10000
    nano /etc/php5/fpm/php.ini
    max_input_vars = 10000


    service php5-fpm restart
    service imscp_panel restart
    service nginx restart
    service apache2 restart


    PMA still shows a warning about max_input_vars is set to 1000