PDOException: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'ringmast_drp3.dr_pathauto_state' doesn't exist: SELECT 1 AS expression FROM {pathauto_state} pathauto_state WHERE ( (entity_type = :db_condition_placeholder_0) AND (entity_id = :db_condition_placeholder_1) ) FOR UPDATE; Array ( [:db_condition_placeholder_0] => node [:db_condition_placeholder_1] => 81 ) in pathauto_entity_state_save() (line 492 of /home2/ringmast/public_html/lvmusicteachers/sites/all/modules/pathauto/pathauto.module).

When I attempt an edit or add content, I am getting this message. I don't know how to interpret this code, so I could use some help in resolving the issue. Thanks.

Comments

john morahan’s picture

Most likely, you updated the Pathauto module to the latest version, but you haven't yet visited update.php to apply the database schema updates. See https://www.drupal.org/node/250790

LovetoCamp’s picture

When I run update.php, all I get is a blank page. Is that normal? In any event, I uninstalled Pathauto and reinstalled it and all seems to be working okay now.

Thanks.