PHP 7 COMPATIBILITY
-
I want to upgrade my site php version to 7.0
I tested it with php 7 compatibility checker plugin and ‘Custom Scrollbar’ gets warning
so i’m not sure if it’s false positive or not ?
is ‘Custom Scrollbar’ PHP 7.0 compatible?here are the errors:
Name: Custom ScrollbarFILE: /nas/content/live/skorka/wp-content/plugins/custom-scrollbar/include/library/apf/factory/_common/_abstract/_model/AdminPageFramework_Message.php
————————————————————————————————————————————————————————————-
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
————————————————————————————————————————————————————————————-
55 | WARNING | Method name “CustomScrollbar_AdminPageFramework_Message::__doDummy” is discouraged; PHP has reserved all method names with a double underscore prefix for future use
————————————————————————————————————————————————————————————-FILE: /nas/content/live/skorka/wp-content/plugins/custom-scrollbar/include/library/apf/factory/_common/form/field_type/AdminPageFramework_FieldType_system.php
————————————————————————————————————————————————————–
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
————————————————————————————————————————————————————–
168 | WARNING | INI directive ‘safe_mode’ is deprecated since PHP 5.3 and removed since PHP 5.4
————————————————————————————————————————————————————–FILE: /nas/content/live/skorka/wp-content/plugins/custom-scrollbar/include/library/apf/factory/_common/utility/wp_utility/AdminPageFramework_WPUtility.php
———————————————————————————————————————————————————-
FOUND 1 ERROR AFFECTING 1 LINE
———————————————————————————————————————————————————-
495 | ERROR | Extension ‘mysql_’ is deprecated since PHP 5.5 and removed since PHP 7.0; Use mysqli instead
———————————————————————————————————————————————————-FILE: /nas/content/live/skorka/wp-content/plugins/custom-scrollbar/include/library/apf/utility/requirement/AdminPageFramework_Requirement.php
———————————————————————————————————————————————
FOUND 1 ERROR AFFECTING 1 LINE
———————————————————————————————————————————————
49 | ERROR | Extension ‘mysql_’ is deprecated since PHP 5.5 and removed since PHP 7.0; Use mysqli insteadThe page I need help with: [log in to see the link]
- The topic ‘PHP 7 COMPATIBILITY’ is closed to new replies.