Tagged: php
- This topic has 6 replies, 2 voices, and was last updated 7 months ago by
Mi Ka.
-
AuthorPosts
-
Marco
GuestPHP check compatibility detected some errors of OSM plugin with PHP 7.1 , so I’ve been waiting to update the PHP version.
Those are the errors. Are they true or false?
FOUND 8 ERRORS AFFECTING 8 LINES: an no longer be used in a plain function or method since PHP 7.1.
54,55,793,794,816,817,255,258– MiKa –
KeymasterHello Marco,
thanks for your info.
Could you provide the whole information / output?Thanks and Br, MiKa
Marco
GuestThis is the output of PHP check compatibility:
FILE: /www.example.it/home/wp-content/plugins/osm/osm_map/osm-icon.php
———————————————————————————————
FOUND 2 ERRORS AFFECTING 2 LINES
———————————————————————————————
54 | ERROR | “$this” can no longer be used in a plain function or method since PHP 7.1.
55 | ERROR | “$this” can no longer be used in a plain function or method since PHP 7.1.
———————————————————————————————FILE: /web/htdocs/www.bagnoliexplorations.it/home/wp-content/plugins/osm/osm_map/osm-oljs2.php
———————————————————————————————-
FOUND 2 ERRORS AFFECTING 2 LINES
———————————————————————————————-
793 | ERROR | “$this” can no longer be used in a plain function or method since PHP 7.1.
794 | ERROR | “$this” can no longer be used in a plain function or method since PHP 7.1.
———————————————————————————————-FILE: /web/htdocs/www.bagnoliexplorations.it/home/wp-content/plugins/osm/osm_map/osm-oljs2_v4.php
————————————————————————————————-
FOUND 2 ERRORS AFFECTING 2 LINES
————————————————————————————————-
816 | ERROR | “$this” can no longer be used in a plain function or method since PHP 7.1.
817 | ERROR | “$this” can no longer be used in a plain function or method since PHP 7.1.
————————————————————————————————-FILE: /web/htdocs/www.bagnoliexplorations.it/home/wp-content/plugins/osm/osm.php
——————————————————————————————
FOUND 2 ERRORS AFFECTING 2 LINES
——————————————————————————————
255 | ERROR | “$this” can no longer be used in a plain function or method since PHP 7.1.
258 | ERROR | “$this” can no longer be used in a plain function or method since PHP 7.1.
——————————————————————————————– MiKa –
KeymasterHello Marco,
thank you for this info!!!
We will provide an update in the beginning of next week.
Br, MiKaMarco
GuestI’m looking forward to hearing from you.
MarcoMarco
GuestThe problem is solved with the last upgrade. Now is compatible at least up to PHP 7.3 (according to PHP check compatibility).
Mi Ka
MemberHello Macro,
thanks for the feedback and the info!
The plugin is free, but you can support us with your rate here:
https://wordpress.org/support/plugin/osm/reviews/
Thanks & br,
MiKa -
AuthorPosts