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
Replacing TODO: with $view->redirect('/') will prevent loading the editcache.tpl.php template, but is the redirect enough? Or should there be an additional message for the user to inform them about the issue?
I think the problem occurs when the user manually manipulates the URL.
The text was updated successfully, but these errors were encountered:
stefopl
changed the title
ErrorException: Undefined property src\Utils\View\View::$geocache in /lib/common_tpl_funcs.php due to invalid URL
Undefined property View::$geocache in common_tpl_funcs.php due to invalid URL
Nov 14, 2024
An ErrorException is triggered when attempting to access the cache edit page under the following conditions:
opencaching-pl/editcache.php
Lines 1161 to 1175 in d0cb7b5
Replacing
TODO:
with$view->redirect('/')
will prevent loading theeditcache.tpl.php
template, but is the redirect enough? Or should there be an additional message for the user to inform them about the issue?I think the problem occurs when the user manually manipulates the URL.
The text was updated successfully, but these errors were encountered: