Page 1 of 1

Problem with Photo Album

Posted: Mon Sep 17, 2007 10:25 pm
by somnathnag
I am new to CMS Made Simple.

I am working on the test site www.somnathnag.com/cms/

I am facing problem with adding photo album.

The steps I took :
1. Added few photos under Content -> Photo Albums with album name as Test
2. Added a new Page Content called "test photo"
3. I have added to the page : {cms_module module='album'}
4. But if I click on the link I get this problem :
test photo

Warning: WARNING: Album is not properly cleaning input params. in /homepages/15/d96884875/htdocs/wsc96884881/cms/lib/classes/class.module.inc.php on line 1501

and don't see any photo. Try out at www.somnathnag.com/cms/  Click at 'test photo'

Help me to fix it.

Thanks
Somnath

Re: Problem with Photo Album

Posted: Tue Sep 18, 2007 5:01 am
by Dr.CSS
Which ver. of everything?...

Re: Problem with Photo Album

Posted: Tue Sep 18, 2007 2:32 pm
by somnathnag
I have downloaded just 2 days back - so its the latest stable version. The CMSMS version is 1.1.2
$CMS_VERSION = "1.1.2";
$CMS_VERSION_NAME = "Savaii";
$CMS_SCHEMA_VERSION = "28";

For the album module - I couldn't figure out the version - its the latest one.

Re: Problem with Photo Album

Posted: Wed Sep 19, 2007 6:11 pm
by Dr.CSS
Go to Extensions > Modules to see Album ver. number...

Have you tried using 'Album' in the tag?...

Re: Problem with Photo Album

Posted: Wed Sep 19, 2007 6:18 pm
by RonnyK
To not see the error you might want to uncheck the box at the bottom of the "global settings".
In that same list on top is the UMASK, is that set to 002, so that others can see as well, and not only the uploader?

How did you upload the images, with FTP or ImageManager, make sure the permissions are 755.

@mark, what do you mean with "Album in the tag", isn't he doing so in step 3, or do I understand wrong....

Ronny

Re: Problem with Photo Album

Posted: Wed Sep 19, 2007 6:30 pm
by Dr.CSS
Some times they work better if you use upper case...

You have around the album tag in the page, edit page and look at html/source in edit box you may see the code tags around the tag...

From first album page, test photo... the second one has the code tags around it...


Warning:  WARNING: Album is not properly cleaning input params. in /homepages/15/d96884875/htdocs/wsc96884881/cms/lib/classes/class.module.inc.php on line 1501




Re: Problem with Photo Album

Posted: Thu Sep 20, 2007 2:22 am
by somnathnag
1. The album version is : 0.9.2

2. By changing from {cms_module module='album'} to {cms_module module='Album'} - it doesn't work.

3. By unchecking the box in the 'global settings' - the error/warning message does goes away but doesn't solve the problem - I still can't see the photos.

4. I changed the UMASK value to 002

5. I used ImageManager to upload the file - chnaged the permission to 755 - still it didn't show up.

6. On looking at the html - this is what I have :
{cms_module module='Album'}

I don't see anything like yours Mark - may be I am looking at the wrong place.

Mark - I liked your web-site : www.multiintech.com
I liked the gallery at : http://www.multiintech.com/uploads/simp ... index.html

Thanks for all your time.
Please help - I really want to get this issue resolved.

Thanks
Somnath.