Closed (won't fix)
Project:
Drupal core
Version:
7.3
Component:
menu system
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
26 Apr 2010 at 19:08 UTC
Updated:
24 Apr 2018 at 07:47 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
Androidmacc commentedsounds like your code has some problems do you have error messages enabled in php.ini. You need that inorder to see whats going on.
Comment #2
aknanuq commentedError messages was set to display inline, as they occurred, just turned that off and enabled logs, but nothing was appearing as far as error message regarding PHP.
I can check drupal logs and see what I find.
Nothing related in the drupal logs.
About the only other thing I can add, is this is a recent development, there were no issues before last week.
It's leading me to believe that maybe it's CSS/html related? Just seems odd, that it started happening with nothing changed that should have affected it.
Comment #3
Androidmacc commentedPDOException: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'drupal.cache_update' doesn't exist: SELECT cache_update.cid AS cid, cache_update.data AS data, cache_update.created AS created, cache_update.expire AS expire, cache_update.serialized AS serialized FROM {cache_update} cache_update WHERE (cache_update.cid LIKE :db_condition_placeholder_0 ESCAPE '\\') ; Array ( [:db_condition_placeholder_0] => available_releases::% ) in _update_get_cache_multiple() (line 794 of /var/www/html/drupal/public/modules/update/update.module).
Comment #4
Androidmacc commentedPDOException: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'drupal.cache_update' doesn't exist: SELECT cache_update.cid AS cid, cache_update.data AS data, cache_update.created AS created, cache_update.expire AS expire, cache_update.serialized AS serialized FROM {cache_update} cache_update WHERE (cache_update.cid LIKE :db_condition_placeholder_0 ESCAPE '\\') ; Array ( [:db_condition_placeholder_0] => available_releases::% ) in _update_get_cache_multiple() (line 794 of /var/www/html/drupal/public/modules/update/update.module).
Comment #5
marcingy commentedThe original bug was raised against drupal 5 and then got hijacked to something totally different a better discription of the issue is required, modules enviroment etc
Comment #6
drupalprojects commentedSolution: disable (via drush) update module:
drush pm-disable update
uninstall
drush uninstall update
then reenable it again
drush enable update
Comment #7
Anonymous (not verified) commentedSince this ticket started in some contrib project during D5 era then was hijacked for a Drupal core issue for D7, I'm closing.
Comment #8
borrico1965 commentedWhen I googled the error message of my site (Drupal 7.38) I got this page as one of the search results.
Problem: I have errors when I access all admin pages except "Status Report" (../admin/reports/status) and Add Content (../node/add). The error message that appears is:
1 array ( '%type' => 'PDOException', '!message' => 'SQLSTATE[42S02]: Base table or view not found: 1146 Table 'xxxxxxx_xxxxxx.xxxxxxxx_cache_update' doesn't exist: SELECT cache_update.cid AS cid, cache_update.data AS data, cache_update.created AS created, cache_update.expire AS expire, cache_update.serialized AS serialized FROM {cache_update} cache_update WHERE (cache_update.cid LIKE :db_condition_placeholder_0 ESCAPE '\\\\') ; Array ( [:db_condition_placeholder_0] => available_releases::% ) ', '%function' => '_update_get_cache_multiple()', '%file' => '/home/xxxxxxxx/xxxxxx_xxxx/xxx/modules/update/update.module', '%line' => 826, 'severity_level' => 3, )This error message is quite similar to the one in this thread. I would greatly appreciate any help. Thank you in advance