An update for DM Albums 1.3 can be downloaded directly from DutchMonkey Productions: dm-albums.1.4.update.zip
NOTE: This will only work for DM Albums version 1.3!
To upgrade from DM Albums 1.3 to 1.4, simply replace the files with the updated version in the zip file:
/wp-content/plugins/dm-albums.php
/wp-content/plugins/dm-albums/dm-adminoptions.php
/wp-content/plugins/dm-albums/javascript/browser.js
/wp-content/plugins/dm-albums/template/album.php
DM Albums takes high resolution images and scales (and caches) them for the viewing area. The issue with memory is base on the fact that JPEGs, PNGs, and other compressed image formate are quite large when you open them. Since they are uncompressed in memory, their size is a function of their dimension and color depth plus overhead.
The best solution is to increase the amount of memory a PHP script is allowed to consume; this can be done by updating the PHP.ini file's memory_limit value. (DM Albums attempts to do this automatically, but some server configurations ignore this.)
If you are on a shared host which doesn't allow changing PHP.ini settings or you don't want to update this value for other reasons, you can get around this limitation by loading smaller photos into DM Albums. (Finding a photo dimention that works on your server will be a trial-and-error process.
The layout of DM Albums can be changed the DM Ablums Admin Panel, while the color scheme can be edited using CSS by editing the style sheet found in the dm-albums/ui directory (/wp-content/plugins/dm-albums/ui/styles.css).
DM Albums is most likely not configured correctly.
The error is due to the fact that the directory mapping for your Home Directory Setting and the album location specified in currdir don't resolve to an actual folder location. DM Albums takes in a parameter called "currdir" via the URL (in the case of the DM Ablums Admin Panel preview, dm-albums.php?currdir=/wp-content/plugins/dm-albums/preview/). This lets you point dm-albums to any directory on your server. DM Albums then takes the currdir parameter and combines it with the Home Directory parameter set in the DM Ablums Admin Panel to find the absolute filesystem path to the photo album directory so that it can properly process the photos.
In order to utilize it's state-of-the-art caching algorithm, DM Albums requires write-access to the directory containing your photo album. In most cases, this means the directory permissions for the directory containing the photo album needs to be set to 0755. You can accomplish this via a command line by typing chmod -R 755 directory. (0755 is prefectly safe premission to set on a web-accessible directory.)
In rare cases, 0755 is not enough, in those cases the folder's permissions may need to be set to 0777.
There was a bug in all DM Albums versions up to 1.2 which caused this error when DM Albums was running on a PHP installation on a Windows Server. This bug has been fixed in release 1.2.
The zip file for the plugin contains an extra folder. when properly installed, the folder/file structure of the folder at /wp-content/plugins/ should look like this:
[] dm-albums
dm-albums.php
screenshot-1.png
screenshot-2.png
readme.txt
Note: the folder dm-albums contains 5 folders: 'javascript', 'php', 'preview', 'template', 'ui' and four php files: 'config.php', 'dm-adminoptions.php', 'dm-albums.php', 'security.php'
To correct this problem, follow these instructions:
Visit the DM Albums Online Demo for a full explaination of how to use the plugin: DM Albums Online Demo
Always. Please email development@dutchmonkey.com with any questions or suggestions. We are always looking for ways to improve our plugin.




