I get the php error
Code: Select all
Got error 'PHP message: PHP Deprecated: htmlspecialchars_decode(): Passing null to parameter #1 ($string) of type string is deprecated in /home/SERVER/domains/DOMAIN.com/public_html/includes/apps/ultimate_seo_urls/main/validator.php on line 120'The line at includes/apps/ultimate_seo_urls/main/validator.php on line is
Code: Select all
$new_url = htmlspecialchars_decode( usu_Main::i()->hrefLink( usu_Main::i()->getVar( 'filename' ), url_query::parse ( usu_Main::i()->getVar( 'request_querystring' ) ) ) );I thought it was the filename in the Variable and tried things like “ hrefLink( usu_Main::i()->getVar( 'filename' ) ?? ‘’, “ but not worked.
The issue does not break the site, but would like to fix it, any pointers?
Kindest regards
David