Search found 26 matches
- Tue Jan 05, 2016 7:09 pm
- Forum: Mail Server
- Topic: Roundcube Update
- Replies: 16
- Views: 25012
Re: Roundcube Update
Hi, If you are still looking for an answer, here are the steps I followed : *** Save Original Files mv /usr/share/roundcube/ /usr/share/roundcube_bk/ cp -R /var/lib/roundcube/ /var/lib/roundcube_bk/ *** Download Roundcube and prepare the folder tar xvf rcm[NAME_MAY_DIFFERS].tar.gz cp -R rcm[NAME_MA...
- Tue Jan 05, 2016 5:56 pm
- Forum: Mail Server
- Topic: Updating Roundcube
- Replies: 3
- Views: 2513
Re: Updating Roundcube
how to update to the beta version?
- Tue Jan 05, 2016 4:17 pm
- Forum: Mail Server
- Topic: [SOLVED] Roundcube Internal Error 500
- Replies: 2
- Views: 7448
Re: [SOLVED] Roundcube Internal Error 500
I have the same problem but my error log is this:
[05-Jan-2016 15:49:47 UTC] PHP Catchable fatal error: session_regenerate_id(): Failed to create(read) session ID: user (path: /var/lib/php/session) in /usr/share/roundcubemail/program/lib/Roundcube/rcube_session.php on line 436
I'm using CentOS7
[05-Jan-2016 15:49:47 UTC] PHP Catchable fatal error: session_regenerate_id(): Failed to create(read) session ID: user (path: /var/lib/php/session) in /usr/share/roundcubemail/program/lib/Roundcube/rcube_session.php on line 436
I'm using CentOS7
- Sat Jan 02, 2016 5:02 pm
- Forum: Web Server
- Topic: How to change vestacp port?
- Replies: 5
- Views: 54118
Re: How to change vestacp port?
/usr/local/vesta/nginx/conf/nginx.conf find this lines # Vhost server { listen 8083; change new port after this service vesta restart this doesn't work straight out of the box. need also to change port listening at vestaCP that can be accessed at https://YourIPAddress:8083/list/firewall/ and edit t...
- Sat Jan 02, 2016 11:35 am
- Forum: Mail Server
- Topic: Roundcube did not install ?
- Replies: 4
- Views: 4689
Re: Roundcube did not install ?
CentOS 6.7 with fresh installation from DigitalOcean VPSjoem wrote:arafatx wrote:anyone having this problem?
Whats os are you using?
Edit: Ok now it works. I'm using CentOS 7 with the default installation. Perhaps need to migrate to centOS 7 now. but not sure why roundcube doesn't install on 6.7
- Sat Jan 02, 2016 9:50 am
- Forum: Mail Server
- Topic: Roundcube did not install ?
- Replies: 4
- Views: 4689
Re: Roundcube did not install ?
anyone having this problem?
- Fri Jan 01, 2016 6:43 pm
- Forum: Mail Server
- Topic: No webmail access
- Replies: 2
- Views: 2673
Re: No webmail access
having the same problem. reinstall doesn't fix it.
- Fri Jan 01, 2016 6:32 pm
- Forum: Mail Server
- Topic: Roundcube did not install ?
- Replies: 4
- Views: 4689
Roundcube did not install ?
I installed VestaCP but I just want to know if VestaCP has roundcube package inside. I tried to view my webmail using my domain.tld/webmail it doesn't work. I found folder roundcubemail inside this directory instead of roundcube. /usr/share/roundcubemail/*many files inside* /var/lib/roundcubemail/*h...
- Wed Aug 12, 2015 8:37 am
- Forum: Database Server
- Topic: PhpMyAdmin BlowFish
- Replies: 27
- Views: 23943
Re: PhpMyAdmin BlowFish
Ok I found it. The owner of the phpmyadmin is root. I try to fix the blowfish part, but it failed to remove the message: "The configuration file now needs a secret passphrase (blowfish_secret)." https://wiki.archlinux.org/index.php/PhpMyAdmin#Add_blowfish_secret_passphrase Yup I followed the link b...
- Wed Aug 12, 2015 4:02 am
- Forum: Database Server
- Topic: phpMyAdmin error on login screen - cannot login
- Replies: 29
- Views: 28328
Re: phpMyAdmin error on login screen - cannot login
I solved this problem without chmod the sesion folder to 777. Please correct me if I'm wrong here: I think during installation of VestaCP, some of the configuration files were set to belong to admin owner. So, I changed the session folder to owner 'admin' and it works. Something like this. With ins...