We are running Testrail 6.5.5.1009 on prem with php 7.3 with Jira cloud and it does not work.
Do we need to downgrade to 7.2?
We are running Testrail 6.5.5.1009 on prem with php 7.3 with Jira cloud and it does not work.
Do we need to downgrade to 7.2?
Hi @ezraw - sorry, this fell off my radar due to some other priorities.
I am led to understand the problem lies with a file that doesn’t get shipped with on-premise installs because it breaks cookies in HTTP/PHP 7.3 situations.
The quick/easy(dirty) solution for now is to add a cookie.php file to your app/config folder, containing the following:
<?php
$config['secure'] = true;
For future server installations on => PHP7.3, we’ll need to introduce a way to create that file during the installation process and some admin config to turn it off again if HTTP is being used.
I hope this helps. If you have some further issues or need more support, I’d recommend emailing the support team via contact@gurock.com.
Cheers,
Simon
Hello!
We came across this as well when using:
I’ve submitted a ticket to Support but thought I would reply here as well to see if anyone has a server-side fix yet.
From reading the above thread, it doesn’t appear there is a fix yet for on-premise Jira and PHP 7.2
So at the moment, we only have client-side workarounds:
To fix on Chrome :
To fix on Safari :
To fix on Firefox :
To fix on Opera :
Thanks, we’ll give this a try and let you know.
Really this? It’s 2020, certificates are free and automated. Shouldn’t HTTPS be a requirement?
Yes, you’re right. It should be. Let me pass your feedback to the relevant team.
Regards,
Shanu
Hi @sjpknight,
I emailed Support as you advised but they haven’t been great in understanding the issue at hand with same-site cookies.
Do you know if there is a fix or update available to address this issue? We are running on-prem TestRail v6.5.7.1000 with php v7.2.24 and on-prem Jira v 6.3.12.
You mentioned adding a cookie php file in your above reply. If we upgraded php to v7.3, would this work if there is no other solution at this time?
Dan
Any update on this issue and when PHP 7.3 will be officially supported by TestRail?
We see that PHP is still set to 7.2 on the 6.7.2 Docker image from TestRail -
https://hub.docker.com/layers/testrail/apache/6.7.2/images/sha256-40aa3bbd8d30ed117125ab991a8fe7c3d72cf98ec5acc5748d7725cd34267081?context=explore
ENV PHP_VERSION=7.2.31