CMS Made Simple 1.4.1 - missing images when adding from upload folder
CMS Made Simple 1.4.1 - missing images when adding from upload folder
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???
patino-burch design
Anthony Patino-Burch
Anthony Patino-Burch
Re: CMS Made Simple 1.4.1 - missing images when adding from upload folder
My crystal ball broke... I can't see which code you are talking about. Can you please share?
If all else fails, use a bigger hammer.
M@rtijn wrote: This is a community. This means that we work together and have the same goal (a beautiful CMS), not that we try to put people down and make their (voluntary) job as difficult as can be.
Re: CMS Made Simple 1.4.1 - missing images when adding from upload folder
huh??tyman00 wrote: My crystal ball broke... I can't see which code you are talking about. Can you please share?
works fine
- the normal way of adding images gives me missing images
patino-burch design
Anthony Patino-Burch
Anthony Patino-Burch
Re: CMS Made Simple 1.4.1 - missing images when adding from upload folder
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
Ronny
Re: CMS Made Simple 1.4.1 - missing images when adding from upload folder
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...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
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
patino-burch design
Anthony Patino-Burch
Anthony Patino-Burch
Re: CMS Made Simple 1.4.1 - missing images when adding from upload folder
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.
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.
If all else fails, use a bigger hammer.
M@rtijn wrote: This is a community. This means that we work together and have the same goal (a beautiful CMS), not that we try to put people down and make their (voluntary) job as difficult as can be.
Re: CMS Made Simple 1.4.1 - missing images when adding from upload folder
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.
patino-burch design
Anthony Patino-Burch
Anthony Patino-Burch
Re: CMS Made Simple 1.4.1 - missing images when adding from upload folder
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
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

Last edited by tyman00 on Thu Jan 22, 2009 8:14 pm, edited 1 time in total.
If all else fails, use a bigger hammer.
M@rtijn wrote: This is a community. This means that we work together and have the same goal (a beautiful CMS), not that we try to put people down and make their (voluntary) job as difficult as can be.
Re: CMS Made Simple 1.4.1 - missing images when adding from upload folder
#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';
$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';
patino-burch design
Anthony Patino-Burch
Anthony Patino-Burch
Re: CMS Made Simple 1.4.1 - missing images when adding from upload folder
Hello Tonypb
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
Perhaps a stupid remark from me, but don't you mix up the 2 'image' folders on cmsms...?works fine
- the normal way of adding images gives me missing images
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

- + - + - + - + - + - + -
LATEST TUTORIAL AT CMS CAN BE SIMPLE:
Migrating Company Directory module to LISE
Migrating Company Directory module to LISE
- + - + - + - + - + - + -
Re: CMS Made Simple 1.4.1 - missing images when adding from upload folder
that one folder that is SUPPOSED to be the one for "uploading" images is the one not working... reason for this posting 

patino-burch design
Anthony Patino-Burch
Anthony Patino-Burch