soderlind / wp-live-preview-links

WordPress Plugin: See a live scaled preview of the site you are linking to prior to clicking on it.
http://soderlind.no/wp-live-preview-links/
1 stars 0 forks source link

PHP 7 issues #6

Open githubhero opened 8 years ago

githubhero commented 8 years ago

Hi, I'm using your plugin but it apparently doesn't let me switch to PHP 7.

The PHP Compatibility Checker plugin tells the following:

FILE: /www/wp-content/plugins/wp-live-preview-links/admin/admin-page-framework.php

FOUND 0 ERRORS AND 2 WARNINGS AFFECTING 2 LINES

4815 | WARNING | Method name "AdminPageFramework_Messages::___" is discouraged; PHP has reserved all method names with a double underscore prefix for future use

4823 | WARNING | Method name "AdminPageFramework_Messages::__e" is discouraged; PHP has reserved all method names with a double underscore prefix for future use

FILE: /www/wp-content/plugins/wp-live-preview-links/admin/admin-page-framework.min.php

FOUND 1 ERROR AND 3 WARNINGS AFFECTING 2 LINES

7 | WARNING | Method name "AdminPageFramework_TaxonomyField::___call" is discouraged; PHP has reserved all method names with a double underscore prefix for future use 27 | WARNING | INI directive 'safemode' is deprecated from PHP 5.3 and forbidden from PHP 5.4. 27 | ERROR | Extension 'mysql' is deprecated since PHP 5.5 and removed since PHP 7.0 - use mysqli instead.

27 | WARNING | Method name "AdminPageFramework_Message::__" is discouraged; PHP has reserved all method names with a double underscore prefix for future use

Could you update the plugin?