Question

"Links using UIDs" is activated. Same for "link integrity".

On a few pages images do not show up. The link to images is something like .../datenabgleichtool/resolveuid/4ff237ae-1b26-4854-90cc-892ee84a1ad0/@@images/image/preview.

When I manually edit the page and reinsert the image in TinyMCE, then this image url changes to /datenabgleichtool/screenshot_odbc.png/@@images/a96678a5-1fc1-45eb-832e-e24ddecda8da.png.

What could have happend and how can I correct all pages without manually reinserting images? Thanks for any hint!

Was it helpful?

Solution

Links using UID is a great feature. Plone store "resolveuid/YOURUID" as the path to the object. So you can change the path of this object without updating all your content which use it.

When rendering happens Plone transform theses to real path / URL.

Even if the transform do not happens, URL with resolveuid will work in browser because there is a view or PythonScript which do the redirect.

So if your image do not show up it can be:

  • because you have deleted it
  • because your current location is weird.
  • there is a bug
Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top