No Code Attached Yet
avatar sthibaut
sthibaut
19 Oct 2022

Steps to reproduce the issue

when com redirrect is in capture mode on a site under php 8.1 an error deprecated appears in each line of the url column the error is
Deprecated: rawurldecode(): Passing null to parameter #1 ($string) of type string is deprecated in /home/public_html/administrator/components/com_redirect/tmpl/links/default.php on line 123

Expected result

Actual result

System information (as much as possible)

Additional comments

it is fixed changing line 123 to

escape(rawurldecode($item->new_url ?? '')); ?>
avatar sthibaut sthibaut - open - 19 Oct 2022
avatar sthibaut sthibaut - change - 19 Oct 2022
Labels Removed: ?
avatar joomla-cms-bot joomla-cms-bot - change - 19 Oct 2022
Labels Added: No Code Attached Yet
avatar joomla-cms-bot joomla-cms-bot - labeled - 19 Oct 2022
avatar alikon
alikon - comment - 21 Oct 2022

please test #39005

avatar alikon alikon - change - 21 Oct 2022
Status New Closed
Closed_Date 0000-00-00 00:00:00 2022-10-21 07:21:34
Closed_By alikon
avatar alikon alikon - close - 21 Oct 2022

Add a Comment

Login with GitHub to post a comment