Cyril Chapellier

Results 175 comments of Cyril Chapellier

@shizmob 👋🏼 — in case you can have a look for this. Happy to make changes if needed!

@shizmob Hi again! In case you can have a look at the PR 🙏🏼

Hi @IGLOU-EU What kind of shared hosting doesn't provide `php-intl` 😨 ? Can you make a PR adding the polyfill please?

Done in 0427628e34619faa341d0c093ecf5608669f2f37

👋🏼 If you setup a brand new client (just for the test), does it issue the same error? I'm also guessing an "old" node that your clients have kept somewhere,...

Note: I renamed it to `PUBLIC_CALENDARS_ENABLED` (with an S)

Hi @Ramblurr Are you using the docker container (which one?) or your own setup (which version of PHP?)

It's very weird that the error be `Error - Call to undefined function Sabre\DAV\Auth\Backend\imap_open()` (it's in sabre/dav code btw) — I don't see how this could work with one client,...

Ok I'm relieved 😅 it's consistent ! My hunch is that PHP 8.4 breaks `imap_*()` functions, they now need to be prefixed by `\` → `\imap_*()`. This is sabre/dav code,...