- πΊπΈUnited States tripodcreative
I can confirm that applying this patch on a D7 instance running PHP 7.4 fixed the issue. Thank you for providing this.
Pollanon not support PHP 7.3
Install module on php 7.3 envrionment
Create a poll with pollanon
Submit the button will get error "Cookie support required to anonymous voting" and with php warning
Warning: time() expects exactly 0 parameters, 1 given in _pollanon_validate_request() (line 155 of .../pollanon/pollanon.module).
https://bugs.php.net/bug.php?id=78509
Create patch according above
Calling the "time()" function with a parameter works fine in PHP <= 7.2.x and returns an int. In PHP 7.3, it returns NULL and produces a "Warning: time() expects exactly 0 parameters, 1 given" message instead.
N/A
N/A
N/A
N/A
Needs review
1.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
I can confirm that applying this patch on a D7 instance running PHP 7.4 fixed the issue. Thank you for providing this.