Announcement

Collapse
No announcement yet.

ERROR: (0) Field 'account_name' does not exist.

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

  • ERROR: (0) Field 'account_name' does not exist.

    Espo 7.0.3
    Advanced Pack 2.8.6
    PHP 7.4

    There is an error when trying to export related data.

    Steps to reproduce:
    • Create an Account
    • Create a Contact related to the Account
    • Create a List Report for Contacts containing the name of the account.
    • Try to export it.
    • ERROR


    Code:
    ERROR: (0) Field 'account_name' does not exist.; POST /Report/action/exportList; line: 269, file: /var/www/html/application/Espo/ORM/Defs/EntityDefs.php

  • #2
    Fix: https://github.com/espocrm/espocrm/c...c6314f3872ba41

    Comment

    Working...
    X