Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No info shown using link "URL ICS" in Agenda #50

Open
meierrom opened this issue Nov 15, 2022 · 2 comments
Open

No info shown using link "URL ICS" in Agenda #50

meierrom opened this issue Nov 15, 2022 · 2 comments

Comments

@meierrom
Copy link

Hi folks,

All I get is the following output:

URL ICS
This URL can be used by a synchronisation client tool (read only) :
SuperAdmin :

I tested this on Dolibarr v14.0.5.

Screenshot_2022-11-15_08-45-59

Kind regards,
Roman

@meierrom
Copy link
Author

Hi folks,

Please let me answer myself.

I checked the apache log files for errors and found the following:

[Tue Nov 15 09:25:08.170189 2022] [php7:error] [pid 13913] [client 127.0.0.1:39980] PHP Fatal error: Uncaught Error: Call to undefined function mcrypt_encrypt() in /home/gis/public_html/dolibarr-14.0.5/htdocs/cdav/cdavurls.php:142\n
[...]

I consequently installed the mcrypt library and things work just as expected.

It seems that php no longer includes mcrypt since it is outdated and apparently no longer maintained. I conclude that therefore many hosting companies no longer support this.

Should we switch to libsodium instead, which has apparently replaced mcrypt?

Kind regards,
Roman

@cfoellmann
Copy link

I can confirm.
ALL current php versions do not support mcrypt anymore

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants