1. Open "\plugins\editors\cuteeditor_files\Configuration\Security\Default.config"
2. Search <security name="MaxImageSize"> and change it to:
<security name="MaxImageSize">555</security>
3. Save this file
4. Open "\plugins\editors\cuteeditor_files\Dialogs\InsertImage.php"
5. Search
$Current_ImageGalleryPath=$ImageGalleryPath;
and change it to:
$Current_ImageGalleryPath=$ImageGalleryPath;
echo $MaxImageSize;
6. Save this file
7. Login to Joomla and open CuteEditor
8. Click button "Insert Image", can you see the image size at the top of dialog?
Regards,
Eric