Announcement

Collapse
No announcement yet.

5.4.5-to-5.5.0 upgrade Error: null

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

  • 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?

  • #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


    • #3
      Hi,

      You can try to copy files from the upgrade package (files directory) manually.and the clear cache.

      Comment


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

        Comment


        • #5

          Comment


          • #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


            • #7
              Initially bad file permissions could cause the issue.

              Comment


              • #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


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

                  Could dashlets support fiscal years?

                  Comment


                  • #10
                    Hi,
                    what dashlet? which one?

                    Comment


                    • #11
                      Hi Tanya, sales by Month.

                      Comment


                      • #12
                        Sales by month doesn't support fiscal year. You can use Between filter.

                        Comment


                        • #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


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

                            Comment


                            • #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...
                              X