The IPE will produce various 404 errors when trying to unlock. This is due to lockPath being a relative url.

CommentFileSizeAuthor
#1 panels-IPE-unlock-path-1556540-1.patch965 bytestwistor

Comments

twistor’s picture

Title: IPE sets relative unlock path. » Use url() for IPE lockPath.
Status: Active » Needs review
StatusFileSize
new965 bytes

It 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.

henrijs.seso’s picture

Yep, no more 404s. Thumbs up.

merlinofchaos’s picture

Status: Needs review » Fixed

Yay! That one was annoying me. Glad to find a patch in the queue!

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

  • Commit ce7d31e on 7.x-3.x, 7.x-3.x-i18n, 8.x-3.x by merlinofchaos:
    Issue #1556540 by twistor: IPE lock path sometimes 404s due to relative...