Fellow List Members,
After an upgrade to 6.16 with Upgrade.txt open and followed to the letter I received the following error;
* user warning: Table 'redacted_org_-_drupal.semaphore' doesn't exist query: lock_may_be_available /* admin : lock_may_be_available */ SELECT expire, value FROM semaphore WHERE name = 'menu_rebuild' in /var/www/html/drupal/includes/lock.inc on line 154. * user warning: Table 'redacted_org_-_drupal.semaphore' doesn't exist query: lock_may_be_available /* admin : lock_may_be_available */ SELECT expire, value FROM semaphore WHERE name = 'menu_rebuild' in /var/www/html/drupal/includes/lock.inc on line 154.
I found this page: http://drupal.org/node/732024 comment #45 looked like it might be a good starting point for me, but when I got to the update page neither 6054 nor 6055 were present in the system module drop-down.
Applied the Bootstrap patch from this page: http://drupal.org/node/732064 to bootstrap.inc, different errors but lots more of them, reverted back to original bootstrap.inc re-ran update.php and now back to the original errors as above.
Additionally, Drupal is reporting the wrong version, it thinks I'm on 6.14 not 6.16. The original install of this site was 6.15.
Anyone else had this problem or know of a solution that I have not found?
Thanks
P.S. redacted and admin do not reflect what is actually in the message, names where changed to protect the innocent
Or maybe the guilty. Did you try running update.php again? In the thirty or so recent upgrades, I ran into similar issues in a few cases and in the worst cases, I had to temporarily disable some modules to make it through the database upgrades (i.e. work around the order of database upgrades) or deselect some of the upgrades during the update process.
On Sun, Mar 14, 2010 at 1:09 PM, Lanny Trager lanny@cybernex.net wrote:
Fellow List Members,
After an upgrade to 6.16 with Upgrade.txt open and followed to the letter I received the following error;
- user warning: Table 'redacted_org_-_drupal.semaphore' doesn't exist
query: lock_may_be_available /* admin : lock_may_be_available */ SELECT expire, value FROM semaphore WHERE name = 'menu_rebuild' in /var/www/html/drupal/includes/lock.inc on line 154.
- user warning: Table 'redacted_org_-_drupal.semaphore' doesn't exist
query: lock_may_be_available /* admin : lock_may_be_available */ SELECT expire, value FROM semaphore WHERE name = 'menu_rebuild' in /var/www/html/drupal/includes/lock.inc on line 154.
I found this page: http://drupal.org/node/732024 comment #45 looked like it might be a good starting point for me, but when I got to the update page neither 6054 nor 6055 were present in the system module drop-down.
Applied the Bootstrap patch from this page: http://drupal.org/node/732064 to bootstrap.inc, different errors but lots more of them, reverted back to original bootstrap.inc re-ran update.php and now back to the original errors as above.
Additionally, Drupal is reporting the wrong version, it thinks I'm on 6.14 not 6.16. The original install of this site was 6.15.
Anyone else had this problem or know of a solution that I have not found?
Thanks
P.S. redacted and admin do not reflect what is actually in the message, names where changed to protect the innocent
-- [ Drupal support list | http://lists.drupal.org/ ]
Lanny Trager wrote:
Fellow List Members,
After an upgrade to 6.16 with Upgrade.txt open and followed to the letter I received the following error;
- user warning: Table 'redacted_org_-_drupal.semaphore' doesn't exist
query: lock_may_be_available /* admin : lock_may_be_available */ SELECT expire, value FROM semaphore WHERE name = 'menu_rebuild' in /var/www/html/drupal/includes/lock.inc on line 154. * user warning: Table 'redacted_org_-_drupal.semaphore' doesn't exist query: lock_may_be_available /* admin : lock_may_be_available */ SELECT expire, value FROM semaphore WHERE name = 'menu_rebuild' in /var/www/html/drupal/includes/lock.inc on line 154.
I found this page: http://drupal.org/node/732024 comment #45 looked like it might be a good starting point for me, but when I got to the update page neither 6054 nor 6055 were present in the system module drop-down.
I think you want #29 of that node http://drupal.org/node/732024#comment-2684764 which gives you an example to recreate the semaphore table. Do you have a backup of the DB?