Error accesing Accounts after upgrade

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • salvix
    Junior Member
    • May 2019
    • 23

    Error accesing Accounts after upgrade

    After upgrading from version 8.4 to 9.0.8, I can't access the accounts. This error always appears on the server.
    Help appreciated.

    Thanks.


    [2025-04-21 09:58:23] CRITICAL: (0) InjectableFactory: Could not create 'Espo\Custom\Services\Account', the dependency 'defs' is not resolved. :: GET /Account :: /var/apps/crm/www/application/Espo/Core/InjectableFactory.php(287)


    [2025-04-21 10:20:14] CRITICAL: (0) InjectableFactory: Could not create 'Espo\Custom\Services\Account', the dependency 'defs' is not resolved. :: GET /Account/67
  • lazovic
    Super Moderator
    • Jan 2022
    • 932

    #2
    Hi salvix,

    You should review your customizations (located in the {ESPO_DIR}/custom/Espo/Custom folder).

    Try to find the file that contains the Espo\Custom\Services\Account line. It is the cause of the error; you need to try to figure out what is wrong in the code.

    Comment


    • salvix
      salvix commented
      Editing a comment
      That solved the problem! Thank you very much.
Working...