There is an error in the CSS where there is a lack of spacing in the style which causes Private Photos to show blank. See fix below :
In modules/boonex/photos/templates/base/css/search.css
.sys_file_search_unit.bx_photos_search_unit {
width: auto;
max-width: 240px;
height: auto;
}
.sys_file_search_pic.bx_photos_file_search_pic {
width: 100%;
max-width: 240px;
height: auto;
}
.sys_file_search_pic.bx_photos_file_search_pic img {
width: 100%;
}
.sys_file_search_unit .bx_photos_search_unit {
width: auto;
max-width: 240px;
height: auto;
}
.sys_file_search_pic .bx_photos_file_search_pic {
width: 100%;
max-width: 240px;
height: auto;
}
.sys_file_search_pic .bx_photos_file_search_pic img {
width: 100%;
}