Image ads only display in raw format on copy of site upgraded to 5.x-1.7
| Project: | Advertisement |
| Version: | 5.x-1.7 |
| Component: | ad module |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed |
Jump to:
Doing development on a copy of a working production site. The development site is in a different directory on my host. Ads that displayed fine on the original site were not displaying. Here's what I've done so far:
1. Hard-coded the DRUPAL_ROOT in adserve.inc
Same results
2. Looked at the source code, copied to browser URL with &debug=2
Got Page Not Found
3. Tried every kind of image display:
JavaScript and jquery do not work
iFrame displays a logo image that appears elsewhere on the page.
Raw works, but of course I'd like to have the statistical functionality I've had in the past using JavaScript. And then I got errors saying DRUPAL_ROOT was invalid. What should the format for that be? I used "http://sandbox.toolboxconsultants.com"
4. Upgraded from 5.x-1.6 to 5.x-1.7
All the same results as above.
Help please!

#1
I'm guessing you've not followed step 9 of the INSTALL.txt directions? These changes were added due to this security bug:
http://drupal.org/node/372977
That really should have been documented better, sorry. I added a note on the release notes, here:
http://drupal.org/node/372995
#2
Automatically closed -- issue fixed for 2 weeks with no activity.