Images not in image manager anymore

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
Sandernekeman
Forum Members
Forum Members
Posts: 22
Joined: Sun Feb 08, 2009 8:34 pm

Images not in image manager anymore

Post by Sandernekeman »

Hi all,

To be able to develop quite easily i have installed cms with it's CMS folder to my domain name, like www.domainname.com/cms/etc

Now, when going live, I have moved all files a level up and removed the folder 'cms', so its now www.domainname.com/etc.

After doing that and removing 'cms' in the appropriate paths in the config.php, i can not see my images in image manager anymore.

- I can still upload new images
- I can still add images (also these new ones) to my pages

What did I do wrong and what can I do to solve this?

Regards,

Sander
replytomk3

Re: Images not in image manager anymore

Post by replytomk3 »

Check image settings in config.php.
Sandernekeman
Forum Members
Forum Members
Posts: 22
Joined: Sun Feb 08, 2009 8:34 pm

Re: Images not in image manager anymore

Post by Sandernekeman »

Hi, thanks for your reply.

Shouldn't these settings be OK, when all my files are directly placed under www.mommymakeover.nl

#See http://wiki.cmsmadesimple.org/index.php ... ge_Manager for more
#info on what this all means
$config['image_manipulation_prog'] = 'GD';
$config['image_transform_lib_path'] = '/usr/bin/ImageMagick/';

#Default path and URL for uploaded images in the image manager
$config['image_uploads_path'] = '/storage/mijndomein/users/135071/public/sites/www.mommymakeover.nl/uploads/images';
$config['image_uploads_url'] = $config['root_url'] . '/uploads/images';

in my ftp file server the images can be easily found under uploads/images...

Regards
replytomk3

Re: Images not in image manager anymore

Post by replytomk3 »

I think that other people are waiting for more details, like a screenshot...
Fe, does this apply: " Thumbnails not working?" http://wiki.cmsmadesimple.org/index.php/User_Handbook/Admin_Panel/Content/Image_Manager
User avatar
Dr.CSS
Moderator
Moderator
Posts: 12711
Joined: Thu Mar 09, 2006 5:32 am

Re: Images not in image manager anymore

Post by Dr.CSS »

Are the permissions correct on the folder, did you try adding the install folder and running install/upgrade.php or just /install/ and unchecking the install default content and the other one in step 5?...
Post Reply

Return to “CMSMS Core”