PHP 7.2

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #39914

    Hallo
    My Europa Hosting did an update to php 7.2 then my site not working at all, I did PHP Compatibility Checker and found this error by WPPIZZA,
    for your advise please

    FILE: /is/htdocs/wp10557836_37FOX2GM1Z/Pizzamillennio/wp-content/plugins/wppizza/classes/modules/mod.tools.sysinfo.overview.php
    ——————————————————————————————————————————-
    FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
    ——————————————————————————————————————————-
    167 | WARNING | INI directive ‘safe_mode’ is deprecated since PHP 5.3 and removed since PHP 5.4
    ——————————————————————————————————————————-

    FILE: /is/htdocs/wp10557836_37FOX2GM1Z/Pizzamillennio/wp-content/plugins/wppizza/includes/global.helper.functions.inc.php
    ————————————————————————————————————————-
    FOUND 7 ERRORS AFFECTING 7 LINES
    ————————————————————————————————————————-
    383 | ERROR | preg_replace() – /e modifier is deprecated since PHP 5.5 and removed since PHP 7.0
    1141 | ERROR | Extension ‘mysql_’ is deprecated since PHP 5.5 and removed since PHP 7.0; Use mysqli instead
    1143 | ERROR | Extension ‘mysql_’ is deprecated since PHP 5.5 and removed since PHP 7.0; Use mysqli instead
    1147 | ERROR | Extension ‘mysql_’ is deprecated since PHP 5.5 and removed since PHP 7.0; Use mysqli instead
    1150 | ERROR | Extension ‘mysql_’ is deprecated since PHP 5.5 and removed since PHP 7.0; Use mysqli instead
    1151 | ERROR | Extension ‘mysql_’ is deprecated since PHP 5.5 and removed since PHP 7.0; Use mysqli instead
    1154 | ERROR | Extension ‘mysql_’ is deprecated since PHP 5.5 and removed since PHP 7.0; Use mysqli instead
    ————————————————————————————————————————-

    #39917
    Olly
    Admin & Mod

      these are all COMPLETELY false positives
      as those checks are precisely there to check compatibility

      secondly, you should enable debug (https://docs.wp-pizza.com/troubleshooting/) and check your debug log which will tell you were the actual errors are.
      feel free to report back of course if you find some errors caused by wppizza that stop your site from working and i’d be happy to fix them if needed

    Viewing 2 posts - 1 through 2 (of 2 total)
    • The topic ‘PHP 7.2’ is closed to new replies.