• Closed by: Anonymous Submitter
  • Closed on:
  • Reason: Not a bug

Ticket #22721 - blog - do not create new posts

Hi,
I can’t create new blog posts anymore. Gives me the error “× An error occurred while creating the object. simpleblog_post (Unknown column ‘gallery_style’ in ‘field list’)”.

can you help me?
Thanks

Comments

Fred 06 Dec 2021, 17:24

Hi, Marco.
You need to execute following code through phpMyAdmin

ALTER TABLE `PREFIX_simpleblog_post` ADD `gallery_style` VARCHAR(32) NOT NULL AFTER `id_product`;

where replace ‘PREFIX’ with your real database prefix