backdrop-ops / docs.backdropcms.org

Website for displaying Backdrop CMS documentation and API source code.
https://docs.backdropcms.org/
6 stars 6 forks source link

Tugboat builds on docs.backdropcms.org are broken #150

Closed bugfolder closed 3 years ago

bugfolder commented 3 years ago

Tugboat builds for PRs on docs.backdropcms.org claim to build successfully, but visiting the link results in this error:

SQLSTATE[42S02]: Base table or view not found: 1146 Table 'tugboat.field_data_field_lecacy_nid' doesn't exist: SELECT t.* FROM {field_data_field_lecacy_nid} t WHERE (`entity_type` = :db_condition_placeholder_0) AND (`entity_id` IN (:db_condition_placeholder_1)) AND (`language` IN (:db_condition_placeholder_2)) AND (`deleted` = :db_condition_placeholder_3) ORDER BY delta ASC; Array ( [:db_condition_placeholder_0] => node [:db_condition_placeholder_1] => 28585 [:db_condition_placeholder_2] => und [:db_condition_placeholder_3] => 0 )
ghost commented 3 years ago

All fixed now (the main base preview just needed to be rebuilt to get up-to-date with the latest commits).