Active
Project:
Audio
Version:
5.x-2.x-dev
Component:
players
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
11 Sep 2007 at 18:10 UTC
Updated:
17 Sep 2007 at 09:59 UTC
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
Comment #1
sgriffin commentedYou 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?
Comment #2
mnlund commentedI 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.
Comment #3
mnlund commentedOk, 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?