CyberPanel Community

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

11 replies
us
usmannasir #2

You did a fresh install?

us
usmannasir #4
cd /usr/local/lscp/cyberpanel
chown -R lscpd:lscpd rainloop
r0
r00tsyst3m #5

chown: invalid user: ‘lscpd:lscpd’

Cy
CyberPanel #6
chown: invalid user: ‘lscpd:lscpd’
adduser lscpd -M -d /usr/local/lscp
groupadd lscpd
usermod -a -G lscpd lscpd
usermod -a -G lsadm lscpd
r0
r00tsyst3m #7

still show error “[105] Missing version directory”

Cy
CyberPanel #8

Submit your ticket, I will have a look.

r0
r00tsyst3m #9

i already reopen ticket , why my ticked closed?

us
usmannasir #10
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.

ib
ibertrix #12

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)

Sign in to reply