<span class="resolved" aria-label="Resolved" title="Topic is resolved."></span>PHP 8.0 – Error using an unparenthesized expression

[ad_1]

Replies: 1

Howdy. I see that you’ve stopped ongoing support of this plugin, but hopefully this helps others who may run into an issue in the future with PHP 8.0.

In leaflet-marker.php (line 829) and leaflet-tools.php (line 716), long strings are concatenated with . that also add two values together, like: text . text . number + 1 . text . text;

Support for this was deprecated in PHP 7.4 and removed from 8.0 and it should be adjusted to: text . text . ( number + 1 ) . text . text;

We’re hot-fixing this, though it would be very helpful if it is included with any other update that may get pushed with this plugin. Thank you!

 

This site will teach you how to build a WordPress website for beginners. We will cover everything from installing WordPress to adding pages, posts, and images to your site. You will learn how to customize your site with themes and plugins, as well as how to market your site online.

Buy WordPress Transfer