Solved Uploaded images not appearing
-
I've just deployed a new DokuWiki, and none of the images I have uploaded are appearing on the site. Could this be some kind of permissions issue? I'm not sure how to begin diagnosing this. But let me know if anything comes to mind!
Thanks for your help.
-
@ntnsndr I assume the upload succeded? After you upload, you have to insert it into the post with something like
[[File:Tahaan.JPG]]
. -
You will also find the uploaded image somewhere inside
/app/data/images
. You can check using the File manager. -
Sorry for the delay. No, no success. I did upload them, but the logo.png image is not loading. See here: https://socialcoopwiki.medlab.host/
It also doesn't appear in the backend. Could it be that the file system permissions are not set properly?
-
Never mind, the permissions are all the same. And the file appears in the Cloudron file manager. But on the wiki it appears broken.
-
What's also weird is that in the DokuWiki media backend, not even the default DW images show (so maybe the problem is with the whole folder?):
-
I have the same problem.
I'm using the media manager to upload the images. I can see the settings of the images but it doesn't appear in preview.
The files are stored under /app/data/data/media/
I insert the images on the wiki with {{ ::image.png?400 |}}
What is the reason that the images are not visible on the page?
Thanks for your help!
-
I can reproduce the issue easily here. The files get correctly uploaded but fetching them from the app then results in 0bytes being delivered, while all headers are even correctly set. Still investigating...
-
nebulon
-
Possibly useful:
-
thanks for that hint, unfortunately those instructions also didn't seem to apply to our case. Quite strange how serving up static files can be so hard for a php application with obscure options there.
-
After further investigation, it very much seems that there is some encoding issue happening during the delivery of those images. Still this is a bit obscure to me and I haven't found a solution yet.
-
Hi,
is there a solution by now? -
This is fixed in the latest package.
-
girish