Trying to access array offset on value of type null
-
Hello!
Having some issue when I try to create a new map. WordPress dies on me and says:
Trying to access array offset on value of type nullOffending line:
class-mapster-wordpress-maps-admin.php (line 392)
Changing the code to:
if ( $map_type && $map_type['map_provider'] == 'google-maps' ) {
seems to help!
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Trying to access array offset on value of type null’ is closed to new replies.