PHP 7

This topic contains 3 replies, has 2 voices, and was last updated by Ernest Marcinko Ernest Marcinko 7 years, 1 month ago.

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #12127
    Robert Tyler Smith
    Robert 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 Marcinko
    Ernest Marcinko
    Keymaster

    Hi,

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

    Best,
    Ernest Marcinko

    If you like my products, don't forget to rate them on codecanyon :)


    #12141
    Robert Tyler Smith
    Robert Tyler Smith
    Participant

    great news!

    #12144
    Ernest Marcinko
    Ernest Marcinko
    Keymaster
    You cannot access this content. Best,
    Ernest Marcinko

    If you like my products, don't forget to rate them on codecanyon :)


Viewing 4 posts - 1 through 4 (of 4 total)

The topic ‘PHP 7’ is closed to new replies.