Table 'delegator_pages' doesn't exist query: SELECT pid FROM delegator_pages WHERE name = 'front_page' LIMIT 0, 1 in ../sites/all/modules/boost/boost.module on line 1843.

I need to make sure the table exists before querying it.

SHOW TABLES LIKE 'delegator_pages'
SHOW TABLES LIKE 'page_manager_pages'
CommentFileSizeAuthor
#1 boost-539494.patch1.29 KBmikeytown2
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

mikeytown2’s picture

Status: Active » Needs review
FileSize
1.29 KB
mikeytown2’s picture

Status: Needs review » Fixed

committed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.