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

40 Topics 396 Posts
  • EspoCRM - Package Updates

    Pinned
    94
    0 Votes
    94 Posts
    3k Views
    nebulonN

    [2.11.4]

    Update EspoCRM to 8.1.5 Full changelog Slow email loading issue fixed
  • 1 Votes
    25 Posts
    341 Views
    C

    Apologies for forgetting to reply again in this thread and confirm the problem still existed. Thanks for reporting it upstream. Looks like it could in fact be reproduced and has been fixed.

    The group account solution is what I had been using up to now but this had to be reset every time there was an update or the app was restarted.

  • Serious OIDC EspoCRM issues!

    34
    2 Votes
    34 Posts
    524 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: Webhooks don't seem to work

    Unsolved
    3
    0 Votes
    3 Posts
    34 Views
    girishG

    Could it be related to:

    webhookConnectTimeout = 5 (seconds) webhookTimeout = 10 (seconds)

    Maybe increase those two? Is the problem here that n8n is not getting called?

  • 0 Votes
    5 Posts
    69 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
    719 Views
    P

    @nebulon Thank's a lot

  • 1 Votes
    3 Posts
    26 Views
    girishG

    Any screenshots/error message will help.

  • 0 Votes
    13 Posts
    383 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
    106 Views
    girishG

    @micmc the issue is related to the espocrm cloud hosting, so we are not affected

  • EspoCRM Stopped working randomly.

    Solved
    3
    0 Votes
    3 Posts
    82 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

    Unsolved
    6
    0 Votes
    6 Posts
    236 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?

  • 1 Votes
    6 Posts
    310 Views
    marcusquinnM

    @robi Looks 💩

    We already have EspoCRM Email way more advanced than that.

  • EspoCRM Extension installation failure

    Moved Solved
    10
    1 Votes
    10 Posts
    907 Views
    D

    @dogansur this forum is very helpful.. .

  • Permanent change of Authentication

    Solved
    5
    0 Votes
    5 Posts
    257 Views
    girishG

    @timbo if you install the latest package v2.1.0, you will see an option to leave user management to the app (when installing the app). You have to install a new app, Cloudron currently has no way to switch the LDAP integration flag after installation.

  • EspoCRM 7

    2
    4 Votes
    2 Posts
    193 Views
    girishG

    Some notes on aclStrictMode. It was removed in this upstream issue.

    Checking
    Check /app/data/data/config.php in the File manager and search for aclStrictMode. If it's set to false, it means it's disabled and you must migrate to using proper access control/roles in Espo.

    Roughly, you can do this as follows:

    Administration -> Roles. Create a role called say users and give it all permissions. Ours is configure like this:
    2385a68b-1314-4940-af85-e51e844ffdfc-image.png

    Administration -> Teams. Create a team called everyone and then give the users role. You can also add users into the team in the Teams page.
    e96825bf-c56a-4852-bf76-2381e29302d3-image.png

    You can also auto-assign teams to a new LDAP user. Administration -> Authentication.

    a97abfcb-c1d5-428d-a60e-56b272a9355d-image.png

    Remove the aclStrictMode field in /app/data/config/config.php

    Restart the app and check if it all works.

  • 0 Votes
    12 Posts
    317 Views
    marcusquinnM

    @nebulon Never say never! We wouldn't be jumping through all these obstacles if it weren't that we are forced to for lack of practical alternatives. These are very valuable solutions for everyone to have both reliable and debuggable apps, and LDAP across multiple servers where one server stack cannot fulfil needs.

  • CRM Espo

    Moved
    3
    0 Votes
    3 Posts
    257 Views
    jimcavoliJ

    Also running a moderately large EspoCRM instance here, plus some more hobby-scale ones, and agree with all the points made so far. Generally, I'm a fan. The Advanced pack and VoIP extensions have been good additions and I've not had any issues with the company behind EspoCRM either. Just works, admittedly with a bit of learning curve to administer, perhaps, as has been mentioned, but a lot of that is down to the customizations available. Documentation is only okay for most things, in my opinion. Overall, I'd recommend it

  • ESPO CRM not sending email.

    Moved Solved
    6
    0 Votes
    6 Posts
    2k Views
    marcusquinnM

    @girish Figured it out, needed the password from environment variables but couldn't find any inspiration for that in the docs, so maybe there's a natural place for that to make it obvious?

  • Errors logs to identify issues

    8
    1 Votes
    8 Posts
    362 Views
    marcusquinnM

    @vladimir-d Still need to see errors printing to logs when it does still occasionally happen. Let's keep this thread open for solving that.