We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 15152
    • 360 Posts
    I have a client that is trying to upload an image file and when they do this through the manager they get a "Failed to upload file. Internal error." message. I’m using TinyMCE as the rich text editor. he image is normal size. The site was built in evo.

    File upload permissions are set to allow jpg images.

    Thanks for the help.

      There are no boring projects. Only boring executions. ~ Etzkorn
      www.impress-design.com
      • 22915
      • 33 Posts
      The problem has nothing to do with Modx. It is actually php that is causing the issue. You need to change the upload_max_filesize to allow for a larger file size. The default is 2MB.

      The Default in php 5 is:
      ; Maximum allowed size for uploaded files.
      ; http://php.net/upload-max-filesize
      upload_max_filesize = 2M
        • 27796
        • 1 Posts
        thanx a lot for the infor... laugh

        Regards,
        Ahmed Malik