Posts by FISA4

    Hi,


    hogy minél több segítséget, kérjük, tegye a plugins területen angolul.
    Ezután több, mint az emberek, jaj beszél magyarul segítségével. ;)


    általában az összesített információk találhatóak a wiki bejegyzést a remotebridge plugin.


    ez a szöveg fordítása a Googe fordító


    üdvözlet


    FISA4

    Hi,


    today i updated my older (08/2014) git-develop testing machine to latest from git.


    after the update, every (customer) php file gives me an error 500.


    Related part in apache error-log:

    Code
    1. [Tue Dec 02 00:02:18 2014] [error] [client xx.xx.xxx.xxx] Premature end of script headers: index.php
    2. [Tue Dec 02 00:06:15 2014] [error] [client xx.xx.xxx.xxx] Premature end of script headers: get.php
    3. [Tue Dec 02 00:15:27 2014] [error] [client xx.xx.xxx.xxx] Premature end of script headers: get.php, referer: http://vu2003.admin.green.SERVER.TLD/get.php
    4. [Tue Dec 02 00:15:33 2014] [error] [client xx.xx.xxx.xxx] Premature end of script headers: index.php


    The problem was only on customer domain.


    After run imscp-autoinstall -r i switched from php-fcgi to php-itk.
    The websites are working fine.
    Then i´ve changed back to php-fcgi and the problem was back. Error500 with every (customers) php files.


    Server: OpenVZ vServer, 16GB-RAM, 400GB HDD, Debian 7.7, Apache 2.2


    Can someone confirm this ? If yes, i´ll crate a ticket.


    Greetz


    FISA4

    Updated again.
    - Add: forwarding mailaddress is now required if mail_type is 'normal_forward' or 'normal_mail,normal_forward'
    - Add: check max. mailaccounts
    - Add: check max. quota for this domain


    Next update needs some day. ;)


    It would be nice if a Dev could have a look at the code. Maybe it could be improved. :)

    1 setup new server
    2 install i-mscp on the new server
    3 export databases from old server and import the databases into new server
    4 copy all files from /var/www/virtual and /var/mail from old server to the new server
    5 on the new server:

    Code
    1. # mysql -u root -p<password>
    2. > use imscp;
    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;


    6 replace old ip with the new in imscp-database
    7 run the i-mscp installer again with "-r mysql" as parameter


    that should it be. ;)