• Hi. After updating the plugin to version 4.1.1, errors appeared.

    Notice: Undefined index: infowindow_openoption in C:\xampp\htdocs\pg\wp-content\plugins\wp-google-map-plugin\modules\shortcode\views\put-wpgmp.php on line 88

    Notice: Undefined index: infowindow_openoption in C:\xampp\htdocs\pg\wp-content\plugins\wp-google-map-plugin\modules\shortcode\views\put-wpgmp.php on line 90

    Notice: Undefined index: infowindow_openoption in C:\xampp\htdocs\pg\wp-content\plugins\wp-google-map-plugin\modules\shortcode\views\put-wpgmp.php on line 92

    Notice: Undefined index: infowindow_setting in C:\xampp\htdocs\pg\wp-content\plugins\wp-google-map-plugin\modules\shortcode\views\put-wpgmp.php on line 98

    Notice: Undefined index: marker_default_icon in C:\xampp\htdocs\pg\wp-content\plugins\wp-google-map-plugin\modules\shortcode\views\put-wpgmp.php on line 110

    Notice: Undefined index: infowindow_bounce_animation in C:\xampp\htdocs\pg\wp-content\plugins\wp-google-map-plugin\modules\shortcode\views\put-wpgmp.php on line 112

    Notice: Undefined index: full_screen_control_position in C:\xampp\htdocs\pg\wp-content\plugins\wp-google-map-plugin\modules\shortcode\views\put-wpgmp.php on line 122

    WP ver. 5.3.2
    PHP 7.2.26

    How can this be fixed? Thanks in advance!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello,
    It seems you have enabled a wp-debug at the wp-config.php file. Please disable it and your issue will be resolved.

    Your code should be
    define( ‘WP_DEBUG’, false );

    Your issue will be resolved.

    Thanks

    Thread Starter demonshi

    (@demonshi)

    Thanks for the answer. Do you think that by closing the display of the problem, it will disappear? Like magic, right?

    Can you tell me what these errors are related to?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Plugin errors after update 4.1.1’ is closed to new replies.