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.

www.bethanybeachnews.com

screenshots attached.

CommentFileSizeAuthor
#4 pdoexception.png636.95 KBAndroidmacc

Comments

Androidmacc’s picture

sounds like your code has some problems do you have error messages enabled in php.ini. You need that inorder to see whats going on.

aknanuq’s picture

Error 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.

Androidmacc’s picture

Title: Content not showing, specifically ads » drupal 7.2
Project: Advertisement » Drupal core
Version: 5.x-1.7 » 7.2
Component: ad module » browser system
Category: support » bug
Priority: Normal » Major

PDOException: 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).

Androidmacc’s picture

Title: drupal 7.2 » PDOException : SQL STATE
Component: browser system » menu system
Issue tags: +error when trying to access modules in administration
StatusFileSize
new636.95 KB

PDOException: 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).

marcingy’s picture

Priority: Major » Normal
Status: Active » Postponed (maintainer needs more info)

The 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

drupalprojects’s picture

Solution: disable (via drush) update module:
drush pm-disable update
uninstall
drush uninstall update
then reenable it again
drush enable update

Anonymous’s picture

Status: Postponed (maintainer needs more info) » Closed (won't fix)

Since this ticket started in some contrib project during D5 era then was hijacked for a Drupal core issue for D7, I'm closing.

borrico1965’s picture

Version: 7.2 » 7.3
Issue summary: View changes

When 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