Viewing 6 replies - 1 through 6 (of 6 total)
  • same phenomen for me.

    Can you please provide more information on what is happening? My feeling is that DM Albums must use some GD functions for image processing that don’t exist on your server and it is failing to start up. Pinpointing the specific function will be a difficult process if I don’t have more information, however. The DutchMonkey Development squad is standing by.

    Thanks.

    Thanks to debugging by Vadim Afonkin (http://www.bostonardf.org), the issue has been identified and we will be putting out a patch to overcome the problem.

    The issue only appears on systems that do not have the EXIF extensions installed.

    Same issue for me too. WP 2.9 and DM Albums Version 2.4.2. The album does not display…

    I’ve run into this same issue on a Media Temple Gridserver Lite. I emphasis “Lite” because on a standard Media Temple Gridserver the issue does not occur. You can see the issue occurring at the following address:

    new.perspectivestudio.com/portfolio/fine-art

    Any help you can provide me would be much appreciated!

    Version of WordPress: 2.8.4

    DM Albums doesn’t work for me. Instead of an album filled with pictures the code is printed on the screen:

    “> 16) & 0xFF; $green = ($rgb >> 8) & 0xFF; $blue = $rgb & 0xFF; $gray = round(.299*$red + .587*$green + .114*$blue); // shift gray level to the left $gray_r = $gray << 16; $gray_g = $gray << 8; $gray_b = $gray; // OR operation to compute gray value $gray = $gray_r | $gray_g | $gray_b; imagesetpixel($grayscale, $x, $y, $gray); } } imagedestroy($source); $source = “”; return $grayscale; } function imageresize($source, $width, $height, $quality, $filename, $degrees) { $src_x = imagesx($source); $src_y = imagesy($source); …”

    and so on…

    Under the iframe I have the options “slideshow” and “fullscreen”, but they don’t work.

    My Firebug console displays 4 errors:
    – invalid XML markup
    – FullScreenMode is not defined
    – parent.SetSelectedThumnailVisible is not a function
    – CheckScrollWidth is not defined.

    I have used Google and searched forums, but I haven’t read about this problem. How can I resolve it?

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Settings>DM Albums displays nothing in 2.8.4’ is closed to new replies.