There is a broken link on the "help and instruction" part of the page "http://127.0.0.1/Mes sites/drupal-4.7.2/?q=admin/settings/adsense".

The problem come from the fact that drupal is not always installed at the root of your server.

In the text "Visit the blocks configuration page, and click" the link on "blocks" redirect in my case to "http://127.0.0.1/admin/block". It should have redirect to "http://127.0.0.1/Mes sites/drupal-4.7.2/?q=admin/block"

The correction is to replace "

Visit the blocks" by "

Visit the blocks" in the file adsense_help.inc.

That way adsense will work wherever drupal is installed on the server (i.e. root or not).

Comments

darren oh’s picture

The correct fix would be to use the l() function.

darren oh’s picture

Assigned: Unassigned » darren oh
Status: Active » Fixed

Fixed in CVS commit 47518.

Anonymous’s picture

Status: Fixed » Closed (fixed)