This website uses cookies to personalize your experience. By using this website you agree to our cookie policy.

PHP 7

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #12127
    Robert Tyler SmithRobert Tyler Smith
    Participant

    Like 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
    ————————————————————————————————————–

    #12133
    Ernest MarcinkoErnest Marcinko
    Keymaster

    Hi,

    These are false positives you can ignore them, the plugin was tested in actual php7 environment, these errors does not appear.

    #12141
    Robert Tyler SmithRobert Tyler Smith
    Participant

    great news!

    #12144
    Ernest MarcinkoErnest Marcinko
    Keymaster

    You cannot access this content.

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘PHP 7’ is closed to new replies.