PHP upgrade to 7.0 to 7.1 or 7.2 its switch off my website

    • 68 posts
    July 25, 2018 1:02 PM EDT

    hey,

    i have facing this issue and i think its need to resolve

    when i upgrade my php 7.0 to 7.1 or 7.2 its switch off my website and no error log is found

    but page show me

    unexpectedly closed the connection.

    ERR_INCOMPLETE_CHUNKED_ENCODING
     
    what is this issue?
     
    Regards
    • Moderator
    • 6923 posts
    July 25, 2018 5:32 PM EDT

    It could be from a third party plugin. Check the error log as there should be more than that to see for a cause. The server error log or your error log in the log browser in admin cp. I use PHP 7.2 on my local install without any issues.

  • gs
    • 857 posts
    July 25, 2018 6:33 PM EDT

    @Emi Brown

    Are you doing this yourself or is your host providing the PHP upgrade (I wasn't sure who the 'I' was referring to)?  I ask because FastComet handles all my PHP upgrades and configurations which prevents me from having the headaches

    • 68 posts
    July 26, 2018 12:01 PM EDT

    i will take a look this one @gs

    • 68 posts
    August 3, 2018 3:00 PM EDT

    after upgrade into PHP 7.2 version 

    i have face this error

    [03-Aug-2018 18:57:15 UTC] PHP Fatal error: Uncaught Zend_Db_Adapter_Mysqli_Exception: The Mysqli extension is required for this adapter but the extension is not loaded in /home/ifileaders/public_html/application/libraries/Zend/Db/Adapter/Mysqli.php:291 Stack trace: #0 /home/ifileaders/public_html/application/libraries/Zend/Db/Adapter/Abstract.php(460): Zend_Db_Adapter_Mysqli->_connect() #1 /home/ifileaders/public_html/application/modules/Core/Bootstrap.php(124): Zend_Db_Adapter_Abstract->query('SET time_zone =...') #2 /home/ifileaders/public_html/application/libraries/Engine/Application/Bootstrap/Abstract.php(256): Core_Bootstrap->_initDb() #3 /home/ifileaders/public_html/application/libraries/Engine/Application/Bootstrap/Abstract.php(207): Engine_Application_Bootstrap_Abstract->_executeResource('db') #4 /home/ifileaders/public_html/application/libraries/Engine/Application/Bootstrap/Abstract.php(150): Engine_Application_Bootstrap_Abstract->_bootstrap('db') #5 /home/ifileaders/public_html/application/libraries/Engine/Application.php(149): Engine_Applic in /home/ifileaders/public_html/application/libraries/Zend/Db/Adapter/Mysqli.php on line 291 [03-Aug-2018 18:57:21 UTC] PHP Fatal error: Uncaught Zend_Db_Adapter_Mysqli_Exception: The Mysqli extension is required for this adapter but the extension is not loaded in /home/ifileaders/public_html/application/libraries/Zend/Db/Adapter/Mysqli.php:291 Stack trace: #0 /home/ifileaders/public_html/application/libraries/Zend/Db/Adapter/Abstract.php(460): Zend_Db_Adapter_Mysqli->_connect() #1 /home/ifileaders/public_html/application/modules/Core/Bootstrap.php(124): Zend_Db_Adapter_Abstract->query('SET time_zone =...') #2 /home/ifileaders/public_html/application/libraries/Engine/Application/Bootstrap/Abstract.php(256): Core_Bootstrap->_initDb() #3 /home/ifileaders/public_html/application/libraries/Engine/Application/Bootstrap/Abstract.php(207): Engine_Application_Bootstrap_Abstract->_executeResource('db') #4 /home/ifileaders/public_html/application/libraries/Engine/Application/Bootstrap/Abstract.php(150): Engine_Application_Bootstrap_Abstract->_bootstrap('db') #5 /home/ifileaders/public_html/application/libraries/Engine/Application.php(149): Engine_Applic in /home/ifileaders/public_html/application/libraries/Zend/Db/Adapter/Mysqli.php on line 291 [03-Aug-2018 18:57:22 UTC] PHP Fatal error: Uncaught Zend_Db_Adapter_Mysqli_Exception: The Mysqli extension is required for this adapter but the extension is not loaded in /home/ifileaders/public_html/application/libraries/Zend/Db/Adapter/Mysqli.php:291 Stack trace: #0 /home/ifileaders/public_html/application/libraries/Zend/Db/Adapter/Abstract.php(460): Zend_Db_Adapter_Mysqli->_connect() #1 /home/ifileaders/public_html/application/modules/Core/Bootstrap.php(124): Zend_Db_Adapter_Abstract->query('SET time_zone =...') #2 /home/ifileaders/public_html/application/libraries/Engine/Application/Bootstrap/Abstract.php(256): Core_Bootstrap->_initDb() #3 /home/ifileaders/public_html/application/libraries/Engine/Application/Bootstrap/Abstract.php(207): Engine_Application_Bootstrap_Abstract->_executeResource('db') #4 /home/ifileaders/public_html/application/libraries/Engine/Application/Bootstrap/Abstract.php(150): Engine_Application_Bootstrap_Abstract->_bootstrap('db') #5 /home/ifileaders/public_html/application/libraries/Engine/Application.php(149): Engine_Applic in /home/ifileaders/public_html/application/libraries/Zend/Db/Adapter/Mysqli.php on line 291 [03-Aug-2018 18:57:26 UTC] PHP Fatal error: Uncaught Zend_Db_Adapter_Mysqli_Exception: The Mysqli extension is required for this adapter but the extension is not loaded in /home/ifileaders/public_html/application/libraries/Zend/Db/Adapter/Mysqli.php:291 Stack trace: #0 /home/ifileaders/public_html/application/libraries/Zend/Db/Adapter/Abstract.php(460): Zend_Db_Adapter_Mysqli->_connect() #1 /home/ifileaders/public_html/application/modules/Core/Bootstrap.php(124): Zend_Db_Adapter_Abstract->query('SET time_zone =...') #2 /home/ifileaders/public_html/application/libraries/Engine/Application/Bootstrap/Abstract.php(256): Core_Bootstrap->_initDb() #3 /home/ifileaders/public_html/application/libraries/Engine/Application/Bootstrap/Abstract.php(207): Engine_Application_Bootstrap_Abstract->_executeResource('db') #4 /home/ifileaders/public_html/application/libraries/Engine/Application/Bootstrap/Abstract.php(150): Engine_Application_Bootstrap_Abstract->_bootstrap('db') #5 /home/ifileaders/public_html/application/libraries/Engine/Application.php(149): Engine_Applic in /home/ifileaders/public_html/application/libraries/Zend/Db/Adapter/Mysqli.php on line 291
    • Moderator
    • 6923 posts
    August 4, 2018 4:52 AM EDT

    Have your host check the server as the error shows "The Mysqli extension is required for this adapter but the extension is not loaded" . You need mysqli.

    • Moderator
    • 6923 posts
    August 4, 2018 4:55 AM EDT

    MySQL is deprecated and I'm checking to see if we need to update our requirements to say MySQLi. http://php.net/manual/en/migration55.deprecated.php

    • 68 posts
    August 4, 2018 6:37 AM EDT

    i think for this purpose i need to contact my host provide to install MYSQLI Extension. (if i am not wrong)