Okay
  Public Ticket #1137236
PHP7 Errors
Closed

Comments

  •  21
    Simon started the conversation

    Just run through a site using the PHP7 checker and it's flagging the following warnings. Not show-stoppers but good to know.


    FILE: /nas/content/live/medicalmedia/wp-content/themes/salient/nectar/redux-framework/extensions/wbc_importer/inc/importer/wordpress-importer.php
    -------------------------------------------------------------------------------------------------------------------------------------------------
    FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
    -------------------------------------------------------------------------------------------------------------------------------------------------
     66 | WARNING | Use of deprecated PHP4 style class constructor is not supported since PHP 7.
    -------------------------------------------------------------------------------------------------------------------------------------------------

    FILE: /nas/content/live/medicalmedia/wp-content/themes/salient/nectar/redux-framework/ReduxCore/inc/browser.php
    ---------------------------------------------------------------------------------------------------------------
    FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
    ---------------------------------------------------------------------------------------------------------------
     191 | WARNING | Use of deprecated PHP4 style class constructor is not supported since PHP 7.
    ---------------------------------------------------------------------------------------------------------------

    FILE: /nas/content/live/medicalmedia/wp-content/themes/salient/nectar/redux-framework/ReduxCore/inc/validation/preg_replace/validation_preg_replace.php
    -------------------------------------------------------------------------------------------------------------------------------------------------------
    FOUND 1 ERROR AFFECTING 1 LINE
    -------------------------------------------------------------------------------------------------------------------------------------------------------
     30 | ERROR | preg_replace() - /e modifier is deprecated since PHP 5.5 and removed since PHP 7.0
    -------------------------------------------------------------------------------------------------------------------------------------------------------

  •  9,006
    Tahir replied

    Hey Again,

    Yes these are noted in the To Do list and the Upcoming Theme Update later this week will have it fixed.

    Be.st 


    ThemeNectar Support Team