Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • We are also experiencing this issue on all our sites that use the Events Manager plugin.

    Thread Starter shmulim

    (@shmulim)

    Hey, do you have an update on this?

    Thread Starter shmulim

    (@shmulim)

    The compatibility checker outputs these required fixes:

    FILE: /example.com/wp-content/plugins/_simple-post-gallery/controllers/GalleryController.php
    ——————————————————————————————————————————
    FOUND 1 ERROR AFFECTING 1 LINE
    ——————————————————————————————————————————
    113 | ERROR | Using a call-time pass-by-reference is deprecated since PHP 5.3 and prohibited since PHP 5.4
    ——————————————————————————————————————————

    FILE: /example.com/wp-content/plugins/_simple-post-gallery/controllers/AdminController.php
    —————————————————————————————————————————-
    FOUND 1 ERROR AFFECTING 1 LINE
    —————————————————————————————————————————-
    60 | ERROR | Using a call-time pass-by-reference is deprecated since PHP 5.3 and prohibited since PHP 5.4
    —————————————————————————————————————————-

    FILE: /example.com/wp-content/plugins/_simple-post-gallery/vendor/amostajo/phpfastcache/src/psr4/BasePhpFastCache.php
    —————————————————————————————————————————————————————–
    FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
    —————————————————————————————————————————————————————–
    424 | WARNING | Method name “BasePhpFastCache::__setChmodAuto” is discouraged; PHP has reserved all method names with a double underscore prefix for future use
    —————————————————————————————————————————————————————–

    FILE: /example.com/wp-content/plugins/_simple-post-gallery/vendor/amostajo/phpfastcache/src/psr4/phpFastCache.php
    ————————————————————————————————————————————————————-
    FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
    ————————————————————————————————————————————————————-
    168 | WARNING | Method name “phpFastCache::__setChmodAuto” is discouraged; PHP has reserved all method names with a double underscore prefix for future use
    ————————————————————————————————————————————————————-

    FILE: /example.com/wp-content/plugins/_simple-post-gallery/vendor/amostajo/phpfastcache/src/lib/functions.php
    ———————————————————————————————————————————————–
    FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
    ———————————————————————————————————————————————–
    12 | WARNING | Function name “__c” is discouraged; PHP has reserved all method names with a double underscore prefix for future use
    ———————————————————————————————————————————————–

    FILE: /example.com/wp-content/plugins/_simple-post-gallery/vendor/amostajo/wordpress-plugin-core/src/psr4/Plugin.php
    ——————————————————————————————————————————————————
    FOUND 4 ERRORS AFFECTING 4 LINES
    ——————————————————————————————————————————————————
    334 | ERROR | Using a call-time pass-by-reference is deprecated since PHP 5.3 and prohibited since PHP 5.4
    343 | ERROR | Using a call-time pass-by-reference is deprecated since PHP 5.3 and prohibited since PHP 5.4
    352 | ERROR | Using a call-time pass-by-reference is deprecated since PHP 5.3 and prohibited since PHP 5.4
    358 | ERROR | Using a call-time pass-by-reference is deprecated since PHP 5.3 and prohibited since PHP 5.4
    ——————————————————————————————————————————————————

Viewing 3 replies - 1 through 3 (of 3 total)