Undefined index: thumbnail
-
I debugged my develop site and found this row in the debug.log:
[02-Jul-2013 07:26:53 UTC] PHP Notice: Undefined index: thumbnail in /wp-content/plugins/codepeople-post-map/include/functions.php on line 449
Changed if statement in functions.php file to
if(isset($options["thumbnail"]) && $options["thumbnail"])
No more message about that in debug.log
https://www.ads-software.com/extend/plugins/codepeople-post-map/
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Undefined index: thumbnail’ is closed to new replies.