![]() |
|
Roundcube problem - Printable Version +- Sentora Support Forums (https://senforums.mach-hosting.com) +-- Forum: Sentora Forum Archives (https://senforums.mach-hosting.com/forumdisplay.php?fid=5) +--- Forum: Sentora Public Support Forums v1.0.x (https://senforums.mach-hosting.com/forumdisplay.php?fid=32) +---- Forum: General Support Forum v1.0.x (https://senforums.mach-hosting.com/forumdisplay.php?fid=36) +---- Thread: Roundcube problem (/showthread.php?tid=10670) |
Roundcube problem - cfreire - 10-05-2018 Hi friends.... Please I need some help about this...... When I want login trough roundcube I receive the error "Your session in invalid or expired"..... I updated php from 5 to 7 in Centos 7, I dont know if this updated has affected the roundcube access. Please may anyone help to me? Thanks beforehand. RE: Roundcube problem - fearworks - 10-05-2018 (10-05-2018, 01:16 AM)cfreire Wrote: Hi friends.... Please I need some help about this...... There are a few things that need changing/tweaking/updating to get Roundcube running on PHP 7 compared to the version packaged with Sentora 1.0.3, but you have upgraded PHP to an unsupported version, and the Sentora package is not (currently) designed for running on PHP 7. The easiest solution would be to downgrade to PHP 5 as you were presumably running before and (unless you have changed other things) this should restore your access. If I am incorrect about the above advice, I would be happy to amend it. Keith. RE: Roundcube problem - cfreire - 10-05-2018 (10-05-2018, 01:45 AM)fearworks Wrote: There are a few things that need changing/tweaking/updating to get Roundcube running on PHP 7 compared to the version packaged with Sentora 1.0.3, but you have upgraded PHP to an unsupported version, and the Sentora package is not (currently) designed for running on PHP 7. Hi Keith , thanks for your help.... MAy you to say me what things could I to change to try to access to Roundcube?, because the functions remains are OK. RE: Roundcube problem - fearworks - 10-05-2018 (10-05-2018, 02:00 AM)cfreire Wrote: Hi Keith , thanks for your help.... MAy you to say me what things could I to change to try to access to Roundcube?, because the functions remains are OK. If you are still running the stock version of Rouncube that came with Sentora, you should upgrade that to the latest release: Code: cd /etc/sentora/panel/etc/apps
wget https://github.com/roundcube/roundcubemail/releases/download/1.3.7/roundcubemail-1.3.7-complete.tar.gz
tar xf roundcubemail-1.3.7-complete.tar.gz
./roundcubemail-1.3.7/bin/installto.sh /etc/sentora/panel/etc/apps/webmailFinish by removing/cleaning up some folders: Code: rm -rf roundcubemail-1.3.7-complete.tar.gz
rm -rf roundcubemail-1.3.7
rm -rf webmail/installer
rm -rf webmail/SQLPlease note that you do this at your own risk. If you are running a production server you really should go back to PHP 5 as Sentora does not support PHP 7 yet, and there's more than just Roundcube that needs updating for everything to run correctly... However, if your server is "disposable", in other words, if you can afford to mess it up and load it all again from scratch if things go wrong, then fine, play about with PHP 7 and do the Roundcube upgrade - but it's at your own risk! Keith RE: Roundcube problem - cfreire - 10-05-2018 (10-05-2018, 02:18 AM)fearworks Wrote: If you are still running the stock version of Rouncube that came with Sentora, you should upgrade that to the latest release: Hi... thanks very much for your help........ After I updated roundcube that works for five minutes... but after this time I now receive this error in my browser.... xxx.xxxx.xxx.xxx. no puede procesar esta solicitud en este momento. HTTP ERROR 500 RE: Roundcube problem - cfreire - 10-05-2018 (10-05-2018, 03:37 AM)cfreire Wrote: Hi... thanks very much for your help........ After I updated roundcube that works for five minutes... but after this time I now receive this error in my browser.... Hi my friend.... Thanks very much for your help Keith... Yours instructions were excellent... The errors that were presented were because there were not the packages php-xml and php-mbstring . Later of install them, RoundCube ran of marvelous..... Regards.. RE: Roundcube problem - fearworks - 10-05-2018 (10-05-2018, 06:26 AM)cfreire Wrote: Hi my friend.... Thanks very much for your help Keith... Yours instructions were excellent... The errors that were presented were because there were not the packages php-xml and php-mbstring . Later of install them, RoundCube ran of marvelous..... Ah right, yes, upgrading PHP inevitably brings the need to update or install new PHP components etc. Glad you spotted the additional stuff that needed to be done. Just keep in mind that Sentora isn't officially supported on PHP 7 yet so if you go tweaking too many things you may end up with other issues! And I'm sure you've already read the disclaimers on the forum about securing Sentora running on PHP 7, and that Suhosin is no longer protecting you, etc. ![]() Keith RE: Roundcube problem - jim@jimcorkery.com - 05-02-2019 (10-05-2018, 08:44 AM)fearworks Wrote: Ah right, yes, upgrading PHP inevitably brings the need to update or install new PHP components etc. I followed your steps above. I get this message. Any suggestions? ./roundcubemail-1.3.7/bin/installto.sh /etc/sentora/panel/etc/apps/webmail PHP Warning: PHP Startup: Unable to load dynamic library 'suhosin.so' (tried: /usr/lib64/php/modules/suhosin.so (/usr/lib64/php/modules/suhosin.so: undefined symbol: zend_hash_del_key_or_index), /usr/lib64/php/modules/suhosin.so.so (/usr/lib64/php/modules/suhosin.so.so: cannot open shared object file: No such file or directory)) in Unknown on line 0 Upgrading from 1.0.4. Do you want to continue? (y/N) y Copying files to target location...sh: rsync: command not found Error 500: Failed to execute command: rsync -aC --out-format=%n --delete /etc/sentora/panel/etc/apps/roundcubemail-1.3.7/program/ /etc/sentora/panel/etc/apps/webmail/program/ (05-02-2019, 06:59 AM)jim@jimcorkery.com Wrote: I followed your steps above. I get this message. Any suggestions? Nevermind. Guess who never had RSYNC installed. It is now working. Thanks everyone. P.S. I installed 1.3.9 as that is the current release of roundcube. |