Title: hfbtech's Replies | WordPress.org

---

# hfbtech

  [  ](https://wordpress.org/support/users/hfbtech/)

 *   [Profile](https://wordpress.org/support/users/hfbtech/)
 *   [Topics Started](https://wordpress.org/support/users/hfbtech/topics/)
 *   [Replies Created](https://wordpress.org/support/users/hfbtech/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/hfbtech/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/hfbtech/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/hfbtech/engagements/)
 *   [Favorites](https://wordpress.org/support/users/hfbtech/favorites/)

 Search replies:

## Forum Replies Created

Viewing 1 replies (of 1 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Abandoned Cart Lite for WooCommerce] Can’t create new template](https://wordpress.org/support/topic/cant-create-new-template-2/)
 *  [hfbtech](https://wordpress.org/support/users/hfbtech/)
 * (@hfbtech)
 * [2 years, 1 month ago](https://wordpress.org/support/topic/cant-create-new-template-2/#post-17752099)
 * In case others find this same problem we found the cause and solution.
   After 
   update 5.19.0 the database had a new column added “email_type”. If the database
   was already created before the update the new column was not added. When trying
   to add a new template the error was column “email_type” was not found.
 * This SQL code will add the new column to the database
   ALTER TABLE wp_ac_email_templates_liteADD
   COLUMN email_type VARCHAR(255);
 * I would also recommend adding the value of “abandoned_cart_email” to old templates
   in the database

Viewing 1 replies (of 1 total)