Okay I found the fix on the boards. These columns in the ac_content_descriptions table needed to be added.
`meta_keywords` varchar(255) NOT NULL DEFAULT '',
`meta_description` varchar(255) NOT NULL DEFAULT '',
https://github.com/abantecart/abantecart_2.0/commit/89801cf222d9f9b536f8729d37614b27361914f3#
I added them to the database using PHP Admin by expanding the columns in the table, selecting NEW and adding.
Name: meta_description Type: Varchar Length/Values: 255 Default: As Defined Collation: utf8_general_ci I left everything else blank. Click Save. Once successfully saved repeat using meta_keywords.
`meta_keywords` varchar(255) NOT NULL DEFAULT '',
`meta_description` varchar(255) NOT NULL DEFAULT '',
https://github.com/abantecart/abantecart_2.0/commit/89801cf222d9f9b536f8729d37614b27361914f3#
I added them to the database using PHP Admin by expanding the columns in the table, selecting NEW and adding.
Name: meta_description Type: Varchar Length/Values: 255 Default: As Defined Collation: utf8_general_ci I left everything else blank. Click Save. Once successfully saved repeat using meta_keywords.