Cloudron makes it easy to run web apps like WordPress, Nextcloud, GitLab on your server. Find out more or install now.


Skip to content

EspoCRM

48 Topics 475 Posts
  • EspoCRM - Package Updates

    Pinned
    132
    0 Votes
    132 Posts
    33k Views
    Package UpdatesP
    [2.18.6] Update espocrm to 9.1.8 Full Changelog
  • 2 Votes
    2 Posts
    244 Views
    J
    @cdejongfiero As you found out when files are added to the app's filesystem, the permissions can become different depending on how the files were added. When uploading a file via the File Manager, the permissions are "guessed" based on the permissions of the files around it. This is correct most of the time , but can be wrong especially for apps that run with multiple user ids. When running commands via Web Terminal, the files are created as "root". The default permissions of the Web Terminal is root - again because apps can have multiple user ids and root can be any user id. For this reason: after you run a command, run chown -R www-data:www-data on the necessary files. Alternately, run the command with "gosu www-data php command.php ..." (this runs as user www-data). Finally, I am not sure about the "Permission denied to delete files" . Is there a verbose mode for that command to figure what it is not able to delete?
  • Fresh install using specific Cloudron users - how to change default admin pass?

    Solved
    7
    1
    0 Votes
    7 Posts
    288 Views
    humptydumptyH
    Feel free to delete this entire thread lol.
  • EspoCRM 9.1.0 fresh install not sending email (system email)

    Solved
    6
    1 Votes
    6 Posts
    794 Views
    C
    @girish said in EspoCRM 9.1.0 fresh install not sending email (system email): @ChicagoGregg @Thimm I pushed a fix for this yesterday. Can you please update the app and check? Works for me as well ! Thanks, -gregg
  • Outbound email settings being overwritten when app is restarted

    27
    1 Votes
    27 Posts
    5k Views
    C
    Or add the option present in some other apps to not let Cloudron manage email for EspoCRM.
  • 3 Votes
    1 Posts
    200 Views
    No one has replied
  • Latest update to EspoCRM 2.15.0 broke installation

    5
    1 Votes
    5 Posts
    621 Views
    girishG
    @Thimm thanks, I have put your notes here - https://docs.cloudron.io/apps/espocrm/#uninstalling-extension
  • Installation and Current Status of EspoCRM on Cloudron

    Moved Solved
    4
    1 Votes
    4 Posts
    686 Views
    G
    Yes, that worked perfectly. Thank you!
  • Espo CRM PUT Method not allowed

    Solved
    6
    1 Votes
    6 Posts
    1k Views
    krymovK
    @joseph thank you. my bad, didn't think about this simple test. The question is irrelevant now.
  • OIDC configuration is not persisted

    Solved
    5
    1 Votes
    5 Posts
    1k Views
    Z
    @nebulon Thank you for your response, I have reset it according to your instructions and it is working.
  • BUG: Webhooks don't seem to work

    Solved
    9
    1
    0 Votes
    9 Posts
    2k Views
    girishG
    @zonzonzon apparently, we added these manually when we installed EspoCRM. @shrey I have added a doc note for the fix - https://docs.cloudron.io/apps/espocrm/#cron-jobs
  • Serious OIDC EspoCRM issues!

    espocrm oidc
    34
    2
    2 Votes
    34 Posts
    7k Views
    P
    @marcusquinn Yes.. I tried to copy and paste that url, but it seems part of a redirection process, so pasted urls seems to be not good (or expired)...
  • [Bug?] Broken double-barrelled name and surname

    oidc
    5
    0 Votes
    5 Posts
    1k Views
    girishG
    @p44 this was a bug in how cloudron parses names. I have added a workaround in https://git.cloudron.io/cloudron/box/-/commit/8a63f0368e5573014739d4c31ea9c2d53ac00701 for the next Cloudron release.
  • Timeout in ESPOcrm, need to restart Webservice

    Solved
    31
    0 Votes
    31 Posts
    6k Views
    P
    @nebulon Thank's a lot
  • 1 Votes
    3 Posts
    675 Views
    girishG
    Any screenshots/error message will help.
  • Are you able to see your emails, like a mailbox, in EspoCRM?

    email
    13
    0 Votes
    13 Posts
    3k Views
    D
    Nope it was not default in order to either feth emails or send mass emails and for some notifications you have to create a cron job
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    3 Views
    No one has replied
  • EspoCRM cloud "spamming incident"

    5
    1 Votes
    5 Posts
    1k Views
    girishG
    @micmc the issue is related to the espocrm cloud hosting, so we are not affected
  • EspoCRM Stopped working randomly.

    Solved
    3
    1
    0 Votes
    3 Posts
    796 Views
    joesitsolutionsJ
    @girish You are 100% correct. Turned off proxied mode and it works fine now. Real Doh moment. Thanks for the help!
  • make `public` folder writable

    6
    0 Votes
    6 Posts
    2k Views
    girishG
    I checked this again, but it seems that the public directory has a bunch of code. root@d66257ab-b6ad-4648-acf5-f1dbc2281a80:/app/code/7.2.7/public# find . . ./oauth-callback.php ./robots.txt ./index.php ./web.config ./api ./api/v1 ./api/v1/.htaccess ./api/v1/portal-access ./api/v1/portal-access/.htaccess ./api/v1/portal-access/index.php ./api/v1/index.php ./portal ./portal/.htaccess ./portal/index.php ./install ./install/img ./install/img/devices.png ./install/js ./install/js/install.js ./install/css ./install/css/install.css ./install/index.php Do you remember what extension writes where? Is it in a subdirectory under public or does it write straight under public itself?