Album on CMSMS 1.2 doesn't work

Have a question or a suggestion about a 3rd party addon module or plugin?
Let us know here.
Locked
schemberg
Forum Members
Forum Members
Posts: 17
Joined: Fri Oct 13, 2006 5:57 pm
Location: Kempen

Album on CMSMS 1.2 doesn't work

Post by schemberg »

Hi,

today I give CMSMS 1.2 a try. Most thinks seem to work, but I had trouble with the Album module (0.9.2):
- no thumbnails
- no category preview thumbnails
- no pictures, when you click on the placeholder for thumnail

... anyone with this problem?

Regards

Axel

p.s. same problem with new albums ... have a look at http://www.die-schembergs.de/index.php?page=tauchen
RonnyK
Support Guru
Support Guru
Posts: 4962
Joined: Wed Oct 25, 2006 8:29 pm
Location: Raalte, the Netherlands

Re: Album on CMSMS 1.2 doesn't work

Post by RonnyK »

It looks like permissions are wrong at the generated thumbnails. Check if your UMASK is set to 002 in Global Settings. Make sure that the thumbnails in the Album folder have more permissions.

Ronny
Stringfellow
Forum Members
Forum Members
Posts: 26
Joined: Wed Mar 29, 2006 4:08 pm

Re: Album on CMSMS 1.2 doesn't work

Post by Stringfellow »

I think your url:s in config.php are wrong. Check them first. Your image-urls looks like this:

http://www.url.com/http://www.url.com/album.....
schemberg
Forum Members
Forum Members
Posts: 17
Joined: Fri Oct 13, 2006 5:57 pm
Location: Kempen

Re: Album on CMSMS 1.2 doesn't work

Post by schemberg »

Hi,

changing the URL is the key.
I compared the old and the new config.php:
the new one

Code: Select all

$config['image_uploads_url'] = $config['root_url'] . 'http://die-schembergs.de/uploads/images'; 
I changed it to:

Code: Select all

$config['image_uploads_url'] = $config['root_url'] . '/uploads/images'; 
After that the URL look like this: http://die-schembergs.de/uploads/images ... /20185.jpg, not like Stringfellow assumes:
http://www.url.com/http://www.url.com/album ...

Because all the images are stored in the database, changing the UMASK has no effect.

Thanks for you help,

Axel
User avatar
Dr.CSS
Moderator
Moderator
Posts: 12711
Joined: Thu Mar 09, 2006 5:32 am
Location: Arizona

Re: Album on CMSMS 1.2 doesn't work

Post by Dr.CSS »

The images are/should be in uploads/images, the information as to where they are once they are used is stored in the DB...
Locked

Return to “Modules/Add-Ons”