Unknown column ‘t0.display_in_manage_subscription_page’ | WordPress.org

Thread Starter
asle

(@asle)

I fixed this myself. For any other frustrated users -> There is a migration file in
mailpoet/lib/Migrations/Migration_20221108_140545.php

This is supposed to check for the field and add it but it did not;
// Add display_in_manage_subscription_page column in case it doesn't exist

So I found the table “*prefix*_mailpoet_segments” which in my case was:
wp_mailpoet_segments

I ran this in mysql (You could do it in phpMyAdmin and use your own prefix of course)

ALTER TABLE wp_mailpoet_segments
ADD display_in_manage_subscription_page tinyint(1) NOT NULL DEFAULT 0

Voila, no more errors 🙂

  • This reply was modified 10 minutes ago by asle.
  • This reply was modified 10 minutes ago by asle.
  • This reply was modified 9 minutes ago by asle.

 

This site will teach you how to build a WordPress website for beginners. We will cover everything from installing WordPress to adding pages, posts, and images to your site. You will learn how to customize your site with themes and plugins, as well as how to market your site online.

Buy WordPress Transfer