Hi i have just installed this module and i have run into a problem. I have tried everything I can but so far no joy. After i have uploaded the images and I go view the gallery, instead of nice picture all I have is nasty little squat boxes.............. see image included. Perhaps someone could give me some advice on this.

I hope it’s just my own inability not being able to see the answer in front of me LOL.

hadrian

CommentFileSizeAuthor
no_image.jpg41.37 KBHadrian

Comments

Grammer’s picture

Version: 7.x-1.x-dev » 7.x-1.0-beta6
Assigned: Hadrian » Unassigned

same issue.
Solution:
Enable Chaos tools first, then Media, Media Gallery last
Steps:
1.Fresh install D7.7, since media cannot be uninstalled properly
2.Copy modules to yoursite\sites\all\modules:
Chaos tools, 7.x-1.0-rc1,
Media, 7.x-1.0-beta5,
Media Gallery, 7.x-1.0-beta6
Multiple forms,7.x-1.0-beta2

3.Enable 'Chaos tools' and other modules in 'Chaos tools Suite', save.
Following directory will be generated automatically:
yoursite\sites\default\files\styles
4.Enable following modules, save
File Entity (bundled with Media)
Media
Multiple forms
5.Enable 'Media Gallery' and other modules, save
6.Add content, Gallery, e.g.,
Title: g1,
save
7.Add media (image) to g1, one by one
8.Repeat step 6 and 7

Note: Following directories will be generated after step 6 and 7:
yoursite\sites\default\files\styles\media_gallery_thumbnail, etc.

onny’s picture

Version: 7.x-1.0-beta6 » 7.x-1.0-beta7

Well, I'm experience the same issue and maybe can give more informations.
@Grammer
I followed your instructions several times but with "clean urls" enabled in drupal 7.9, the thumbnails didn't get generated in "yoursite\sites\default\files\styles\media_gallery_thumbnail". The images are uploaded without any problems in full (original) resolution and the strange thing is, that the thumbnails appears after disabling and re-enabling "clean urls". What should I do?

sphankin’s picture

I am having the exact same problem as onny.

Thumbnails don't work when created WITH clean urls.
Thumbnails work when created WITHOUT clean urls.
Thumbnails created with clean urls work when clean urls are disabled and enabled again.

Did you fix this?

Thanks

moloc’s picture

Title: No images visible » No images visible / thumbnails not generated

Marked #1367226: Broken Thumbnails - No Thumbnails Created? as duplicate.

Maybe another module is breaking the thumbnail.
Can you try disabling oder modules, or list here all the modules you use?

sphankin’s picture

My enabled modules are as follows:
Menu Per Role
Front Page
Block Cache Alter
Chaos tools
Field Permissions
File Field Sources
Mail System
Mass Contact
Mime Mail
Mime Mail CSS Compressor
File entity
Media
Media Gallery
Plupload integration module
Auto Assign Role
Disable breadcrumbs
Email Confirm
Entity API
Exclude node title
Libraries
LoginToboggan
Menu Firstchild
Multiple forms
Nodeaccess
Profile2
Quicktabs
Quicktabs Styles
Realname registration
Fuzzy Search
CKEditor
elFinder
elFinder File Field Source
Views
Views Export XLS
Views RSS
Views Slideshow
Views UI
Webform

Thanks!

moloc’s picture

bensnyder’s picture

check if your files folder is writable by the webserver.

If you're using ubuntu...
chown -R www-data:www-data [your_files_directory]

lsolesen’s picture

Status: Active » Fixed

I guess this issue has been solved seeing no answer for month. Please set back to active, if that is not the case.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

bensnyder’s picture

I found my problem (finally!): nothing was checked on /admin/structure/file-types/manage/image/file-display

Doooh!