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:

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) =

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: [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

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:

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:

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: >> >>

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

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

[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

Re: [qmailtoaster] Testing and development repos

2019-07-14 Thread remo
Sounds great I was planning on that but have not time at the moment. > Il giorno 14 lug 2019, alle ore 08:22, Angus McIntyre ha > scritto: > > Thank you, Eric. > > And thank you also (again) for all your hard work in maintaining the > qmailtoaster site and the associated software. > > I'm

Re: [qmailtoaster] Testing and development repos

2019-07-14 Thread Angus McIntyre
Thank you, Eric. And thank you also (again) for all your hard work in maintaining the qmailtoaster site and the associated software. I'm in the process of developing an ansible role for setting up a qmailtoaster installation, as another option for people who want to install QMT. I'm fairly