I know this has probably been answered but i've searched far and near and cannot find out what I need to do to get the images to upload with the cataloger or fckeditor.
I have changed all of my directories that the images go to, to 777 and no luck. I've tried changing the file creation mask to 002 and still no luck. If someone could point me into the correct direction it would be greatly appreciated.
I'm using CMS Made Simple 1.1.4.1 and Cataloger 0.5.5.
Cataloger Image Troubles
Re: Cataloger Image Troubles
hey nautical,
hm ok, what about your config file? have you looked in there? it sets one base-line.
also: have you tried the "test" in the admin panel?
hm ok, what about your config file? have you looked in there? it sets one base-line.
also: have you tried the "test" in the admin panel?
Re: Cataloger Image Troubles
I'm not sure what i'd have to check in the config.php to get this to work. I have had no troubles in past versions of cmsms and now for some reason I cannot get it to work.
In the mask i have set it to different numbers and have had no luck thus far with uploading. When I do a test everything appears to be working properly.
In the mask i have set it to different numbers and have had no luck thus far with uploading. When I do a test everything appears to be working properly.
Re: Cataloger Image Troubles
Isn't that always the case though?
#Permissions for uploaded files. This only really needs changing if your
#host has a weird permissions scheme.
$config['default_upload_permission'] = '664';
That's it right there.
Is this a new host? I think it'd be worth you dropping them a line to ask them what are their permission settings....

#Permissions for uploaded files. This only really needs changing if your
#host has a weird permissions scheme.
$config['default_upload_permission'] = '664';
That's it right there.
Is this a new host? I think it'd be worth you dropping them a line to ask them what are their permission settings....