Error when accessing webmail rainloop after installing Cyber ​​Panel Ent

[202] Data folder permissions error [is_writable]

You did a fresh install?

Yes!

cd /usr/local/lscp/cyberpanel
chown -R lscpd:lscpd rainloop

chown: invalid user: ‘lscpd:lscpd’

chown: invalid user: ‘lscpd:lscpd’
adduser lscpd -M -d /usr/local/lscp
groupadd lscpd
usermod -a -G lscpd lscpd
usermod -a -G lsadm lscpd

still show error “[105] Missing version directory”

Submit your ticket, I will have a look.

i already reopen ticket , why my ticked closed?

i already reopen ticket , why my ticked closed?

First there was an error

Warning: ini_set() has been disabled for security reasons in /usr/local/lscp/cyberpanel/rainloop/index.php on line 3Warning: file_exists() has been disabled for security reasons in /usr/local/lscp/cyberpanel/rainloop/index.php on line 13NGENTOT KESEL AINK ANJING, ERROR MOLO, GBLK ASU

Then

[302] The following PHP extensions are not available in your PHP configuration!

cURL
Zlib

I had to remove this string from your PHP 7.0 configurations

disable_functions = …

There were some functions required by rainloop and you have disabled them.

thnks very much

I am under 1.8.7, fresh install on Centos 7 and I get the same error. Fixed the permissions but still same error. User and group are fine:

[root@server logs]# id lscpd
uid=2002(lscpd) gid=2002(lscpd) grupos=2002(lscpd),99(nobody),1002(lsadm)