Using advertisement 5.x-1.7
Ads are not showing up on the front page, but do on every single other page. It also appears that the right hand column of my front page panel is also not sowing in Safari (Mac) and IE (Windows). They show fine in Mozilla on both Mac & PC.
I can't find anything that would cause this.
screenshots attached.
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | pdoexception.png | 636.95 KB | Androidmacc |
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