Re: [qmailtoaster] Roundcube login fails on PHP 7.x

2019-07-14 Thread Remo Mattei
This issue was caused by php-mapi .. I removed it and updated and it did go as needed for the upgrade.. > On Jul 14, 2019, at 19:15, Remo Mattei wrote: > > I just wanted to test this on a box that I have on 5.4 and I get this.. > > --> Finished Dependency Resolution > Error: Package: php-mapi

Re: [qmailtoaster] Roundcube login fails on PHP 7.x

2019-07-14 Thread Remo Mattei
I just wanted to test this on a box that I have on 5.4 and I get this.. --> Finished Dependency Resolution Error: Package: php-mapi-7.1.14-3.el7.x86_64 (@epel) Requires: php(api) = 20100412-64 Removing: php-common-5.4.16-46.el7.x86_64 (@base) php(api) = 2010041

Re: [qmailtoaster] Roundcube login fails on PHP 7.x

2019-07-14 Thread Eric Broch
I've installed php 7.1 in centos 7 successfully. So have others. I'm not sure what the problem is. The Remi repo should upgrade roundcube. On 7/14/2019 7:03 PM, Angus McIntyre wrote: Hi Eric Yes, I followed your instructions, and they worked perfectly -- but only for PHP 5.4. I re-implemented

Re: [qmailtoaster] Roundcube login fails on PHP 7.x

2019-07-14 Thread Angus McIntyre
Hi Eric Yes, I followed your instructions, and they worked perfectly -- but only for PHP 5.4. I re-implemented your recipe as a set of Ansible tasks, and was able to get Roundcube working with PHP 5.4. (The only thing I didn't implement yet was the Carddav install as -- if I understand correct

Re: [qmailtoaster] Roundcube login fails on PHP 7.x

2019-07-14 Thread Eric Broch
Did you follow these instructions: https://www.qmailtoaster.org/roundcube.html On 7/14/2019 4:56 PM, Angus McIntyre wrote: Remo, Eric, thank you. Installing 1.4 seems to take me into dependency hell. This is what I have so far in ansible: - name: add REMI test repo   become: yes   when: qm

Re: [qmailtoaster] Roundcube login fails on PHP 7.x

2019-07-14 Thread Angus McIntyre
Remo, Eric, thank you. Installing 1.4 seems to take me into dependency hell. This is what I have so far in ansible: - name: add REMI test repo become: yes when: qmt_php7_version != 0 yum: name: http://rpms.remirepo.net/enterprise/remi-release-7.rpm state: present - name: install

Re: [qmailtoaster] Roundcube login fails on PHP 7.x

2019-07-14 Thread remo
And I also have the 1.4 version > Il giorno 14 lug 2019, alle ore 12:09, r...@mattei.org scritto: > > I run php 7 and roundcube > >> Il giorno 14 lug 2019, alle ore 10:52, Eric Broch >> ha scritto: >> >> Have a look at this thread: >> >> https://www.mail-archive.com/qmailtoaster-list@qm

Re: [qmailtoaster] Roundcube login fails on PHP 7.x

2019-07-14 Thread remo
I run php 7 and roundcube > Il giorno 14 lug 2019, alle ore 10:52, Eric Broch > ha scritto: > > Have a look at this thread: > > https://www.mail-archive.com/qmailtoaster-list@qmailtoaster.com/msg41927.html > > > >> On 7/14/2019 11:29 AM, Angus McIntyre wrote: >> Has anyone been able to su

Re: [qmailtoaster] Roundcube login fails on PHP 7.x

2019-07-14 Thread Eric Broch
Have a look at this thread: https://www.mail-archive.com/qmailtoaster-list@qmailtoaster.com/msg41927.html On 7/14/2019 11:29 AM, Angus McIntyre wrote: Has anyone been able to successfully run Roundcube with PHP7 on a QMT install? I'm following -- more or less -- the install guidelines given

[qmailtoaster] Roundcube login fails on PHP 7.x

2019-07-14 Thread Angus McIntyre
Has anyone been able to successfully run Roundcube with PHP7 on a QMT install? I'm following -- more or less -- the install guidelines given on the qmailtoaster site. When I have PHP 5.4 installed, I am able to log in and use Roundcube without problems. When I have PHP7.2 or 7.3 installed,