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
Album on CMSMS 1.2 doesn't work
Re: Album on CMSMS 1.2 doesn't work
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
Ronny
-
- Forum Members
- Posts: 26
- Joined: Wed Mar 29, 2006 4:08 pm
Re: Album on CMSMS 1.2 doesn't work
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.....
http://www.url.com/http://www.url.com/album.....
Re: Album on CMSMS 1.2 doesn't work
Hi,
changing the URL is the key.
I compared the old and the new config.php:
the new one
I changed it to:
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
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';
Code: Select all
$config['image_uploads_url'] = $config['root_url'] . '/uploads/images';
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
Re: Album on CMSMS 1.2 doesn't work
The images are/should be in uploads/images, the information as to where they are once they are used is stored in the DB...