-
Notifications
You must be signed in to change notification settings - Fork 20
Open
Description
Hi,
I'm having the following error when accessing a page after turning on the cache:
SQLSTATE[23502]: Not null violation: 7 ERROR: null value in column "id" violates not-null constraint DETAIL: Failing row contains (null, 3, notre-equipe, 2020-03-16 10:05:06, 2020-03-16 10:05:06, 81009d37-9e21-453a-9c35-8b7a6b155a3f).
After digging into the code, I found in the file HtmlCache.php at line 153 that the primary key id is explicitly set to "null". So the error is normal as a primary key cannot be null.
Any help would be appreciated!
Thanks you
Nicolas
Metadata
Metadata
Assignees
Labels
No labels