+1 for banners not showing...

Here is some HTML that is rendered on my pages.....

<div class="block block-banner block-right" id="block-banner-0"> 
  <div class="blockhead blockhead-right"></div>
  <div class="blockbody blockbody-right"><script type="text/javascript" src="http://frameworking.net/banner_file.php?position=1&amp;count=1&amp;terms=0&amp;max=1&amp;path=files"></script></div> 
</div>
.....
.....
<div class="block block-banner block-footer" id="block-banner-1"> 
  <div class="blockhead blockhead-footer"></div>
  <div class="blockbody blockbody-footer"><script type="text/javascript" src="http://frameworking.net/banner_file.php?position=2&amp;count=1&amp;terms=0&amp;max=1&amp;path=files"></script></div> 
</div>

Also, this is in my traffic log
/banner_file.php?position=2&count=1&terms=0&max=1&path=files HTTP/1.1" 200 - "http://frameworking.net/" "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1b1) Gecko/20060710 Firefox/2.0b1"

Comments

lucky a’s picture

++ here!

I see similar html code, banners I showing up on the front page but not in the blocks, for both file and database caching. No errors or warning in drupal or apache logs.

BTW, are there any restrictions on image dimensions uploaded for a banner? Is it resized to the size/width of the block?

gte451f’s picture

Bump!

eugeniy’s picture

Had the same issue too.
Try commenting out the line 72 in banner_db.php.

die('<code>'. print_r($queries, true) .'');

Script seems to be stoping at that point.
Good luck!

wulff’s picture

I have removed some debug code from the cache handlers, and killes has submitted a couple of patches to clean things up. Please try the latest version in cvs.

wulff’s picture

Status: Active » Closed (fixed)

Both cache handlers have been updated. Please test the 4.7 branch. Marking closed.