PHP 7 incompatibility
-
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
—————————————————————————————————————————
- The topic ‘PHP 7 incompatibility’ is closed to new replies.