Plugin Error with PHP 7.4
-
I have a website with this plugin installed. The public site works fine but the admin area fails randomly with a 500 server error.
If I active the debug mode, only shows errors for this plugin:
Deprecated: Unparenthesized
a ? b : c ? d : eis deprecated. Use either(a ? b : c) ? d : eora ? b : (c ? d : e)in /…/wp-content/plugins/leaflet-map/shortcodes/class.map-shortcode.php on line 131Warning: Cannot modify header information – headers already sent by (output started at /…/wp-content/plugins/leaflet-map/shortcodes/class.map-shortcode.php:131) in /…/wp-includes/functions.php on line 6221
Warning: Cannot modify header information – headers already sent by (output started at /…/html/wp-content/plugins/leaflet-map/shortcodes/class.map-shortcode.php:131) in /…/html/wp-admin/includes/misc.php on line 1282
Warning: Cannot modify header information – headers already sent by (output started at /…/html/wp-content/plugins/leaflet-map/shortcodes/class.map-shortcode.php:131) in /…/html/wp-admin/includes/template.php on line 1962
Wordpress is updated to the last version.
Is the PHP version (7.4) the reason for this error? Can this error cause a 500 server error? Does this error have a solution in this version?- This topic was modified 5 years, 12 months ago by .
- This topic was modified 5 years, 12 months ago by .
The page I need help with: [log in to see the link]
The topic ‘Plugin Error with PHP 7.4’ is closed to new replies.