- Issue created by @arefen
niharika.s โ changed the visibility of the branch 3499980-update-changes to hidden.
I have applied the changes according to given statement in this issue and also change the info file for D11 compatibility .
Hello
I get this error on my Drupal 10.4 with PHP 8.3 website:
Source path https://domain/url has to start with a slash
So I changed this
$dest_path = $redirect->getRedirectUrl()->toString();
to
$dest_path = parse_url($redirect->getRedirectUrl()->toString(), PHP_URL_PATH);
On line 23 on the seo_page.module the problem has been fixed. I think this is a bug
Active
1.0
Code
niharika.s โ changed the visibility of the branch 3499980-update-changes to hidden.
I have applied the changes according to given statement in this issue and also change the info file for D11 compatibility .