Announcement

Collapse
No announcement yet.

EspoCRM 5.6.0 released

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

  • EspoCRM 5.6.0 released

    I am using version 5.5.6 with the Bitnami stack. Any idea to update the php version to 7.1? I also tried to install Bitnami stack with version 5.6.0 and tried to import the sql, but then I have a system 500 error. Any ideas how to proceed?

    Thanks,
    Michael
    Last edited by epcos71; 04-06-2019, 06:57 AM.

  • #2
    May be this link be helpful https://community.bitnami.com/t/upgr...to-7-2/64501/2 or this https://community.bitnami.com/t/prop...ordpress/63310

    1. Install new bitnami stack with proper php version
    2. Instal 5.5.6 Espo
    3. Backup - Restore database
    4. copy /data directory
    5. Edit dbusername / dbpassword in config.php
    6. Upgrade 5.5.6 to 5.6

    Also discover information about installation mzq extension for php and extensions for appach or configuration nginx to use websockets benefits.
    Last edited by dimyy; 03-30-2019, 01:09 PM.

    Comment


    • #3
      Thanks dimyy. I also tried this way, I also imported the database to the new Version. and this is the Problem, then the error500 occurs. Perhaps the database schemes are different?

      Thanks Michael

      Comment


      • #4
        DB scheme on php 5.6 and 7.* is the same.

        If you make some customisations don't remeber copy /custom and /client/custom to new server

        First of all see *.log in data/logs

        Comment


        • #5
          Hi, I get after the import of the script the error in th logs:

          [2019-04-07 09:43:24] Espo.ERROR: API [GET]:/App/user, Params:Array ( ) , InputData: - SQLSTATE[42S22]: Column not found: 1054 Unknown column 'inbound_email.keep_fetched_emails_unread' in 'field list' [] []
          [2019-04-07 09:43:24] Espo.ERROR: Display Error: SQLSTATE[42S22]: Column not found: 1054 Unknown column 'inbound_email.keep_fetched_emails_unread' in 'field list', Code: 42 URL: /espocrm/api/v1/App/user [] []
          [2019-04-07 09:43:52] Espo.ERROR: API [GET]:/App/user, Params:Array ( ) , InputData: - SQLSTATE[42S22]: Column not found: 1054 Unknown column 'inbound_email.keep_fetched_emails_unread' in 'field list' [] []
          [2019-04-07 09:43:52] Espo.ERROR: Display Error: SQLSTATE[42S22]: Column not found: 1054 Unknown column 'inbound_email.keep_fetched_emails_unread' in 'field list', Code: 42 URL: /espocrm/api/v1/App/user [] []
          [2019-04-07 09:44:41] Espo.ERROR: API [GET]:/App/user, Params:Array ( ) , InputData: - SQLSTATE[42S22]: Column not found: 1054 Unknown column 'inbound_email.keep_fetched_emails_unread' in 'field list' [] []
          [2019-04-07 09:44:41] Espo.ERROR: Display Error: SQLSTATE[42S22]: Column not found: 1054 Unknown column 'inbound_email.keep_fetched_emails_unread' in 'field list', Code: 42 URL: /espocrm/api/v1/App/user [] []

          So the scheme seem to be different

          Comment


          • #6
            This attribute appears about two month ago (https://github.com/espocrm/espocrm/b...oundEmail.json). This change included in 5.6.0 release.

            It's strange if you get error on 5.5.* branch

            Comment


            • epcos71
              epcos71 commented
              Editing a comment
              also with 5.6.1 I have the same problem. i am really helpless right now...
          Working...
          X