• I’d really like to upgrade to php 7. When checking pro version of WordPress File Upload with PHP Compatibility Checker, I got these error messages:

    FILE: /wp-content/plugins/wordpress-file-upload-pro/lib/wfu_blocks.php
    ------------------
    FOUND 2 ERRORS AFFECTING 2 LINES
    -------------------
     293 | ERROR | Using 'break' outside of a loop or switch structure is invalid and will throw a fatal error since PHP 7.0
     347 | ERROR | Using 'break' outside of a loop or switch structure is invalid and will throw a fatal error since PHP 7.0
    -------------------
    FILE: /wp-content/plugins/wordpress-file-upload-pro/lib/wfu_frontend_browser.php
    ---------------------
    FOUND 2 ERRORS AFFECTING 2 LINES
    --------------------
     163 | ERROR | Using 'break' outside of a loop or switch structure is invalid and will throw a fatal error since PHP 7.0
     169 | ERROR | Using 'break' outside of a loop or switch structure is invalid and will throw a fatal error since PHP 7.0
    --------------------
    FILE: /wp-content/plugins/wordpress-file-upload-pro/lib/wfu_io.php
    --------------------
    FOUND 1 ERROR AFFECTING 1 LINE
    --------------------
     99 | ERROR | Using 'break' outside of a loop or switch structure is invalid and will throw a fatal error since PHP 7.0
    --------------------

    Any ideas on when an update might happen to resolve these issues?

Viewing 1 replies (of 1 total)
  • Plugin Author nickboss

    (@nickboss)

    Hi, I answered to your email, I tested the plugin with PHP 7 and seems to be working fine.

    Regards

    Nickolas

Viewing 1 replies (of 1 total)
  • The topic ‘errors with updating to php 7’ is closed to new replies.