Announcement

Collapse
No announcement yet.

random errors after 5.7.6 update

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

  • random errors after 5.7.6 update

    [2019-11-11 15:14:18] Espo.DEBUG: API (42S22) SQLSTATE[42S22]: Column not found: 1054 Unknown column 'auth_token.secret' in 'field list'; POST /crm/api/v1/App/action/destroyAuthToken; Input data: {"token":"f04feb64bdd733f51447ac2c90e3dfca"}; Route pattern: /:controller/action/:action; Route params: Array ( [controller] => App [action] => destroyAuthToken ) [] []
    [2019-11-11 15:14:18] Espo.ERROR: (42S22) SQLSTATE[42S22]: Column not found: 1054 Unknown column 'auth_token.secret' in 'field list'; POST /crm/api/v1/App/action/destroyAuthToken; line: 132, file: /home/me/public_html/crm/application/Espo/ORM/DB/Mapper.php [] []
    [2019-11-11 15:15:10] Espo.DEBUG: BPM: processPendingFlows [] []

  • #2
    Hello,
    please check your customization. Check for the 'secret' column in the 'auth_token' table in the DB.

    Comment

    Working...
    X