Manage albuns with blank page
-
Dear friends,
When I manage my albuns, return a blank page…
I make this on ..\nextgen-gallery\products\photocrati_nextgen\modules\ngglegacy\admin\album.php
// enforce a reasonable limit on how many images to offer
//$retval = C_Image_Mapper::get_instance()
// ->select()
// ->where_and(array())
// ->limit(intval(C_NextGen_Settings::get_instance()->get(‘maximum_entity_count’, 500)))
// ->run_query();
$retval = C_Image_Mapper::get_instance()
->select()
->where_and(array())
->limit(500)
->run_query();
}Was working fine, but don’t work’s after nextgen upgrade…
- The topic ‘Manage albuns with blank page’ is closed to new replies.