The IPE will produce various 404 errors when trying to unlock. This is due to lockPath being a relative url.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | panels-IPE-unlock-path-1556540-1.patch | 965 bytes | twistor |
The IPE will produce various 404 errors when trying to unlock. This is due to lockPath being a relative url.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | panels-IPE-unlock-path-1556540-1.patch | 965 bytes | twistor |
Comments
Comment #1
twistor commentedIt seems the problem is that url() should be called on the path. It only shows up in certain cases because url() is used or the path is wrapped in something that calls url() eventually.
Comment #2
henrijs.seso commentedYep, no more 404s. Thumbs up.
Comment #3
merlinofchaos commentedYay! That one was annoying me. Glad to find a patch in the queue!