Closed (fixed)
Project:
Banner
Version:
master
Component:
Banner Ads
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
28 Jul 2006 at 03:50 UTC
Updated:
18 Sep 2006 at 15:21 UTC
+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&count=1&terms=0&max=1&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&count=1&terms=0&max=1&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
Comment #1
lucky a commented++ 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?
Comment #2
gte451f commentedBump!
Comment #3
eugeniy commentedHad 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!
Comment #4
wulff commentedI 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.
Comment #5
wulff commentedBoth cache handlers have been updated. Please test the 4.7 branch. Marking closed.