Announcement

Collapse
No announcement yet.

Error 500 after update

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

  • Error 500 after update

    I have this Error after Update. What i can do?


    LogFile

    Code:
    [2014-12-19 13:03:10] Espo.WARNING: E_WARNING: Cannot modify header information - headers already sent {"file":"/home/www/crm/vendor/yzalis/identicon/src/Identicon/Identicon.php","line":52} []
    [2014-12-19 13:03:14] Espo.WARNING: E_WARNING: Cannot modify header information - headers already sent {"file":"/home/www/crm/vendor/yzalis/identicon/src/Identicon/Identicon.php","line":52} []
    [2014-12-19 13:03:18] Espo.ERROR: Fault to rebuild database schema. Details: There is no column with name 'name' on table 'account'. [] []
    [2014-12-19 13:03:18] Espo.ERROR: API [GET]:/Admin/rebuild, Params:Array
    (
    )
    , InputData:  - Error while rebuilding database. See log file for details. [] []
    [2014-12-19 13:03:18] Espo.ERROR: Display Error: Error while rebuilding database. See log file for details., Code: 500 URL: /api/v1/Admin/rebuild [] []

  • #2
    Not sure what it could be.

    Try to run command
    php rebuild.php

    Seems `name` column is missing in account table for some reasong.

    Comment

    Working...
    X