Page 1 of 1

I moved the image manager in config.php but no thumbnails?

Posted: Mon Jan 14, 2013 11:52 pm
by Rabel
Hi Guys, I moved the image gallery to reflect where my images are located at like this

$config['image_uploads_path'] = '/home/yourdomain.com/html/media/images';
$config['image_uploads_url'] = $config['root_url'] . '/media/images';

But i am not showing any thumbnails in the image manager. Arent these created automatically, please help so that the client can see the images.
Thanks,
Randy

Re: I moved the image manager in config.php but no thumbnail

Posted: Tue Jan 15, 2013 12:02 pm
by SpringSummer
There are two more config.php settings related to thumbnail creation.

Re: I moved the image manager in config.php but no thumbnail

Posted: Tue Jan 15, 2013 5:09 pm
by Rabel
ok sorry where can I find them.

Re: I moved the image manager in config.php but no thumbnail

Posted: Thu Jan 31, 2013 7:21 pm
by Dr.CSS
Return the paths back to the original and just use uploads/images for images, no need to mess with config file...