Hi pmagoo,
Can you show me your editor code?
And check this folder "CuteEditor_Files/Configuration/AutoConfigure", ensure that the kyTools.config is there.
Can you post your editor page url? So we can check it.
Do you get the same error with the example below?
<?php include_once("cuteeditor_files/include_CuteEditor.php") ; ?>
<html>
<head>
</head>
<body>
<form name="form1">
<?php
$editor=new CuteEditor();
$editor->ID="Editor1";
$editor->Draw();
$editor=null;
?>
</form>
</body>
</html>
Regards,
Ken