Important for those who upgraded from 5.8.5 to 5.9.3

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • yuri
    Member
    • Mar 2014
    • 8453

    Important for those who upgraded from 5.8.5 to 5.9.3


    Important. If you upgraded from 5.8.5 to 5.9.3 on June 22-23 and email sending stopped working is not working do the following:

    1. Download 5.9.3 version from the site or Github.
    2. Remove vendor folder from your EspoCRM instance.
    3. Copy vendor folder from the downloaded package.
    Last edited by yuri; 06-24-2020, 05:37 PM.
    If you find EspoCRM good, we would greatly appreciate if you could give the project a star on GitHub. We believe our work truly deserves more recognition. Thanks.
  • item
    Active Community Member
    • Mar 2017
    • 1476

    #2
    Hello Yuri.
    maybe help other .. or upgrade process .. with vendor folder.
    in my experience.. i have install some package (sepaXml, phpWord, ftp.. ) and after some ugrade i have always problem and must copy vendor folder for some package.
    maybe is the solution when upgrade :

    first delete composer.lock and then do in upgrade ..

    PHP Code:
    php composer.phar install --ignore-platform-reqs
    php composer.phar dumpautoload -o 
    
    for this moment, i have always problem with doctrine folder.. i replace from zip the folder .

    Regards
    If you could give the project a star on GitHub. EspoCrm believe our work truly deserves more recognition. Thanks.​

    Comment


    • yuri
      yuri commented
      Editing a comment
      There's is an ability to put vendor in module dir and specify it in autoload.json in the module.
  • esforim
    Active Community Member
    • Jan 2020
    • 2204

    #3
    If we don't have email sending problem we can ignore this right? Or should we still try to update/overwrite file? (version was from 5.9.2 > 5.9.3)

    Comment


    • yuri
      yuri commented
      Editing a comment
      Yes. You can ignore. The problem can occur only if upgraded from 5.8.5 to 5.9.3 on June 22-23. If email sending is working, that means upgrade went well.

      The problem was that upgrade package was built not fully.
Working...