WHMCS migration issues (SOLVED: see reply #27)

Discussion in 'ISPConfig 3 Priority Support' started by Honza, Dec 1, 2016.

  1. till

    till Super Moderator Staff Member ISPConfig Developer

    Hmm, ok. so the error message can be triggered by the shell access and might be not relevant then.

    Regarding double gzip, try e.g.:

    a2dismod deflate

    if it says module disabled, then you had the apache gzip compression active. restart apache in that case and try again.
     
  2. Honza

    Honza Member

    ok before I try that - how do I re-enable it later? This is not exactly "testing" environment :)
    Thank you
     
  3. till

    till Super Moderator Staff Member ISPConfig Developer

    you enable it again with:

    a2enmod deflate
     
  4. Honza

    Honza Member

    ok once I disabled the deflate it went to:
    Basically same as if I try to access the /admin at any given time.
     
  5. Honza

    Honza Member

  6. till

    till Super Moderator Staff Member ISPConfig Developer

    You can try to replace xcache with APCu.

    apt-get remove php5-xcache
    apt-get install php5-apcu
     
    tester321 likes this.
  7. Honza

    Honza Member

    RESOLVED - XCache was the issue.

    First of all - thank you for all your help - especially till.
    Just to followup in more detail - I did clean new installation following the guide except doing this step:
    https://www.howtoforge.com/tutorial...bind-dovecot-ispconfig-3-1/2/#-install-xcache
    On my other (production) server I did similar installation so it was indeed xcache issue. This was probably too much - simple removal as till suggested would probably do the trick.

    Update:
    Running the WHMCS script with apcu in place works just fine.
     
    tester321 likes this.

Share This Page