• I’m getting these errors warning about incompatibility with php 7:
    FILE: /home/jcccolum/public_html/kathwood/wp-content/plugins/file-away/lib/cls/class.fileaway_csv.php
    —————————————————————————————————–
    FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
    —————————————————————————————————–
    135 | WARNING | Use of deprecated PHP4 style class constructor is not supported since PHP 7.
    —————————————————————————————————–

    FILE: /home/jcccolum/public_html/kathwood/wp-content/plugins/file-away/lib/inc/inc.playback.php
    —————————————————————————————————————————
    FOUND 1 ERROR AFFECTING 1 LINE
    —————————————————————————————————————————
    78 | ERROR | Using ‘continue’ outside of a loop or switch structure is invalid and will throw a fatal error since PHP 7.0
    —————————————————————————————————————————

Viewing 4 replies - 1 through 4 (of 4 total)
  • Interesting. I have also PHP 7 activated, but there is no warnings and everything is working fine. May be i do not have detailed logging on, so i could read these errors.
    I have overrided FW css in theme custom css for similar visibility as my theme. If that is correcting something.

    I installed and ran plugin PHP Compatibility Checker for PHP 7 and I too show the same error on the same class.fileaway_csv.php file as the original poster. I need to upgrade all Domains to PHP 7 but with this error lingering I need to wait for an fix in FileAway.

    I’ll have to migrate a WP site to a new server using PHP 7 next week. Are there any plans for an update of this plugin?
    (It is of great help for our site.)

    Not to “pile on”, but I am also experiencing issues with PHP 7.1.8 installed on my server. I’ve upgraded all but one of my 28 sites to PHP 7 and FileAway is one of a handful of plugins with issues so need to revert back to 5.6.30 on my one, main site using FileAway.

    For example, on one page pulling up 400 MP3s of past shows we’ve done, the table still works but it won’t load either the ‘compact’ or ‘extended’ values so a visitor can only download each file. Not terribly convenient.

    Anything you can do to address this would be awesome.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘PHP 7 incompatibility’ is closed to new replies.