-
Type:
Bug
-
Status: QA
-
Priority:
Medium
-
Resolution: Fixed
-
Affects Version/s: 2.4.5
-
Fix Version/s: 2.5.1, 2.5.1 beta 1
-
Component/s: imap
-
Labels:None
included SASL files are located in the wrong folder
17/04/2019 16:21:14 [ 25] [WARN] [simonsmith@xxxxx.org] /usr/share/z-push/backend/imap/Auth/SASL.php:128 require_once(include/Auth/SASL/CramMD5.php): failed to open stream: No such file or directory (2)
17/04/2019 16:21:14 [ 25] [FATAL] [simonsmith@xxxxx.org] Fatal error: /usr/share/z-push/backend/imap/Auth/SASL.php:128 - require_once(): Failed opening required 'include/Auth/SASL/CramMD5.php' (include_path='.:/usr/share/php:/usr/share/awl/inc:/usr/share/z-push/backend/imap/') (64)
it appears the CramMD5.php files are located in /usr/share/z-push/backend/imap/Auth/SASL/CramMD5.php and NOT /usr/share/z-push/backend/imap/include/Auth/SASL/CramMD5.php
a simple remove of any 'include/' in the SASL.php file fixes this issue
- is duplicated by
-
ZP-1494 auth_sasl file paths are wrong
-
- Closed
-