The images do not show. The debug code displays the following ...

ad_dir: 'C:\websites\drupal2\modules\ad'
debug: '1'
adcache: 'none'
nids: ''
tids: '94'
hostid: ''
url: ''
quantity: '2'
aid: '0'
ad_display: 'javascript'

Comments

jeremy’s picture

Priority: Critical » Normal
Status: Active » Postponed (maintainer needs more info)

There should be more to your debug. Does it end there? If so, do you have debug set to 0 in your settings.php configuration?

MarcelJansens’s picture

Yes, this is all I see when I turn on the debug.

Where can I find this file. The file which I have found does not contain a debug variable.

jeremy’s picture

I've no idea -- the debug is not showing enough to be helpful, other than showing that you're trying to run the module on Windows. What version of PHP are you using? What web server? Perhaps it's not compatible.

The file I was referring to is Drupal's configuration file, settings.php. More info on how settings in that file can affect the ad module can be found in DEBUG.txt -- but that does not appear to be your problem.

jeremy’s picture

Actually, your issue is quite simple. Per DEBUG.txt, you must set &debug=2 or higher. You've set &debug=1 which doesn't display all that much info.

jeremy’s picture

Status: Postponed (maintainer needs more info) » Fixed

No further feedback, closing issue.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.