Hey, I got a clean drupal7 install, followed every step in install instructions and all I got is this:
http://dl.dropbox.com/u/56336/derekstavis/media_gallery_problem.mov

If I inspect the page, the HEAD element is empty.
If you need more details, please contact

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

derekstavis’s picture

bump: got the video uploaded...slow network, sorry
as a bonus, there go the html code view

derekstavis’s picture

Component: User interface » Code

UPDATE: the settings for the gallery are not being saved too!!

someone?

dboune’s picture

I'm seeing this issue as well, but without video. Any theme.

Specifically, html.tpl.php is NOT being processed. page.tpl.php and node.tpl.php ARE being processed.

Do you happen to be using the latest release of the media module? (beta-4) or the latest -dev?

dboune’s picture

I just confirmed that the problem occurs when the Media module is at 7.x-1.0-beta4. The issue does NOT occur with Media at 7.x-1.0-beta3. This is on a bare bones install. media + media_gallery and only *required* modules.

@derekstavis: Do you feel we are looking at the same issue?

derekstavis’s picture

Title: [with video] Media Gallery not showing, breaking drupal » Media Gallery not showing, breaking drupal
FileSize
263.67 KB
285.6 KB
331.55 KB

@dboune: Maybe we are looking at the same issue. I've done a complete module uninstall and installed beta3 using the same scenario (only required modules)... same issue. some screenies:

victory17’s picture

I am also having this problem, but it only seems to occur when you are logged in. Anonymous users don't seem to have the problem while viewing the gallery.

derekstavis’s picture

@victory17: same behavior as here!! tested with beta3 and beta4, page renders ok for non-logged users.

dboune’s picture

@derekstavis: odd. I have a media-beta3 + media_gallery-beta3 site running with no issues logged in or logged out. I can't seem to reproduce with media-beta3.

For anyone else that runs into this for the time being:

FYI: media-7.x-1.0-beta3 is generally unavailable due to a security issue. It is available from the git repo however.

Repo Browser: http://drupalcode.org/project/media.git
Git: http://git.drupal.org/project/media.git

victory17’s picture

@dboune I was not having any problem with beta3 only beta4. It does seem that the html.tpl file is not being loaded when I go to a media gallery page only as a logged in user. Wish I could be more help but still learning the dev part of drupal.

dboune’s picture

@victory17: That was precisely the problem I saw as well. Unfortunately I was unable to locate the specific reason for that occurring before I had to downgrade.

bmx269’s picture

I am having the same issue, any help would be great.

rgs’s picture

same problem, clean install

abertam’s picture

same problem with 7.x-1.0-beta4, no problems with 7.x-1.0-beta3

abertam’s picture

When trying to open the "Edit Media" a blank page is shown.
There is no HTML-shown in the viewing source of Firefox at all, seems to have a similar reason.

bredi’s picture

same error. same problem. with fresh beta 4 and then tried dev.

thanks

Carlos Miranda Levy’s picture

Had the same issue.
Downloaded dev Last updated: April 25, 2011 - 09:10 and it fixed it.

garethhallnz’s picture

Same problem. Tried dev version but now I get

Division by zero in pager_default_initialize() (line 282 of /Users/garethhall/Sites/footballstarspro.com/public_html/includes/pager.inc).

And none of my images are showing up?

perebcn’s picture

Same issue here, and the big problem is that I cannot upload images, I was able with the version 7.x-1.0-beta3, but not now with the version 7.x-1.0-beta4

derekstavis’s picture

Status: Active » Needs work

I'm marking it as "need work", as no one know a possible solution or where the error is occurring.

victory17’s picture

updated to dev, seemed to fix the problem for me.

derekstavis’s picture

how's your setup? (media and media_gallery versions)

Anonymous’s picture

media_gallery.module line 358: function media_gallery_add_images_link_pre_render($elements)

if (function_exists('media_attach_browser_js')) {
  media_attach_browser_js($elements);
}
else {
  ++ module_load_include('inc', 'media', 'wysiwyg_plugins/media');
  media_include_browser_js();
}
victory17’s picture

I am using Media 7.x-1.0-beta4 and media gallery 7.x-1.x dev.

Tor Arne Thune’s picture

Same problem here with media_gallery-7.x-1.0-beta4 and media-7.x-1.0-beta4. There is no way for me to use media_gallery as it is now.

effulgentsia’s picture

Status: Needs work » Postponed (maintainer needs more info)

Marked #1156074: White Blank Page a duplicate.

Sorry folks for the version confusion, but at the moment, the best thing to do is to use Media beta4 (not dev), and Media Gallery dev (not beta4). We're hopefully going to get a Media Gallery beta5 out soon that is compatible with Media beta4, and then following that, work on getting Media Gallery compatible with Media dev.

If you're running into the bug described in this issue using Media beta4 and Media Gallery dev, and can provide steps for how to reproduce it, please do. Thanks.

jago84’s picture

Same problem here, for anonymous users as well.
Any news?

lsolesen’s picture

Is this still present in beta7?

lsolesen’s picture

Status: Postponed (maintainer needs more info) » Closed (cannot reproduce)

Cannot reproduce in 1.x-beta7.