I have a strange behaviour in my z-push installation. Environment is:
- - Debian 6.0 (squeeze) 64 bit
- Plesk Panel 10.4.4
- Zarafa v7.06
- z-push 2.0beta-1185
I copied the extracted files into /var/www/vhosts/domain.com/httpdocs/z-push. I created the dirs /var/log/z-push and /var/lib/z-push and assigned the necessary rights:
triton125:/var/log# ls -la
insgesamt 3529796
drwxr-xr-x 18 root root 4096 10. Apr 23:13 .
drwxr-xr-x 19 root root 4096 21. Mär 01:13 ..
...
drwxrwxrwx 2 www-data www-data 4096 10. Apr 23:13 z-push
I updated the vhost.conf and the vhost_ssl.conf according to the documentation (Alias and php parameters). When I point the browser to http://domain.com/Microsoft-Server-ActiveSync I get the following exception:
- Code: Select all
Z-Push - Open Source ActiveSync
Version 2.0beta2-1185
FatalMisconfigurationException
The configured LOGFILEDIR does not exist or can not be accessed.
Trace:
Array
(
[0] => Array
(
[file] => /var/www/vhosts/domain.com/httpdocs/z-push/index.php
[line] => 118
[function] => CheckConfig
[class] => ZPush
[type] => ::
[args] => Array
(
)
)
)
I patched the exception output so that I can see which LOGFILEDIR. The result was as expected: /var/log/z-push.
Maybe that's a pretty newbie error. It seems that I'm blind. Anyone to help?
Thanks in advance
jabo10000
