See the problem here http://drupal.org/node/69631

If the drupal installation is in a subdirectory then the path to the javascript file is getting a duplicate directory. I think the problem is using both $base_url and base_path(). I think the proper way is just to use base_path().

CommentFileSizeAuthor
adsense.module_0.patch749 bytesTimotheos

Comments

kbahey’s picture

Status: Active » Fixed

Committed to HEAD and 4.7.

Thanks Tim.

Anonymous’s picture

Status: Fixed » Closed (fixed)