with regards to line 47 above, you can try:
PHP Code:
// from
parse_str(parse_url($_SERVER['HTTP_REFERER'], PHP_URL_QUERY), $parameters_array); #GET REFERING PAGE's PARAMETERS
//to
parse_str((parse_url($_SERVER['HTTP_REFERER'], PHP_URL_QUERY) ?? ''), $parameters_array); #GET REFERING PAGE's PARAMETERS
that one may be trickier to debug.

Originally Posted by
targetmarts
[21-Aug-2023 14:04:16 UTC] Request URI: /admin/index.php?cmd=addon_keyword_capturing, IP address: 246.132.211.160, Language id 1
#0 /home/../public_html/heelsbags/admin/addon_keyword_capturing.php(177): zen_debug_error_handler()
#1 /home/../public_html/heelsbags/admin/index.php(11): require('/home/g67mwiq1l...')
--> PHP Warning: Undefined variable $Limit in /home/../public_html/heelsbags/admin/addon_keyword_capturing.php on line 177.
i would suggest reading this complete thread as the solution as already been provided.
best.
Bookmarks