Befox / cdav

Dolibarr module to access calendars and address book from CalDAV/CardDAV tools
GNU General Public License v3.0
47 stars 28 forks source link

mcrypt_ecb() DEPRECATED in PHP 5.5.0, and REMOVED in PHP 7.0.0. #14

Closed bjoern86 closed 6 years ago

bjoern86 commented 6 years ago

Fatal error: Uncaught Error: Call to undefined function mcrypt_ecb() in /htdocs/cdav/cdavurls.php:134 Stack trace: #0 {main} thrown in /htdocs/cdav/cdavurls.php on line 134

php.net (http://php.net/manual/de/function.mcrypt-ecb.php) says:

This function was DEPRECATED in PHP 5.5.0, and REMOVED in PHP 7.0.0. Alternatives to this function include: mcrypt_decrypt() mcrypt_encrypt()

jpfox commented 6 years ago

Perfect @bjoern86