Announcement

Collapse
No announcement yet.

Error when upgrading from 3.4.2 to 3.5.0 (Error: Cannot copy files)

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Error when upgrading from 3.4.2 to 3.5.0 (Error: Cannot copy files)

    Hello,

    I am receiving the following error while I am upgrading from 3.4.2 to 3.5.0:


    Error: Cannot copy files

    I am using windows 7, Apache 2..4.9 / PHP 5.5.1.2 / MYSQL 5.6.17

    Please advice


    Thanks and best regards,

  • #2
    Hi

    Check what is in appche error log. Maybe memory limit was exceeded or timeout.

    Comment


    • #3
      Hello,

      no errors in access.log/ apache_error.log

      the only error is in the php_error.log file:

      [26-Sep-2015 16:29:27 Europe/Paris] PHP Warning: Unknown: POST Content-Length of 13227221 bytes exceeds the limit of 3145728 bytes in Unknown on line 0



      Comment


      • #4
        Hi

        Try to increase your memory limit in php.

        Comment


        • #5
          Same Issue!!

          Comment


          • #6
            I am still having the same issue,
            any help please?

            Regards,

            Comment


            • #7
              Increase max post size. It's obvious.

              Comment


              • #8
                Same error

                Comment


                • #9
                  Solution.
                  Open zip package. Copy all files from 'files' directory to your espocrm root directory. Change version in data/config.php to 3.5.0

                  This will make a trick because this package doesn't have any scripts

                  Comment


                  • #10
                    In php ini you must increase :

                    - max_file_uploads
                    - max_post_size
                    - memory_limit

                    Comment


                    • prince2911
                      prince2911 commented
                      Editing a comment
                      all of these were increased but same issue

                  • #11
                    It works fine, thanks Yurikuzn for the workaround

                    Regards,

                    Comment

                    Working...
                    X