Gilbertdelyon
Gilbertdelyon
**Now I understand what appens.** Crop of the spaces table in my test site  The culprit is space_id =2 It is set with **visibility =0 = Private(invisible)** If I...
just to complete: I just spent an hour testing various cases and this is the result of my investigations  Now I understand why the number of displayed spaces varies...
@marc-farre If at the end of the day it can help improving HH, that's my pleasure Just to complete [Here above](https://github.com/humhub/humhub/issues/6622#issuecomment-1771707985) I wrote _"it's a bit confusing"_ Just to illustrate:...
@luke- You wrote: "_We should rethink that."_ My 2 cents, on the basis of what I investigated, but may be I missed some other cases I would suggest the following...
In the meantime I found that I was on the wrong way (newbee error). I need to use `object_id`. from `file` table and compare with `id` in `cfile-file` table
Thanks Luke, No succes with your advice But it still works in FFox and Edge In Chrome it works only if we use relative url. And in Chrome/Android it doesn't...
Same issue on my side
After some more testing, this is what I understand: **Context:** Private space Private folder **STEP 1 Add a new file** It's private by default Notification is added to queue and...
You are right. Sorry, I made mistake between Private space and Private Content in a Public Space. So, I performed new tests in all contexts: - Space: Private/Public - Content:...
**May I ask a newbie question? (only for my personnal knowledge)** In HH I guess all images are are served by PHP. url example `https://mydomain.xyz/index.php?r=file%2Ffile%2Fdownload&guid=c99b3fe3-1234-5678-95fc-c9bd4450a800` Php will the execute the...