I am getting the following error and wonder if it relates to my use of the demo module. which is set to reset every hour

Error
The website encountered an unexpected error. Please try again later.
Error message
PDOException: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'computi6_inlineedit.semaphore' doesn't exist: SELECT expire, value FROM {semaphore} WHERE name = :name; Array ( [:name] => variable_init ) in lock_may_be_available() (line 164 of /home1/computi6/public_html/inlineedit/includes/lock.inc).
Uncaught exception thrown in shutdown function.

PDOException: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'computi6_inlineedit.semaphore' doesn't exist: DELETE FROM {semaphore} WHERE (value = :db_condition_placeholder_0) ; Array ( [:db_condition_placeholder_0] => 14564198034e3d098a759467.84531415 ) in lock_release_all() (line 266 of /home1/computi6/public_html/inlineedit/includes/lock.inc).

Comments

amir simantov’s picture

Issue summary: View changes

I have got the exact same error after trying to reset (manually) to the single snapshot.

Note that the snapshot itself, when had been created, gave suspicious notices but I am not sure whether these two issues are related. The other issue is: #1565736: error later upgrade to 7.14

Actually, instead of making the work process safer, the module entirely broke the site down and the site cannot be accessed!

This module looks abandoned.

gaurav.kapoor’s picture

Status: Active » Closed (cannot reproduce)