Upgrade Z-Push 2.6.4.beta1 to 2.7.1 - Fatal Error #54
-
Hi Community, when i upgrade from 2.6.4beta to 2.7.1 the Sync to our Outlook clients break. In the z-push-error.log i get following error code Fatal error: /usr/share/z-push/lib/utils/utils.php:1485 - Uncaught Error: Call to undefined function datefmt_create() in /usr/share/z-push/lib/utils/utils.php:1485 We use the kopano community server, if it is important to help me with this error. kopano-server-packages: I hope you can help me to fix this error. kind regards |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 6 replies
-
Hi @akbypajoma Per the documentation php 7 should ship with this. I'm making the assumption that you're using php 7 as you are using Kopano. https://www.php.net/manual/en/intldateformatter.create.php What OS / packages are you using for PHP? Cheers, |
Beta Was this translation helpful? Give feedback.
-
Hi @akbypajoma,
Going back to your original problem, I've worked through this and on Ubuntu 18.04 this is provided by the php7.2-intl package. I would still recommend upgrading your Kopano/Z-Push to Ubuntu 20.04 and making use of PHP 7.4. To use the the version of PHP as recommended by @fbartels (i.e. not the ppa) you will need to install the php7.4 package with Cheers, |
Beta Was this translation helpful? Give feedback.
Hi @akbypajoma,
Going back to your original problem, I've worked through this and on Ubuntu 18.04 this is provided by the php7.2-intl package.
sudo apt install php7.2-intl
Should get you going.I would still recommend upgrading your Kopano/Z-Push to Ubuntu 20.04 and making use of PHP 7.4. To use the the version of PHP as recommended by @fbartels (i.e. not the ppa) you will need to install the php7.4 package with
sudo apt install php7.4-intl
Cheers,
Mat