Page 1 of 1

Images not in image manager anymore

Posted: Tue Jun 09, 2009 6:59 pm
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

Re: Images not in image manager anymore

Posted: Tue Jun 09, 2009 7:06 pm
by replytomk3
Check image settings in config.php.

Re: Images not in image manager anymore

Posted: Wed Jun 10, 2009 2:13 pm
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

Re: Images not in image manager anymore

Posted: Wed Jun 10, 2009 2:48 pm
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

Re: Images not in image manager anymore

Posted: Sat Jul 25, 2009 5:04 pm
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?...