[drupal-devel] Cache sid

Gerhard Killesreiter killesreiter at physik.uni-freiburg.de
Tue Mar 1 16:26:52 UTC 2005



On Tue, 1 Mar 2005, Julian Bond wrote:

> I have a test drupal 4.51 at http://localhost/bikeweb
>
> So in conf.php I have
> $base_url = "http://localhost/bikeweb";
>
> In bootstrap.inc function page_set_cache()
> cached pages are saved at
> $base_url . request_uri()
>
> and Apache is reporting via function request_uri()
> $_SERVER['REQUEST_URI'] = '/bikeweb/'
>
> So the cached page gets set in the cache table with a cid of
> http://localhost/bikeweb/bikeweb/
> if the cache has to be rebuilt, I then start getting assorted errors
> because the path is now wrong.

Is this related to this patch?
http://drupal.org/node/10917

Cheers,
	Gerhard



More information about the drupal-devel mailing list