I have two install problems:
1) contrib/media_attach/media_attach.info has an erronous line 1 (it's version info), erasing it makes media_attach.info legal
(too small a bug for a patch, no? ;)

2) Enabling the Media module gets me the WSOD at the URL: /admin/build/modules/list/confirm
I'd check out the second bug a bit more, but I gotta run. I'll check back monday at the latest.

Comments

rhys’s picture

Status: Active » Postponed (maintainer needs more info)

Fixed the media_attach.info bug, thanks for pointing that out.

That WSOD is not exactly a good thing to have with simple enabling of the module, so if you could let me know more of what generated it, I'll fix it ASAP. I'll test it out on another system I have to see if I get this also.

tauno’s picture

I get the same WSOD. It looks like this is the error:

Cannot modify header information - headers already sent by (output started at /path/to/drupal/sites/all/modules/mmedia/includes/theme.inc:1) in /path/to/drupal/includes/common.inc on line 314.

I get similar errors (different line # in includes/common.inc) when trying to edit the Media Settings.

rhys’s picture

Status: Postponed (maintainer needs more info) » Fixed

The problem was that theme.inc was in UTF-8 format rather than ordinary text. It's been converted and updated in the CVS.

By the way, does anyone know why the emails I'm getting from Drupal on issues are completely empty?

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.