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
Comment #1
caligari commentedUh-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 :-)
Comment #2
ccourtne commentedUse 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.