Line 653 of inc/page.inc, when absurl is set, at least for me it gives the wrong URL.
My base url is http:///www.sitename.com/intro/
and $imce['furl'] is /intro/sites/...
so the end result is http:///www.sitename.com/intro/intro/sites/... which is not right.

Thanks.

Comments

ufku’s picture

Version: 6.x-1.0 » 6.x-1.x-dev
Status: Active » Fixed

Thanks for reporting this.
Fixed in 6.x-dev.
Absolute URL is now $imce['furl'] = $GLOBALS['base_root'] . $imce['furl'];

Anonymous’s picture

Status: Fixed » Closed (fixed)

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