The upgrade did not work either, i downgraded to a lower version and it worked but with the old error of not showing the pictures.
the albums does not show correctly, please check at :
http://www.praize-ministries.org/gallery/bernadette-project-day-1/
Is there anything missing ?
I have tried this on several of my personal WordPress site and all get same error.
Hi I Have installed the latest DM Albums 3.0 but now I am having some “Parse error at end”, do not have much experience with Php though.
function dm_manage_albums_box()
{
// Use nonce for verification
echo ‘<input type=”hidden” name=”dm_manage_albums_box_noncename” id=”dm_manage_albums_box_noncename” value=”‘ .
wp_create_nonce( plugin_basename(__FILE__) ) . ‘” />’;
include_once(‘wp-dm-albums-admin-header.php’);
include_once(‘wp-dm-albums-manager.php’);
include_once(‘wp-dm-albums-detail-manager.php’);
include_once(‘wp-dm-albums-sort-manager.php’);
}
add_action(‘admin_menu’, ‘dm_post_add_options’);
add_action(‘admin_menu’, ‘dm_manage_dmalbums_metabox’);
?> (line causing error )
any help would be welcomed.