5.4.5-to-5.5.0 upgrade Error: null

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • olof
    Senior Member
    • Jul 2018
    • 184

    5.4.5-to-5.5.0 upgrade Error: null

    Getting the following log entries:

    Save your notes online for free and share them with friends!


    Any clues?
  • olof
    Senior Member
    • Jul 2018
    • 184

    #2
    A manual rebuild and its proporting to be 5.5.0 however I can't see the search in related record option that I can see in the demo not the settings option for fiscal start date in the demo... is it possible the files are half upgraded?

    Comment

    • yuri
      Member
      • Mar 2014
      • 8440

      #3
      Hi,

      You can try to copy files from the upgrade package (files directory) manually.and the clear cache.
      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.

      Comment

      • olof
        Senior Member
        • Jul 2018
        • 184

        #4
        Thanks yurikuzn I tried that by ran into all sorts of permissions issues. What permissions should the files and directories be?

        Comment

        • yuri
          Member
          • Mar 2014
          • 8440

          #5
          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.

          Comment

          • olof
            Senior Member
            • Jul 2018
            • 184

            #6
            Thanks yurikuzn, to expedite things we restored from a backup.
            Any idea why the upgrade failed or what we should try differently for the next attempt?
            Kind regards

            Comment

            • yuri
              Member
              • Mar 2014
              • 8440

              #7
              Initially bad file permissions could cause the issue.
              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.

              Comment

              • olof
                Senior Member
                • Jul 2018
                • 184

                #8
                I've tried running:

                find . -type d -exec chmod 755 {} + && find . -type f -exec chmod 644 {} +; find data custom client/custom -type d -exec chmod 775 {} + && find data custom client/custom -type f -exec chmod 664 {} +; chmod 775 application/Espo/Modules client/modules; And upgrading a couple of times from backups but get the same error. FYI we are running on Ngnx. Get the same error each time... Is everyone else upgrading OK?

                Comment

                • olof
                  Senior Member
                  • Jul 2018
                  • 184

                  #9
                  Increased php execution time to 300 and it worked...

                  Could dashlets support fiscal years?

                  Comment

                  • tanya
                    Senior Member
                    • Jun 2014
                    • 4308

                    #10
                    Hi,
                    what dashlet? which one?

                    Comment

                    • olof
                      Senior Member
                      • Jul 2018
                      • 184

                      #11
                      Hi Tanya, sales by Month.

                      Comment

                      • yuri
                        Member
                        • Mar 2014
                        • 8440

                        #12
                        Sales by month doesn't support fiscal year. You can use Between filter.
                        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.

                        Comment

                        • Louis Biron
                          Junior Member
                          • Dec 2018
                          • 1

                          #13
                          Upgrade from 5.4.3 to 5.4.4
                          Bitnami AWS Image
                          Getting permission errors
                          Error: Permission denied for
                          application/Espo/Controllers/LeadCapture.php,
                          application/Espo/Core,
                          application/Espo/Jobs/Cleanup.php,
                          application/Espo/Resources/i18n/en_US/Settings.json,
                          application/Espo/Resources/i18n/lt_LT,
                          application/Espo/Resources/i18n/zh_CN,
                          application/Espo/Resources/layouts/Settings/authentication.json,
                          application/Espo/Resources/metadata/clientDefs/EmailTemplate.json,
                          application/Espo/Resources/metadata/entityDefs,
                          application/Espo/Resources/metadata/fields/email.json,
                          application/Espo/Resources,
                          application/Espo/Services,
                          client/css/espo,
                          client,
                          install/core/i18n/zh_CN/install.json

                          Any suggestions?

                          Comment

                          • tarasm
                            Super Moderator
                            • Mar 2014
                            • 573

                            #14
                            On Bitnami stack run the following command:
                            Code:
                             sudo chown -R daemon:daemon /opt/bitnami/apps/espocrm/htdocs/
                            Job Offers and Requests

                            Comment

                            • Anatoleq
                              Junior Member
                              • Oct 2018
                              • 15

                              #15
                              Hi, trying to upgrade (from UI) from 5.3.6 to 5.4.5 have the same "Error: null" issue as topickstarter.
                              Tried both on server and even locally.
                              Copied all from "files" folder with overwrite, but still there is 5.3.6. Do I need to execute some other scripts/commands?

                              Comment

                              Working...