Integrity constraint violation: 1062 Duplicate entry 'photo_comments-XXXX' for key 'entity'
Temporary fix:
File to edit: ow_plugins/photo/bol/photo_service.php
Function you are looking for: "triggerNewsfeedEventOnMultiplePhotosAdd" (line616)
Original line within the function:
OW::getEventManager()->trigger($event);
Replace this line by:
try
{
OW::getEventManager()->trigger($event);
}
catch (Exception $e){}
Issue will be fixed within the next update of the plugin.
Parse error: syntax error, unexpected 'catch' (T_CATCH) in /home4/domain/public_html/ow_plugins/photo/bol/photo_service.php on line 1272
It works the change on OW::getEventManager()->trigger($event);