spxjet
13
I found a fix for this on kopano forums.
- Edit /usr/local/lib/z-push/backend/ipcsharedmemory/ipcsharedmemoryprovider.php and replace line 45 with this:
if ($this->initSharedMem())
ZLog::Write(LOGLEVEL_DEBUG, sprintf("%s(): Initialized %s and %s.", $class, $this->mutexid::class, $this->memid::class));
- Edit /usr/local/lib/z-push/policies.ini and set:
maxattsize = '-1'
2 Likes