Hi - I'm using Roundcube 1.1.4 with php 5.6. Everthing works just fine until I go to logout. Then I get:
REQUEST CHECK FAILED
From the error log:
[13-Jan-2016 13:19:52 -0600]: <2418512a> PHP Error: Request security check failed (GET /directory/?_task=logout&_token=VheqxvML-YE%+YZ1zUfjI&*w7BCy0A$D)
[Directory name changed]
Googling and list searches shows this error showing up under unrelated circumstances... nothing related to 'Logout'.
Any idea what's going on?
Thanks for any help, Gene
On 01/13/2016 08:24 PM, Gene wrote:
[13-Jan-2016 13:19:52 -0600]: <2418512a> PHP Error: Request security check failed (GET /directory/?_task=logout&_token=VheqxvML-YE%+YZ1zUfjI&*w7BCy0A$D)
Hmm... You don't have php's openssl module installed, do you?
There are some special characters in the token, maybe this causes issues. Could you try to remove special characters from the list in https://github.com/roundcube/roundcubemail/blob/release-1.1/program/lib/Roun... ?
OK -
the link below reveal that my version matches that on github.
ie. $alpha = 'ABCDEFGHIJKLMNOPQERSTUVXYZabcdefghijklmnopqrtsuvwxyz0123456789+*%&?!$-_=';
I DO note that this problem seems to have started just after updating php from 5.4 to 5.6. Wonder if that has anything to do with it.
Gene
On 2016-01-13 13:50, A.L.E.C wrote:
On 01/13/2016 08:24 PM, Gene wrote:
[13-Jan-2016 13:19:52 -0600]: <2418512a> PHP Error: Request security check failed (GET /directory/?_task=logout&_token=VheqxvML-YE%+YZ1zUfjI&*w7BCy0A$D)
Hmm... You don't have php's openssl module installed, do you?
There are some special characters in the token, maybe this causes issues. Could you try to remove special characters from the list in https://github.com/roundcube/roundcubemail/blob/release-1.1/program/lib/Roun... ?
On Wednesday, January 13, 2016 02:13:17 PM Gene wrote:
OK -
- The openssl module is NOT installed.
- Checking my version's rcube_utils.php against that referred to by
the link below reveal that my version matches that on github.
ie. $alpha = 'ABCDEFGHIJKLMNOPQERSTUVXYZabcdefghijklmnopqrtsuvwxyz0123456789+*%&?!$-_=';
I DO note that this problem seems to have started just after updating php from 5.4 to 5.6. Wonder if that has anything to do with it.
see https://wiki.mageia.org/en/Mageia_5_Errata#Roundcubemail but this problem shows up when you want to log-in, not log-out.
Gene
On 2016-01-13 13:50, A.L.E.C wrote:
On 01/13/2016 08:24 PM, Gene wrote:
[13-Jan-2016 13:19:52 -0600]: <2418512a> PHP Error: Request security check failed (GET /directory/?_task=logout&_token=VheqxvML-YE%+YZ1zUfjI&*w7BCy0A$D)
Hmm... You don't have php's openssl module installed, do you?
There are some special characters in the token, maybe this causes issues. Could you try to remove special characters from the list in https://github.com/roundcube/roundcubemail/blob/release-1.1/program/lib/Ro undcube/rcube_utils.php#L1167 ?
Roundcube Users mailing list users@lists.roundcube.net http://lists.roundcube.net/mailman/listinfo/users