That version of GPGAuth is not supported. (undefined)

I’ve gone through a lot of the other posts with this error and it always seemed to be database related but I’ve looked through and the utf8mb4_general_ci collation doesn’t appear to the be issue.

That version of GPGAuth is not supported. (undefined)

SELECT table_schema, table_name, column_name, character_set_name, collation_name FROM information_schema.columns WHERE collation_name = ‘utf8mb4_general_ci’ ORDER BY table_schema, table_name,ordinal_position;
Empty set (0.03 sec)

The healthcheck also says: [FAIL] The public key cannot be used to verify a signature.

In debug mode, it also shows: [ Warning (2)](javascript:void(0);): session_start(): open(/var/lib/php/session/sess_h5e7cd0lcrclcpibvj5i5o0ki6, O_RDWR) failed: No such file or directory (2) [ CORE/src/Network/Session.php , line 335 ]

./bin/cake cache clear_all - didn’t help me either.

Is there anything else I can post?

This topic was automatically closed 5 days after the last reply. New replies are no longer allowed.