Page 1 of 1
CMS Made Simple 1.4.1 - missing images when adding from upload folder
Posted: Thu Jan 22, 2009 7:40 pm
by tonypb
everytime i add images, i get a missing image icon... if i change the code so that they are linked to "images/cms/ they show up fine... any ideas???
Re: CMS Made Simple 1.4.1 - missing images when adding from upload folder
Posted: Thu Jan 22, 2009 7:52 pm
by tyman00
My crystal ball broke... I can't see which code you are talking about. Can you please share?
Re: CMS Made Simple 1.4.1 - missing images when adding from upload folder
Posted: Thu Jan 22, 2009 7:57 pm
by tonypb
tyman00 wrote:
My crystal ball broke... I can't see which code you are talking about. Can you please share?
huh??
works fine
- the normal way of adding images gives me missing images
Re: CMS Made Simple 1.4.1 - missing images when adding from upload folder
Posted: Thu Jan 22, 2009 7:58 pm
by RonnyK
How do you upload the files, as the /cms folder is the CMSMS folder, user-files should be uploaded in /uploads, or any folder under there. Make sure that the permissions on the files is correct
Ronny
Re: CMS Made Simple 1.4.1 - missing images when adding from upload folder
Posted: Thu Jan 22, 2009 8:03 pm
by tonypb
RonnyK wrote:
How do you upload the files, as the /cms folder is the CMSMS folder, user-files should be uploaded in /uploads, or any folder under there. Make sure that the permissions on the files is correct
Ronny
permissions are ok... i normally click on the image icon in the text editor (which opens the "uploads/images/" folder) - i click on the image i want but when i click on the button to add it, i get a missing image icon... i went back and changed the code to the "images/cms/" manually to test and images showed up just fine...
i did everything the same way i have done in all instances of same version of the CMS but first time i get this problem
Re: CMS Made Simple 1.4.1 - missing images when adding from upload folder
Posted: Thu Jan 22, 2009 8:07 pm
by tyman00
Note: For future reference, if your first post would have had the information from all three of your posts in this thread you would have had a better answer and you would have had it faster. Posts with very little information tend to get ignored because people get tired of asking questions to get details to help you.
About the subject at hand: What is the "uploads directory" set to in your config.php file? Maybe some of the references there are incorrect.
Re: CMS Made Simple 1.4.1 - missing images when adding from upload folder
Posted: Thu Jan 22, 2009 8:11 pm
by tonypb
I see the list of images just fine when trying to add images the normal way "uploads/images/" but when i click OK to add them... they don't show up.
Re: CMS Made Simple 1.4.1 - missing images when adding from upload folder
Posted: Thu Jan 22, 2009 8:12 pm
by tyman00
You didn't answer my last question. We've already established that your images aren't viewable when you click ok to add them.
Have you checked your page source to see where the images are trying to link to? There is a botched setting somewhere, the system wouldn't just change the defaults on it's own. CMSMS is good, but not that good

Re: CMS Made Simple 1.4.1 - missing images when adding from upload folder
Posted: Thu Jan 22, 2009 8:14 pm
by tonypb
#Where are uploaded files put? This defaults to uploads.
$config['uploads_path'] = '/home/content/j/e/n/jenlatter/html/uploads';
#Where is the url to this uploads directory?
$config['uploads_url'] = $config['root_url'] . '/uploads';
#---------------
#Upload Settings
#---------------
#Maxium upload size (in bytes)?
$config['max_upload_size'] = 8000000;
#Permissions for uploaded files. This only really needs changing if your
#host has a weird permissions scheme.
$config['default_upload_permission'] = '664';
Re: CMS Made Simple 1.4.1 - missing images when adding from upload folder
Posted: Fri Jan 23, 2009 9:40 am
by Rolf
Hello Tonypb
works fine
- the normal way of adding images gives me missing images
Perhaps a stupid remark from me, but don't you mix up the 2 'image' folders on cmsms...?
There is 1 in the root with the subfolder cms, witch is used for the layout of the site..
And the second one is in the folder 'uploads' witch you see from the manager.
If this isn't the case, please forget this remark!
Have a great day, Rolf

Re: CMS Made Simple 1.4.1 - missing images when adding from upload folder
Posted: Fri Jan 23, 2009 3:34 pm
by tonypb
that one folder that is SUPPOSED to be the one for "uploading" images is the one not working... reason for this posting
