Hi all,

I just noticed that after I went in my ftp to changed the database password in settings.php, I keep getting the same two errors on my homepage:

PDOException: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'db23830_dadmb.semaphore' doesn't exist: SELECT expire, value FROM {semaphore} WHERE name = :name; Array ( [:name] => variable_init ) in lock_may_be_available() (line 167 of /nfs/c02/h08/mnt/23830/domains/ivape.me/html/includes/lock.inc).

and

Uncaught exception thrown in shutdown function.

PDOException: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'db23830_dadmb.semaphore' doesn't exist: DELETE FROM {semaphore} WHERE (value = :db_condition_placeholder_0) ; Array ( [:db_condition_placeholder_0] => 3588328384f98c408a80b66.16841459 ) in lock_release_all() (line 269 of /nfs/c02/h08/mnt/23830/domains/ivape.me/html/includes/lock.inc).

any clue or help would make a big difference in my world.

thanks.

Comments

josephsergio’s picture

I had recently tried to update to 7.14 and lost my entire site due to a fatal error.
I then tried to restore my database and am getting the same error:

Uncaught exception thrown in shutdown function.
PDOException: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'mjmroyaltiesdatabase2.commerce_kickstartsemaphore' doesn't exist: DELETE FROM {semaphore} WHERE (value = :db_condition_placeholder_0) ; Array ( [:db_condition_placeholder_0] => 8158488544fc4ce80c156b4.95048500 ) in lock_release_all() (line 269 of /home/josephsergio/mjmroyalties.com/includes/lock.inc).

Any idea how to fix this or should I just delete the database and start over?