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'
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
Comment #1
jeremy commentedThere should be more to your debug. Does it end there? If so, do you have debug set to 0 in your settings.php configuration?
Comment #2
MarcelJansens commentedYes, 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.
Comment #3
jeremy commentedI'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.
Comment #4
jeremy commentedActually, 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.
Comment #5
jeremy commentedNo further feedback, closing issue.