No Upload is availble in Cute Editor for PHP in Joomla 1.5

Last post 08-16-2010, 12:03 PM by Eric. 1 replies.
Sort Posts: Previous Next
  •  08-15-2010, 9:55 PM 63409

    No Upload is availble in Cute Editor for PHP in Joomla 1.5

    Hi  I am wondering why Cute Editor for PHP (JOOMLA 1.5) Isnt working for File Uploads.
    Or Create A New Folder
    In my Security files I have this line on Line 50 in Deafault.config
     
      <!-- Allow upload, disable the delete,create funtion -->
     
    What does this acutally mean. Everything in Allow Upload is true.
     
    as you can see in my printscreen this isnt enabled like it should be. How does this get enabled please?

    If you can help me that be FANTASTIC.

    Regards
    Jason Grey
     
  •  08-16-2010, 12:03 PM 63421 in reply to 63409

    Re: No Upload is availble in Cute Editor for PHP in Joomla 1.5

    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
     
View as RSS news feed in XML