• 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
    SET id = NULL, post_id …etc

    Adding auto_increment to the id field in this table solved the issue for me.

Viewing 1 replies (of 1 total)
  • Plugin Support MD. Sakib Khandaker

    (@numbnerd14)

    Hi @flodev83,

    Thanks for reaching out!

    The id column under the {table_prefix}_aioseo_posts table of your database is set to auto_increment by default.

    Without diving deep into the issue, it’s difficult to tell why the auto_increment was disabled in your case.

    However, we’re glad to know that you were able to resolve the issue.

    Please feel free to reach out to us again in case you need our assistance with anything else.

Viewing 1 replies (of 1 total)
  • The topic ‘AIOSEO page / post settings not saving’ is closed to new replies.