../ instead of ./ installation directory problem

Help with getting the CMS CORE package up and running. This does not include 3rd party modules, PHP scripts, anything downloaded via module manager or from any external source.
Locked
myles
New Member
New Member
Posts: 2
Joined: Thu Jan 08, 2009 12:03 pm

../ instead of ./ installation directory problem

Post 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
myles
New Member
New Member
Posts: 2
Joined: Thu Jan 08, 2009 12:03 pm

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

Post 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.
User avatar
Dr.CSS
Moderator
Moderator
Posts: 12711
Joined: Thu Mar 09, 2006 5:32 am

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

Post by Dr.CSS »

What are you using to do your localhost?...

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

Return to “[locked] Installation, Setup and Upgrade”