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

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • azidevnom
    Junior Member
    • Oct 2019
    • 20

    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
  • yuri
    Member
    • Mar 2014
    • 8440

    #2
    Fix: https://github.com/espocrm/espocrm/c...c6314f3872ba41
    If you find EspoCRM good, we would greatly appreciate if you could give the project a star on GitHub. We believe our work truly deserves more recognition. Thanks.

    Comment

    Working...