AIOSEO page / post settings not saving
-
I had the issue that AIOSEO settings for pages / posts where not being saved. After pulling out all my hair, I started looking in the php error logs and found the culprit:
WordPress database error Column ‘id’ cannot be null for query INSERT INTO so_aioseo_posts
SETid
= NULL,post_id
…etcAdding auto_increment to the id field in this table solved the issue for me.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘AIOSEO page / post settings not saving’ is closed to new replies.