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
Problem with Photo Album
Re: Problem with Photo Album
Which ver. of everything?...
Re: Problem with Photo Album
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.
$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
Go to Extensions > Modules to see Album ver. number...
Have you tried using 'Album' in the tag?...
Have you tried using 'Album' in the tag?...
Re: Problem with Photo Album
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
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
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
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
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.
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.