PHP 7+ Compatibility Errors
-
Hi!
We’re readying our site to upgrade to PHP 7+, but we get the following warnings:
Name: Admin Menu Editor
FILE: /home/s3/html/wp-content/plugins/admin-menu-editor/includes/cap-suggestion-box.php
———————————————————————————————————————————————————————————-
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
———————————————————————————————————————————————————————————-
1 | WARNING | No PHP code was found in this file and short open tags are not allowed by this install of PHP. This file may be using short open tags but PHP does not allow them.
———————————————————————————————————————————————————————————-FILE: /home/s3/html/wp-content/plugins/admin-menu-editor/includes/test-access-screen.php
———————————————————————————————————————————————————————————-
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
———————————————————————————————————————————————————————————-
1 | WARNING | No PHP code was found in this file and short open tags are not allowed by this install of PHP. This file may be using short open tags but PHP does not allow them.
———————————————————————————————————————————————————————————-FILE: /home/s3/html/wp-content/plugins/admin-menu-editor/modules/actor-selector/actor-selector-template.php
———————————————————————————————————————————————————————————-
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
———————————————————————————————————————————————————————————-
1 | WARNING | No PHP code was found in this file and short open tags are not allowed by this install of PHP. This file may be using short open tags but PHP does not allow them.
———————————————————————————————————————————————————————————-Are these going to affect the plugin functionality? Will these be addressed soon? We have the latest plugin version. Thank you!
The topic ‘PHP 7+ Compatibility Errors’ is closed to new replies.