Notice message
-
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)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Notice message’ is closed to new replies.