Hi,
I have found a solution.
If you change the lines 14 and 15 in the manage-galleries.php to:
$start = ( $_GET[‘paged’] – 1 ) * 100;
$gallerylist = $nggdb->find_all_galleries(‘gid’, ‘asc’, TRUE, 100, $start, false);
than you can see more than 25 galleries for managing. I hope that this will work without other problems.
If somebody have another solution, I ll be interesting for this.
Thanks