Logged in users are unable to play or download uploaded songs. Anonymous users play with no problem. It's tested with both safari and firefox on mac. I have done two clean installs, and the problem resists. The installs are in a sub directory. This is related to both 5.x-1 and 5.x-2 version.

There is an related issue here: http://drupal.org/node/130629

Comments

sgriffin’s picture

You should probably display your php info if you want help if its related to that issue.
Are you using private file method?
More importantly are your roles set properly?
Are you using tax access?

mnlund’s picture

Title: Play audio when logged in » [Error opening file]

I get an 'error opening file' when I try to play uploaded audio when I'm logged in to drupal. It works without problems for anonymous users. What can this be? It happens even for the admin user, so it can't be access privileges. I'm using PHP 5.2.4.

mnlund’s picture

Ok, by commenting out ob_end_clean() on line 1557, I now can play the songs when as auth or admin user. There is somenting with the output buffer. Don't know what yet, but can I ask why it is called here?