Page 1 of 1

../ instead of ./ installation directory problem

Posted: Thu Jan 08, 2009 2:59 pm
by myles
Hi guys,

I'm evaluating this CMS for a large public sector organisation in the UK.

I've already got stuck in that I transferred it to:
/localhost/cmsmadesimple/

then something went wrong and I deleted localhost in the config file and it worked

But now I'm inserting images through tinymce into the homepage and they're referencing as:
../uploads/images/
instead of
./uploads/images/

why doesn't it just use the image settings from the config file, which would be correct!!
here are my relevant entries in config.inc
$config['root_url'] = '/cmsmadesimple';
$config['image_uploads_path'] = 'C:\Program Files\Apache Software Foundation\Apache2.2\htdocs\cmsmadesimple\uploads\images';
$config['image_uploads_url'] = $config['root_url'] . '/uploads/images';

help gratefully received

Myles

Re: ../ instead of ./ installation directory problem

Posted: Thu Jan 08, 2009 3:10 pm
by myles
Sorry just for added clarity:
it all seems to be working fine backend and frontend in this localhost/cmsmadesimple subdirectory it's just adding images so far that's come acropper.

Re: ../ instead of ./ installation directory problem

Posted: Thu Jan 08, 2009 6:07 pm
by Dr.CSS
What are you using to do your localhost?...

A little more info can go a long way...