Hi There,
Still new to Univention. I’m getting the following error on a clean UCS 4.3 install with Kopano Core, WebApp and Z-push from the AppCenter:
Not Found: PHP mapi extension not found
If you have upgraded Kopano Core, please restart ApacheKopano WebApp can’t start because of incompatible configuration.
Please correct above errors, a good start is by checking your ‘/etc/php5/apache2/php.ini’ file.
You can disable this configuration check by editing the file ‘/usr/share/kopano-webapp/config.php’, but this is not recommended.
Found some info here: https://kb.kopano.io/display/TS/PHP+mapi+extension+not+found
but there is no: /etc/php5/apache2/conf.d/
directory, so i’m wondering if the correct PHP packages have been installed:
root@ucs-02:~# dpkg -l | grep php
ii libapache2-mod-php5 5.6.33+dfsg-0+deb8u1 amd64 server-side, HTML-embedded scripting language (Apache 2 mo dule)
ii php-common 1:49 all Common files for PHP packages
ii php-gettext 1.0.12-0.1 all transitional dummy package for php-php-gettext
ii php-libsmbclient 0.5.0-30.4 amd64 libsmbclient-php is a PHP extension that uses Samba's libs mbclient
ii php-mbstring 1:7.0+49 all MBSTRING module for PHP [default]
ii php-pear 1:1.10.1+submodules+notgz-9 all PEAR Base System
ii php-php-gettext 1.0.12-0.1 all read gettext MO files directly, without requiring anything other than PHP
ii php-soap 1:7.0+49 all SOAP module for PHP [default]
ii php-xml 1:7.0+49 all DOM, SimpleXML, WDDX, XML, and XSL module for PHP [default ]
ii php-zip 1:7.0+49 all Zip module for PHP [default]
ii php5 5.6.33+dfsg-0+deb8u1 all server-side, HTML-embedded scripting language (metapackage )
ii php5-cli 5.6.33+dfsg-0+deb8u1 amd64 command-line interpreter for the php5 scripting language
ii php5-common 5.6.33+dfsg-0+deb8u1 amd64 Common files for packages built from the php5 source
ii php5-curl 5.6.33+dfsg-0+deb8u1 amd64 CURL module for php5
ii php5-enchant 5.6.33+dfsg-0+deb8u1 amd64 Enchant module for php5
ii php5-json 1.3.6-1 amd64 JSON module for php5
ii php5-readline 5.6.33+dfsg-0+deb8u1 amd64 Readline module for php5
ii php7-mapi 8.4.5.0-0+33.2 amd64 PHP bindings for MAPI
ii php7.0-cgi 7.0.27-0+deb9u1 amd64 server-side, HTML-embedded scripting language (CGI binary)
ii php7.0-cli 7.0.27-0+deb9u1 amd64 command-line interpreter for the PHP scripting language
ii php7.0-common 7.0.27-0+deb9u1 amd64 documentation, examples and common module for PHP
ii php7.0-json 7.0.27-0+deb9u1 amd64 JSON module for PHP
ii php7.0-mbstring 7.0.27-0+deb9u1 amd64 MBSTRING module for PHP
ii php7.0-opcache 7.0.27-0+deb9u1 amd64 Zend OpCache module for PHP
ii php7.0-readline 7.0.27-0+deb9u1 amd64 readline module for PHP
ii php7.0-soap 7.0.27-0+deb9u1 amd64 SOAP module for PHP
ii php7.0-xml 7.0.27-0+deb9u1 amd64 DOM, SimpleXML, WDDX, XML, and XSL module for PHP
ii php7.0-zip 7.0.27-0+deb9u1 amd64 Zip module for PHP
ii univention-saml-schema 5.0.4-18A~4.3.0.201805071530 all UCS simpleSAMLphp ldap integration
Anyone with some insight on this?
Thanks.