Hi mp5802,
Please try the example page below on your site, does it work?
<?php require_once "cuteeditor_files/include_CuteEditor.php" ?>
<html>
<body>
<form id="form1" method="POST">
<?php
$editor=new CuteEditor();
$editor->ID="Editor1";
$editor->Draw();
?>
</form>
</body>
</html>
If the example above get the same issue, please send me the example page url, so we can check it for you.
Regards,
Ken