Hi everybody,
on my CentOS 6 Server with the egroupware-epl RPM packages from SuSE i’ve this error message in my logs:
Call to undefined method emailadmin_sieve::_authCRAM_MD5() in /usr/share/egroupware/emailadmin/inc/class.emailadmin_sieve.inc.php on line 333
PHP Version 5.3.23
php-pear-Net-Sieve-1.3.2-1.el6.noarch
i found the the correct function call for my egroupware instance is
line 322:
- $result = $this->_authCRAM_MD5( $uid , $pwd, $euser);
- $result = $this->_authCRAMMD5( $uid , $pwd, $euser);
best regards