PHP Warning: Packets out of order when updating to ISPConfig 3.2.2

Discussion in 'Installation/Configuration' started by labsy, Feb 20, 2021.

  1. labsy

    labsy Member

    Hi,
    on my Ubuntu 18.04 I have multi PHP versions, 7.0. 7.2 amd 7.4. Might that be guilty for WARNING upon updating 3.2 to 3.2.2 version?
    Code:
    PHP Warning:  Packets out of order. Expected 1 received 0. Packet size=30 in /tmp/update_runner.sh.g7sPClZdPO/install/lib/mysql.lib.php on line 207
    
    At first sight it looks like there is no major break, all seems to work...but what was that error about?
     
  2. Th0m

    Th0m ISPConfig Developer Staff Member ISPConfig Developer

    What is the output of
    Code:
    php -v
    ?

    If there are no problems, there should be nothing to worry about though.
     
  3. till

    till Super Moderator Staff Member ISPConfig Developer

    What you can try is to increase ,ax_connections and max_user_connections in MySQL/MariaDB configuration. But as Thom mentioned, there is probably no real reason to worry about this if everything is working.
     
  4. labsy

    labsy Member

    Thank you both. I think there's someting about PHP version for web site hosting, and PHP version for system/ISPConfig. Probably I forgot to edit some path when adding PHP 7.4 manually, so might be, that ISPConfig has some issues with both versions.
    Code:
    # php -v
    PHP 7.4.9 (cli) (built: Aug  7 2020 14:29:36) ( NTS )
    Copyright (c) The PHP Group
    Zend Engine v3.4.0, Copyright (c) Zend Technologies
        with Zend OPcache v7.4.9, Copyright (c), by Zend Technologies
    
     
  5. Th0m

    Th0m ISPConfig Developer Staff Member ISPConfig Developer

Share This Page