Page 1 of 1

RoundCube webmail doesnt work in a fresh Centos 7 server

Posted: Wed Jul 07, 2021 5:43 pm
by JTorres
When i try to login in roundcube, php return this line and doesnt work:

Warning: Declaration of rcmail::get_instance($env = '') should be compatible with rcube::get_instance($mode = 0, $env = '') in /usr/share/roundcubemail/program/include/rcmail.php on line 30


How could I solve it?
Thanks

Re: RoundCube webmail doesnt work in a fresh Centos 7 server

Posted: Wed Jul 07, 2021 10:35 pm
by grayfolk
JTorres wrote:
Wed Jul 07, 2021 5:43 pm
When i try to login in roundcube, php return this line and doesnt work:

Warning: Declaration of rcmail::get_instance($env = '') should be compatible with rcube::get_instance($mode = 0, $env = '') in /usr/share/roundcubemail/program/include/rcmail.php on line 30


How could I solve it?
Thanks
Try tu update roundcube or downgrade php version.

Re: RoundCube webmail doesnt work in a fresh Centos 7 server

Posted: Thu Jul 08, 2021 2:35 pm
by JTorres
Ok, thanks.

I am following this guide:
https://www.mysterydata.com/upgrade-to- ... -webpanel/

All works but, I dont know what directory is installed the actual version.

When I try this: # bin/installto.sh /var/lib/roundcubemail

Console returns this: # ERROR: No valid Roundcube installation found at /var/lib/roundcubemail


How can I update from CLI without this problems?

Thank you.