CMS Made Simple 1.4.1 - missing images when adding from upload folder

For questions and problems with the CMS core. This board is NOT for any 3rd party modules, addons, PHP scripts or anything NOT distributed with the CMS made simple package itself.
Post Reply
User avatar
tonypb
Forum Members
Forum Members
Posts: 104
Joined: Tue Nov 20, 2007 12:16 am

CMS Made Simple 1.4.1 - missing images when adding from upload folder

Post 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???
patino-burch design
Anthony Patino-Burch
tyman00
Power Poster
Power Poster
Posts: 906
Joined: Tue Oct 24, 2006 5:59 pm

Re: CMS Made Simple 1.4.1 - missing images when adding from upload folder

Post by tyman00 »

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.
User avatar
tonypb
Forum Members
Forum Members
Posts: 104
Joined: Tue Nov 20, 2007 12:16 am

Re: CMS Made Simple 1.4.1 - missing images when adding from upload folder

Post 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
patino-burch design
Anthony Patino-Burch
RonnyK
Support Guru
Support Guru
Posts: 4962
Joined: Wed Oct 25, 2006 8:29 pm

Re: CMS Made Simple 1.4.1 - missing images when adding from upload folder

Post 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
User avatar
tonypb
Forum Members
Forum Members
Posts: 104
Joined: Tue Nov 20, 2007 12:16 am

Re: CMS Made Simple 1.4.1 - missing images when adding from upload folder

Post 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
patino-burch design
Anthony Patino-Burch
tyman00
Power Poster
Power Poster
Posts: 906
Joined: Tue Oct 24, 2006 5:59 pm

Re: CMS Made Simple 1.4.1 - missing images when adding from upload folder

Post 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.
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.
User avatar
tonypb
Forum Members
Forum Members
Posts: 104
Joined: Tue Nov 20, 2007 12:16 am

Re: CMS Made Simple 1.4.1 - missing images when adding from upload folder

Post 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.
patino-burch design
Anthony Patino-Burch
tyman00
Power Poster
Power Poster
Posts: 906
Joined: Tue Oct 24, 2006 5:59 pm

Re: CMS Made Simple 1.4.1 - missing images when adding from upload folder

Post 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 ;)
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.
User avatar
tonypb
Forum Members
Forum Members
Posts: 104
Joined: Tue Nov 20, 2007 12:16 am

Re: CMS Made Simple 1.4.1 - missing images when adding from upload folder

Post 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';
patino-burch design
Anthony Patino-Burch
User avatar
Rolf
Power Poster
Power Poster
Posts: 7825
Joined: Wed Apr 23, 2008 7:53 am
Contact:

Re: CMS Made Simple 1.4.1 - missing images when adding from upload folder

Post 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  :D
- + - + - + - + - + - + -
LATEST TUTORIAL AT CMS CAN BE SIMPLE:
Migrating Company Directory module to LISE
- + - + - + - + - + - + -
Image
User avatar
tonypb
Forum Members
Forum Members
Posts: 104
Joined: Tue Nov 20, 2007 12:16 am

Re: CMS Made Simple 1.4.1 - missing images when adding from upload folder

Post by tonypb »

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
Post Reply

Return to “CMSMS Core”