- This topic has 3 replies, 2 voices, and was last updated 9 years, 3 months ago by
Ernest Marcinko.
-
AuthorPosts
-
February 27, 2017 at 9:06 pm #12127
Robert Tyler Smith
ParticipantLike to upgrade to php 7, getting following errors:
FILE: /nas/content/live/eos/wp-content/plugins/ajax-search-pro/includes/classes/shortcodes/class-asp-abstract.php
—————————————————————————————————————–
FOUND 1 ERROR AFFECTING 1 LINE
—————————————————————————————————————–
49 | ERROR | Visibility for magic method __sleep must be public. Found: protected
—————————————————————————————————————–FILE: /nas/content/live/eos/wp-content/plugins/ajax-search-pro/includes/classes/actions/class-asp-abstract.php
————————————————————————————————————–
FOUND 1 ERROR AFFECTING 1 LINE
————————————————————————————————————–
49 | ERROR | Visibility for magic method __sleep must be public. Found: protected
————————————————————————————————————–FILE: /nas/content/live/eos/wp-content/plugins/ajax-search-pro/includes/classes/core/class-asp-manager.php
———————————————————————————————————-
FOUND 1 ERROR AFFECTING 1 LINE
———————————————————————————————————-
356 | ERROR | Visibility for magic method __sleep must be public. Found: private
———————————————————————————————————-FILE: /nas/content/live/eos/wp-content/plugins/ajax-search-pro/includes/classes/core/class-asp-dbman.php
——————————————————————————————————–
FOUND 1 ERROR AFFECTING 1 LINE
——————————————————————————————————–
175 | ERROR | Visibility for magic method __sleep must be public. Found: private
——————————————————————————————————–FILE: /nas/content/live/eos/wp-content/plugins/ajax-search-pro/includes/classes/core/class-asp-init.php
——————————————————————————————————-
FOUND 1 ERROR AFFECTING 1 LINE
——————————————————————————————————-
310 | ERROR | Visibility for magic method __sleep must be public. Found: private
——————————————————————————————————-FILE: /nas/content/live/eos/wp-content/plugins/ajax-search-pro/includes/classes/core/class-asp-instances.php
————————————————————————————————————
FOUND 1 ERROR AFFECTING 1 LINE
————————————————————————————————————
302 | ERROR | Visibility for magic method __sleep must be public. Found: private
————————————————————————————————————FILE: /nas/content/live/eos/wp-content/plugins/ajax-search-pro/includes/classes/etc/updates.class.php
—————————————————————————————————–
FOUND 1 ERROR AFFECTING 1 LINE
—————————————————————————————————–
323 | ERROR | Visibility for magic method __sleep must be public. Found: private
—————————————————————————————————–FILE: /nas/content/live/eos/wp-content/plugins/ajax-search-pro/includes/classes/etc/synonyms.class.php
——————————————————————————————————
FOUND 1 ERROR AFFECTING 1 LINE
——————————————————————————————————
55 | ERROR | Visibility for magic method __sleep must be public. Found: private
——————————————————————————————————FILE: /nas/content/live/eos/wp-content/plugins/ajax-search-pro/includes/classes/ajax/class-asp-abstract.php
———————————————————————————————————–
FOUND 1 ERROR AFFECTING 1 LINE
———————————————————————————————————–
49 | ERROR | Visibility for magic method __sleep must be public. Found: protected
———————————————————————————————————–FILE: /nas/content/live/eos/wp-content/plugins/ajax-search-pro/includes/classes/filters/class-asp-abstract.php
————————————————————————————————————–
FOUND 1 ERROR AFFECTING 1 LINE
————————————————————————————————————–
49 | ERROR | Visibility for magic method __sleep must be public. Found: protected
————————————————————————————————————–February 28, 2017 at 9:47 am #12133Ernest Marcinko
KeymasterHi,
These are false positives you can ignore them, the plugin was tested in actual php7 environment, these errors does not appear.
February 28, 2017 at 2:10 pm #12141Robert Tyler Smith
Participantgreat news!
February 28, 2017 at 5:17 pm #12144Ernest Marcinko
KeymasterYou cannot access this content.
-
AuthorPosts
- The topic ‘PHP 7’ is closed to new replies.