Announcement

Collapse
No announcement yet.

EspoCRM 6.0.0-beta2 released

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

  • EspoCRM 6.0.0-beta2 released

    All issues: https://github.com/espocrm/espocrm/m...ne/96?closed=1

    Download: https://github.com/espocrm/espocrm/r....0.0-beta2.zip

    Upgrade from 5.9.4: https://www.espocrm.com/downloads/up....0.0-beta2.zip
    Upgrade from 6.0.0-beta1: https://www.espocrm.com/downloads/up....0.0-beta2.zip

    Command to run upgrade:

    Code:
    php command.php upgrade -y --file="path/to/package.zip"

  • #2
    Trying update 5.9.4
    [2020-10-01 10:27:35] Espo.ERROR: Uncaught Exception Error: "Call to a member function getContents() on null" at /home/klassika/public_html/application/Espo/Core/Utils/Autoload.php line 119 {"exception":"[object] (Error(code: 0): Call to a member function getContents() on null at /home/klassika/public_html/application/Espo/Core/Utils/Autoload.php:119)"} []

    php command.php rebuild cause the same result

    Comment


    • #3
      Originally posted by dimyy View Post
      Trying update 5.9.4
      [2020-10-01 10:27:35] Espo.ERROR: Uncaught Exception Error: "Call to a member function getContents() on null" at /home/klassika/public_html/application/Espo/Core/Utils/Autoload.php line 119 {"exception":"[object] (Error(code: 0): Call to a member function getContents() on null at /home/klassika/public_html/application/Espo/Core/Utils/Autoload.php:119)"} []

      php command.php rebuild cause the same result
      Here's the fix: https://github.com/espocrm/espocrm/c...6f355ef7b61469

      Comment


      • #4
        Update file, update zip package, rerun command.php upgrade - ok.
        Trouble with VOIP module - "PHP Fatal error: Declaration of Espo\Modules\Voip\Services\VoipMessage::getEntity( $id = NULL) must be compatible with Espo\Services\Record::getEntity(?string $id = NULL): ?Espo\ORM\Entity in /home/klassika/public_html/application/Espo/Modules/Voip/Services/VoipMessage.php on line 117" while reading response header from upstream, request: "GET /api/v1/I18n?default=true HTTP/1.1",

        Comment


        • yuri
          yuri commented
          Editing a comment
          We will fix this incompatibility in the extension. You can fix it manually for now. Just make sure the method declaration is the same.

        • dimyy
          dimyy commented
          Editing a comment
          I have no doubt :-). It's not a problem. This is our new project and 2-4 weeks don't matter

      • #5
        Hello,
        after upgrading from 5.9.4 to 6.0.0beta2, the list view, in which I use images is different from 5.9.4. The image is very small and so the lines of the list are very small, too. See screenshots (left 5.9.4, right 6.0.0)


        Click image for larger version

Name:	list_5.9.4.jpg
Views:	452
Size:	87.0 KB
ID:	63199Click image for larger version

Name:	list_6.0.0beta2.jpg
Views:	469
Size:	66.2 KB
ID:	63200
        Attached Files

        Comment


        • yuri
          yuri commented
          Editing a comment
          This enhancements just added https://github.com/espocrm/espocrm/issues/1799

        • shalmaxb
          shalmaxb commented
          Editing a comment
          What do I have to do to use the enhancements after already having updated some days ago? I run the update again? Are the updates/enhancements always automatically integrated in the provided update patch?

        • yuri
          yuri commented
          Editing a comment
          It's not in any release yet. You can wait until beta3 or 6.0.0 is released.
      Working...
      X