shmulim
Forum Replies Created
-
We are also experiencing this issue on all our sites that use the Events Manager plugin.
Forum: Plugins
In reply to: [Post Gallery] PHP7 CompatabilityHey, do you have an update on this?
Forum: Plugins
In reply to: [Post Gallery] PHP7 CompatabilityThe 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
——————————————————————————————————————————————————