• Resolved MCS

    (@mcsgroup)


    Hey, i get this error.
    I have changed the API code but it did not help. How can i resolve this?

    Thanks.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi,

    Please find the following file /wp-content/plugins/wd-google-maps/frontend/views/GMWDViewFrontendMap.php on line 27

    Search for the script if($options->gdpr == 1 && empty($_COOKIE["gmwd_gdpr_accept"])){

    and replace it with the following one

    if(isset($options->gdpr) == 1 && empty($_COOKIE["gmwd_gdpr_accept"])){

    If this does not fix the issue, please contact our Customer Care Team mentioning this forum thread URL.

    The email address is > [email protected]

    Thank you and have a nice day!

    You have to do 3 similar patches also for the admin view. Why don’t you fix this and submit a new version of the plugin?

    Plugin Support Suzie

    (@suziekh)

    Hi @christer_f,

    We are sorry for the inconvenience.

    This is not a general issue, for that reason we cannot push a global update.

    However, the updated version of the plugin will come with more improved features surely.

    Did the above mentioned help you?

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Map not showing on frontend -> Undefined property: stdClass::$gdpr’ is closed to new replies.