rvalitov / widgetkit-map-ex

Responsive version of Yootheme's Map Widget (Widgetkit2) with center map point and advanced features
GNU General Public License v3.0
22 stars 3 forks source link

PHP5 notice and PHP7 error when debug output is activate #52

Closed rvalitov closed 7 years ago

rvalitov commented 7 years ago

When debug output is active, then in some cases notice level warning can be found in log:

Undefined offset: 0 in WidgetkitExPlugin.php on line 1063

Besides, the debug output can lead to incomplete rendering of the debug data in console (PHP5) and can break the rendering of the widget completely (PHP7).