Jump to content

Parisian

Members
  • Posts

    114
  • Joined

  • Last visited

 Content Type 

Downloads

Release Notes

IPS4 Guides

IPS4 Developer Documentation

Invision Community Blog

Development Blog

Deprecation Tracker

Providers Directory

Forums

Events

Store

Gallery

Posts posted by Parisian

  1. PHP 7.4 deprecates unparenthesised ternary operators so upgrading to the 4.4.9.2 update fails with the error message:

    Quote

    [03-Jan-2020 07:52:50 UTC] PHP Deprecated:  Unparenthesized `a ? b : c ? d : e` is deprecated. Use either `(a ? b : c) ? d : e` or `a ? b : (c ? d : e)` in //www/community/applications/core/modules/setup/upgrade/license.php on line 98
    [03-Jan-2020 07:52:50 UTC] PHP Stack trace:
    [03-Jan-2020 07:52:50 UTC] PHP   1. {main}() //www/community/admin/upgrade/index.php:0
    [03-Jan-2020 07:52:50 UTC] PHP   2. IPS\Dispatcher\Setup->run() //www/community/admin/upgrade/index.php:34
    [03-Jan-2020 07:52:50 UTC] PHP   3. class_exists() /www/community/system/Dispatcher/Setup.php:209
    [03-Jan-2020 07:52:50 UTC] PHP   4. spl_autoload_call() /www/community/system/Dispatcher/Setup.php:209
    [03-Jan-2020 07:52:50 UTC] PHP   5. IPS\IPS::autoloader() /www/community/system/Dispatcher/Setup.php:209

    This should be an easy fix, can one be provided ASAP?

×
×
  • Create New...