Closed (works as designed)
Project:
Advertisement
Version:
5.x-1.x-dev
Component:
ad.module
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
23 Apr 2007 at 22:55 UTC
Updated:
23 Apr 2007 at 23:41 UTC
I have 3 image adds configured. They work correctly on all pages where the user is authenticated. On the main page, the add doesn't appear and firebug catches an error (firefox without firebug and IE do NOT report errors). WHen I look at the html for the page in firebug, there is a <script src="" type="text/javascript"> in the "block-ad-1" div with a huge piece of code that is html, not javascript. Here is a snippit:
<div class="sourceRow"><a class="sourceLine"> 1</a><span class="sourceRowText"><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"</span></div><div class="sourceRow"><a class="sourceLine"> 2</a><span class="sourceRowText"> "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"></span></div><div class="sourceRow"><a class="sourceLine"> 3</a><span class="sourceRowText"><html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"></span></div><div class="sourceRow"><a class="sourceLine"> 4</a><span class="sourceRowText"> <head></span></div><div class="sourceRow"><a class="sourceLine">
Strangely, if I view source in firefox or IE, all I get is:
<script type="text/javascript" src=""></script>
Either way, no ad.
Is this a configuration issue or a bug?
On the pages that display the ad correctly, I have:
<script type="text/javascript" src="http://thenazareths.com/ooa/modules/ad/adserve.php?g=default&c=none&p=files&f=3&q=1&k="></script>
Comments
Comment #1
jnaz commentedOk, this was a permissions issue with another module.
Please ignore this issue.
Sorry for the trouble,
jnaz