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
Images not in image manager anymore
-
- Forum Members
- Posts: 22
- Joined: Sun Feb 08, 2009 8:34 pm
-
- Forum Members
- Posts: 22
- Joined: Sun Feb 08, 2009 8:34 pm
Re: Images not in image manager anymore
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
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
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
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
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?...