You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The plugin produces errors on the 404 page:
Notice: Undefined index: in /some/path/pico/plugins/PicoPlacing/PicoPlacing.php on line 134
Notice: Undefined index: in /some/path/pico/plugins/PicoPlacing/PicoPlacing.php on line 135
Can be hotfixed by checking for $currentPage in onPagesLoaded:
The plugin produces errors on the 404 page:
Notice: Undefined index: in /some/path/pico/plugins/PicoPlacing/PicoPlacing.php on line 134
Notice: Undefined index: in /some/path/pico/plugins/PicoPlacing/PicoPlacing.php on line 135
Can be hotfixed by checking for
$currentPage
inonPagesLoaded
:The text was updated successfully, but these errors were encountered: