• When accessing the Posts page, a Notice like this is shown:

    Notice: Undefined index: post_type in /wp-content/plugins/cf7-google-map/admin/class-cf7-googleMap-admin.php on line 297

    This problem can be fixed adding “&& isset($_GET[‘post_type’])” to the 297 line as:

    case strpos($key, ‘post_type=’) !== false && isset($_GET[‘post_type’]) && $_GET[‘post_type’] === str_replace(‘post_type=’,”,$key):

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Aurovrata Venet

    (@aurovrata)

    Hola Leandro,

    thank you for the notice, I will rectify this in the repo, and release in v1.3.3

    If you find other issues, or would like to contribute some quick-fix, you can also to a PR on the github repo, probably more efficient that through this support forum ??

    Hello Aurovrata!

    I couldn’t find the repo for this plugin before, and that was the reason why I posted this message here. But now I did it the right way, opening a PR on the GitHub. ??

    Thanks for your work!

    Plugin Author Aurovrata Venet

    (@aurovrata)

    Nice one! Will roll out tomorrow…decided to implement some new functionality requested by another user so will release it together in v1.4.

    Btw have you tried the cf7 Smart Grid extension? If you’re a programmer you might enjoy the functionality it provides

    I’ll have a look at the cf7 Smart Grid.

    Thanks, Aurovrata!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Notice message’ is closed to new replies.