установлен модуль gallery 1.4.4
на странице с галереей уменьшенные картинки отображаются, но при клике на них большая картинка не загружается (выдается сообщение о том, что контент не может быть загружен... исходный код страницы смотрел - пути все верно прописаны... в чем может быть проблема? версия cmsms - 1.6.6
не прогружаются фотографии в модуле gallery
Re: не прогружаются фотографии в модуле gallery
Could you check if you have the {metadata} tag in your page template?
Re: не прогружаются фотографии в модуле gallery
Yes, I have the {metadata} tag in my page template and I didn't make any changes in the default metadata in Site Admin/Global settings.Jos wrote:Could you check if you have the {metadata} tag in your page template?
Look at the page:
http://www.dinver.ru/index.php?page=uslugi
thumbnails are loaded but the full image can't be loaded

Re: не прогружаются фотографии в модуле gallery
I get a 403 error page when I try to open image http://www.dinver.ru/uploads/images/Gal ... 2/yuv1.jpg
Maybe there is a .htaccess redirect or permissions don't allow to read the file?
Maybe there is a .htaccess redirect or permissions don't allow to read the file?
Re: не прогружаются фотографии в модуле gallery
Oh! Thanks!Jos wrote:I get a 403 error page when I try to open image http://www.dinver.ru/uploads/images/Gal ... 2/yuv1.jpg
Maybe there is a .htaccess redirect or permissions don't allow to read the file?
The default permissions for the thumbnail were 0644 but for the uploaded full images were 0600... I don't know why it is so, but at least I can change permissions manually and it will work.