Quote from: rdaneeel at Dec 16, 2014, 01:45 PMHi, This fix worked for me
https://github.com/modxcms/Gallery/issues/53
Another snag for me was the slash in front of gallery.files_path
so i need a slash infront of gallery.files_path . (/my/albums/folder/)
but NO slash infront of gallery.files_url . (my/albums/folder/)
Rdg
Hi,
I had this issue for years since updating Revo and this fix dont work for me.
So, if you have the problem of not correct showing or creating the files in manager, if single upload work but multi upload not, than this will be
the right solution:
After updating to Revo 2.4 I gave Gallery a new chance and I installed on a subdomain the 2.4 new only with Gallery to see why it works on a new install! On my updated live Domain I made the same approach in manager as in the new install. It is a path-problem and a media-source problem.
So find following system settings and change it to this:
- make a media resource and set basePath and baseUrl to
nothing, basePathRelativ and baseUrlRelativ give a
Yes!
- then go to system settings/Gallery and change gallery.mediaSource to created above and
- give gallery.thumbs_prepend_site_url a No and
- gallery.default_batch_upload_path set to {assets_path}images/ and
- gallery.files_path set to [[++assets_path]]gallery/ and
- gallery.files_url set to [[++assets_url]]gallery/
Thats all!
Single and multi upload works and I am sure the others also.
I hope this helps!