Closed (fixed)
Project:
Advertisement
Version:
6.x-2.1
Component:
adserve.php
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Anonymous (not verified)
Created:
4 Oct 2009 at 10:25 UTC
Updated:
8 Sep 2017 at 10:10 UTC
adserve_variable('root_dir') is empty on my windows vista + iis7 + drupal 6.19 installation. So it wants to look for /includes/bootstrap.inc instead of c:\inetpub\www\drupal\includes\bootstrap.inc
require_once adserve_variable('root_dir') .'/includes/bootstrap.inc'; fails.
But if I add the right path manually, then bootstrap cant find cache.inc suddenly. Etc. etc. Seems to be a problem for windows people.
Comments
Comment #1
jeremy commentedIf you enter a correct root_dir, then the ad module shouldn't have any trouble finding adcache.inc. Please follow the directions in documentation/DEBUG.txt and provide the output here.
Comment #2
attiks commentedchange line 262 to
$path = explode('/', str_replace('\\', '/', adserve_variable('ad_dir')));Comment #3
jeremy commentedThanks, fix committed:
http://drupal.org/cvs?commit=293126