Announcement

Collapse
No announcement yet.

CRM Broken After Upgrade From 6.0.9 to 6.1.2

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

  • #16
    On another note, I'm no longer able to install new extension upgrades, getting the following error:

    Code:
    [2021-02-10 12:18:20] DEBUG: Installation process [6023cf0cc06a1964c]: start upload the package. [] []
    [2021-02-10 12:18:35] DEBUG: Installation process [6023cf0cc06a1964c]: end upload the package. [] []
    [2021-02-10 12:18:35] DEBUG: Installation process [6023cf0cc06a1964c]: start run. [] []
    [2021-02-10 12:18:35] INFO: Installation process [6023cf0cc06a1964c]: Start "init" step. [] []
    [2021-02-10 12:19:31] WARNING: E_WARNING: rename(data/tmp/tmpeeBgjO,data/cache/application/ormMetadata.php): No such file or directory {"code":2,"message":"rename(data/tmp/tmpeeBgjO,data/cache/application/ormMetadata.php): No such file odirectory","file":"/home/site/wwwroot/application/Espo/Core/Utils/File/Manager.php","line":308,"context":{"path":"data/cache/application/ormMetadata.php","data":" ..
    Checked permissions, all ok.

    Comment


    • #17
      yuri Maximus Can you please assist with the remaining issues?

      Comment


      • #18
        Hello,
        strange :
        data/tmp/

        create this folder and see what's append !

        normaly tmp folder is not at this path

        Comment


        • #19
          item Thanks for trying to help with the upgrade issue, much appreciated. However, the folder exists:

          Code:
          c59287dc407e:~# cd /home/site/wwwroot/
          c59287dc407e:/home/site/wwwroot# mkdir data/tmp/
          mkdir: can't create directory 'data/tmp/': File exists
          c59287dc407e:/home/site/wwwroot# cd data/
          c59287dc407e:/home/site/wwwroot/data# cd tmp/
          c59287dc407e:/home/site/wwwroot/data/tmp# pwd
          /home/site/wwwroot/data/tmp
          c59287dc407e:/home/site/wwwroot/data/tmp# cd ..
          c59287dc407e:/home/site/wwwroot/data# ls -l
          total 229720
          drwxrwxrwx 2 nobody nobody 0 Feb 16 06:31 cache
          -rwxrwxrwx 1 nobody nobody 7096 Feb 10 12:19 config.php
          drwxrwxrwx 2 nobody nobody 0 Feb 16 00:00 logs
          drwxrwxrwx 2 nobody nobody 0 Feb 16 12:38 tmp
          drwxrwxrwx 2 nobody nobody 0 Feb 16 06:31 upload
          -rwxrwxrwx 1 nobody nobody 235224183 Apr 19 2019 upload.tar.gz
          c59287dc407e:/home/site/wwwroot/data#

          Comment


          • #20
            Hello,
            i think you have permission issue.



            nobody nobody is not possible ..

            cd <PATH-TO-ESPOCRM-DIRECTORY> chown -R <OWNER>:<GROUP-OWNER> .;
            owner:group depend on linux.. that must be http user : www:wwwgroup something so.

            Comment


            • #21
              If you're running on nginx, it's not only possible, it's default

              Comment


              • item
                item commented
                Editing a comment
                Sorry then,
                no other idea

              • tobias
                tobias commented
                Editing a comment
                Thanks, still. I've checked and set all permissions again, just to be sure. But the issues remain: Kanban and extension upgrades not working.

            • #22
              yuri I think that with the failed upgrade, something's gone really bad (see previous posts). I'd prefer to do a clean setup again. Have you got a tutorial for that? I'm really keen on keeping our settings...

              Comment

              Working...
              X