Page 1 of 1

не прогружаются фотографии в модуле gallery

Posted: Sun Apr 17, 2011 7:17 pm
by InkKho
установлен модуль gallery 1.4.4
на странице с галереей уменьшенные картинки отображаются, но при клике на них большая картинка не загружается (выдается сообщение о том, что контент не может быть загружен... исходный код страницы смотрел - пути все верно прописаны... в чем может быть проблема? версия cmsms - 1.6.6

Re: не прогружаются фотографии в модуле gallery

Posted: Sun Apr 17, 2011 9:56 pm
by Jos
Could you check if you have the {metadata} tag in your page template?

Re: не прогружаются фотографии в модуле gallery

Posted: Mon Apr 18, 2011 3:23 am
by InkKho
Jos wrote:Could you check if you have the {metadata} tag in your page template?
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.

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

Posted: Mon Apr 18, 2011 10:52 am
by Jos
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?

Re: не прогружаются фотографии в модуле gallery

Posted: Mon Apr 18, 2011 7:02 pm
by InkKho
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?
Oh! Thanks!
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.