I have changed drupal URL (configured in $base_url, file sites/default/settings.php) and all drupal was right, but filemanager continues using original url, making wrong the file URLs to download.

Temporal fix: I have modified 'filemanager_public_url' in 'variable' table to set the right URL.
I think, module must set the URL from $base_url or recheck in some place...

Regards :-)

Comments

caligari’s picture

Uh-oh, there is a field in Options > Filemanager to set this variable (Public file system url). It was a drupal cache fail (caching variables array): clean and happy :-)

ccourtne’s picture

Status: Active » Closed (fixed)

Use this is purposely set in a variable and the public url usage is only for initial setup. Specifically this is a separate field from public url so that files may actually be hosted on a completely different url and apache web server.