_editor_url 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
Simm

_editor_url problem

Post 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
Virco

_editor_url problem

Post by Virco »

Shouldn't

Code: Select all

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

Code: Select all

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

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