Page 1 of 1
Album on CMSMS 1.2 doesn't work
Posted: Sun Oct 28, 2007 6:27 pm
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
Re: Album on CMSMS 1.2 doesn't work
Posted: Sun Oct 28, 2007 6:38 pm
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
Re: Album on CMSMS 1.2 doesn't work
Posted: Mon Oct 29, 2007 7:42 am
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.....
Re: Album on CMSMS 1.2 doesn't work
Posted: Mon Oct 29, 2007 5:07 pm
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
Re: Album on CMSMS 1.2 doesn't work
Posted: Tue Oct 30, 2007 3:26 am
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...