Account Export

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • dburniston
    Junior Member
    • Oct 2025
    • 2

    #1

    Account Export

    Hi,

    New user here. I'm working to move data from Salesforce over in hopes of moving away from SF.

    I've managed to get espoCRM 9.2.2 installed on our WPX hosting and after many back and forths now have CRON working properly as near as I can tell.

    I imported our Account records from SalesForce and tried to export a large number of accounts (10,000) selecting "all fields" and "Lite" and the export runs but when I click the download link to get the file I get:

    500 Internal Server Error

    InjectableFactory: Class 'Espo\Classes\Acl\Attachment\AccessChecker' does not exist.

    I'm not sure if this is another issue with the hosting environments or not.

    Any help as to what I do to fix this would be appreciated.

    Thanks,

    ...Dave
  • yuri
    EspoCRM product developer
    • Mar 2014
    • 9456

    #2
    Hi Dave,

    For some reason the class does not exist. If could be either the file missing or a file permissions issue.

    You can donwload the v9.2.2 archive from the GitHub and copy the whole 'application' directory.
    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

    • dburniston
      Junior Member
      • Oct 2025
      • 2

      #3
      Copying the AccessChecker.php over fixed it. Thanks!

      Comment

      Working...