Upgrade 1.3.8 > 1.3.15 error

  • IMSCP 1.3.8
    PHP FCGID
    Debian 8.6


    I'm trying to upgrade as a final test in a V-Box w/ a copy of the original 1.3.8 system, after customer rebuild action I get an imscp_traffic error.


    disabled all plugins - uninstalled roundcube plugin
    I was able to login mysql w/ root and debian_maint PW
    iptables -L - empty accept all
    checked IMSCP debugger before - no errors


  • OK, i was able to solve this issue:


    Code
    1. iptables -P INPUT ACCEPT
    2. iptables -P FORWARD ACCEPT
    3. iptables -P OUTPUT ACCEPT
    4. iptables -F
    5. iptables -X
    6. iptables -t nat -F
    7. iptables -t nat -X
    8. iptables -t mangle -F
    9. iptables -t mangle -X

    Edited 2 times, last by fulltilt ().