same thing happens when you try to click an image in the gallery (actual image, not the thumbnail). the location bar says what it should (/node/files/active/1/103_large.wmv) but that is definitely the homepage. Also the videos don't play. you get the wmplayer saying it's ready but it doesn't play. with quicktime you get the faded quicktime symbol with a questionmark over it.

Comments

vhmauery’s picture

Status: Active » Fixed

It sounds like your filemanager settings are pooched. Make sure that the "Public file system url" on the admin/settings/filemanager page is something like this "http://yoursite.dom/path/to/drupal/sites/yoursite.dom/files"

If you are not sure what the path should be, we can pick it apart...

yoursite.dom -- obvious

/path/to/drupal -- if your drupal install is not at the root of your webserver, add the relative path from the root of the webserver to the root of drupal here

sites/yoursite.dom/files -- sites/yoursite.dom is the most common place for per-site stuff. Often, it has a directory called files in it that contains per-site files (like filemanager active/working/private directories). Make sure that this path coincides with the path you set for the filemanager path.

vhmauery’s picture

Status: Fixed » Closed (fixed)