Closed (fixed)
Project:
Honeypot
Version:
2.0.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
21 Sep 2016 at 12:26 UTC
Updated:
2 Dec 2021 at 18:26 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
imperator_99 commentedI'm getting the same error using version 8.x-1.27. The problem seems to be in using 'base://' prefix for the URL, which seems to pick up the most recent URL (in this case, /core/install.php).
Comment #3
tr commentedWell really the right way to do it in D8/D9 is to use the route instead of trying to construct a complete absolute path.
Can you test this to see if it fixes your problem?
Comment #4
tr commentedSorry, I made a stupid syntax error. Here's the correct patch.
Comment #6
tr commentedCommitted.