Hi JavedBoqo ,
If remove the setting, does it work?
If you ensure that the location and permission correct. Please try the way below
1. Open file “\cuteeditor_files\Dialogs\Include_Security.php”
2. Find section below and delete/comment it
if ($CESecurity=="")
{
print "The area you are attempting to access is forbidden";
exit();
}
if ($CESecurity!=$_SESSION['CESecurity'])
{
print "The area you are attempting to access is forbidden";
exit();
}
Regards,
Ken