PHP Fatal error: Cannot use [] for reading in mappress_settings.php
-
After the latest module update site is fully down with PHP fatal error!
Fatal error: Cannot use [] for reading in /wp-content/plugins/mappress-google-maps-for-wordpress/mappress_settings.php on line 164Problematic lines are:
if ($i === false) { $style['id'] = ($id) ? $id : uniqid(); $options->$setting[] = $style; } else { $options->$setting[$i] = $style; }
This $options->$setting[] gives fatal error!
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘PHP Fatal error: Cannot use [] for reading in mappress_settings.php’ is closed to new replies.