Skip to content

Column not found: 1054 Unknown column 'page' #67

@alanmels

Description

@alanmels

Hello Jen,

After accepting the last three PRs, I noticed that categories can no longer be created or edited — the system throws an error. Rather than rolling back those commits, I was hoping you might be able to take a look and fix this based on the current state of the dev branch. Unfortunately, I won’t have time to address it myself soon.

Thanks,
Alan

PDOException: SQLSTATE[42S22]: Column not found: 1054 Unknown column 'page' in 'SET': UPDATE {simplenews_category} SET `tid`=:db_update_placeholder_0, `format`=:db_update_placeholder_1, `priority`=:db_update_placeholder_2, `receipt`=:db_update_placeholder_3, `from_name`=:db_update_placeholder_4, `email_subject`=:db_update_placeholder_5, `from_address`=:db_update_placeholder_6, `hyperlinks`=:db_update_placeholder_7, `new_account`=:db_update_placeholder_8, `opt_inout`=:db_update_placeholder_9, `block`=:db_update_placeholder_10, `page`=:db_update_placeholder_11 WHERE ( (`tid` = :db_condition_placeholder_0) ); Array ( [:db_update_placeholder_0] => 1 [:db_update_placeholder_1] => plain [:db_update_placeholder_2] => 0 [:db_update_placeholder_3] => 0 [:db_update_placeholder_4] => My Backdrop Site [:db_update_placeholder_5] => [[simplenews-category:name]] [node:title] [:db_update_placeholder_6] => noreply@ddev.site [:db_update_placeholder_7] => 1 [:db_update_placeholder_8] => none [:db_update_placeholder_9] => double [:db_update_placeholder_10] => 1 [:db_update_placeholder_11] => 1 [:db_condition_placeholder_0] => 1 ) in simplenews_category_save() (line 1900 of /var/www/html/docroot/modules/contrib/simplenews/simplenews.module). 

Metadata

Metadata

Labels

No labels
No labels

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions