Page 1 of 1

_editor_url problem

Posted: Wed Nov 03, 2004 9:48 am
by Simm
Hi,

I am having some difficulties getting HTMLAREA to work with CMSMS 0.71.. on a fresh install it works flawlessly, but the second time I log into the cms - HTMLAREA claims that the _editor_url is set incorrectly..

My paths are set like you can see below - everything is working but HTMLAREA - and I haven't modified header.php in any way.

$config["root_url"] = "http://localhost/imranders";
$config["root_path"] = "D:\\websites\\imranders";

(I'm on WinXP running Apache 2.0.52 and IIS 5.1 w/PHP 4.3.9 (CGI mode))

Can you help me? Thanks in advance!

Simm

_editor_url problem

Posted: Wed Nov 03, 2004 6:19 pm
by Virco
Shouldn't

Code: Select all

$config["root_path"] = "D:\\websites\\imranders"; 
be

Code: Select all

$config["root_path"] = "D:/websites/imranders";