Hello,
I am experiencing the same album-level upload problem.
My environment is:
Joomla: 6.1.2; Community Builder: 2.11.0+build.2026.05.04.17.01.28.8d34d7a6cCB ; Gallery: latest available 4.1.2 build
What works:
- Share Media from the main Profile Gallery opens normally and uploads media.
- Creating a new album works.
- Media uploaded at the main Gallery level can be moved successfully into an existing album.
What fails:
- After opening either a newly created album or an existing album, clicking Share Media in that album sends the following background request: option=com_comprofilerview=pluginclassplugin=cbgalleryaction=gallery.shareformat=rawfolder=[album id]
- That request returns 401 Unauthorized.
- Refreshing the page and reopening the album does not change the result.
Troubleshooting already completed:
- Updated CB Gallery to the latest 4.1.2 build.
- Cleared Joomla, hosting and browser caches.
- Deleted the older albums and tested with a newly created album.
- Compared the Profile Gallery configuration with the Joomlapolis demo site.
The important Profile Gallery values match the demo:
Asset: profile.[displayed_id]
Media Create: Yes
Media Create Access: Owner Only
Albums Create: Yes
Albums Create Access: Owner Only
Approval: No
The same logged-in profile owner can create the album, upload media at the Gallery root and move media into the album, but cannot open Share Media from inside that album.
The development site is protected with HTTP Basic Authentication. The failed request contains both the Basic Authorization header and the Joomla logged-in session cookies.
Could the protected-site authentication interact with CB Gallery’s album-level 401 response, or is there another album-specific access setting that is not represented in the Profile Gallery configuration?
Please let me know which additional setting or diagnostic information would help identify why the folder-specific access check is failing. Thank you.