I encountered an enormous issue trying to get PhocaGallery (2.8.1) and the PhocaPdf content plugin (1.0.6) working together in Joomla 1.5, because the activated pdf plugin breaks the gallery. It showed a blank page whithout throwing any error or even notice - just no output at all. As soon as I deactivated the pdf content plugin, my menu link directing to a PhocaGallery category listing worked again.
I think that I have found the "broken" part in the code, it's in 'plugins/system/phocapdfcontent.php' somewhere around line 100:
Code: Select all
JResponse::setBody($bodySite);
Code: Select all
if(! empty($bodySite)) {
JResponse::setBody($bodySite);
}