Closed (fixed)
Project:
DFP Small Business (Google Ad Manager)
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
11 Dec 2009 at 15:59 UTC
Updated:
13 Aug 2010 at 21:30 UTC
Comments
Comment #1
TimMachine commentedThe block had a hyphen "-" in the name. Turns out this caused the problem. I removed the hyphen from the name and the ad appeared.
Comment #2
toemaz commentedWithout trying to reproduce this problem and just thinking from the top of my mind, I can't think why the module would fail over a hyphen.
Comment #3
jcisio commentedChange hyphen to underscore. The hook mechanism in Drupal use block name in function name, and hyphen is not a valid character for function name. Maybe that's the problem. I haven't chance to test, however.