Added Coppermine Fetch (cpmfetch) calls to my WordPress sidebar using the standard block of cpmfetch code. The images load, but it seems to hose WordPress’s access to my database. That is, all of my WP sidebar content fails to load whenever I add the cpmfetch code. No one else seems to be having this problem… any ideas?
<?php
include "../cpmfetch/coppermine.php";
$objCpm = new cpm("/gallery");
$objCpm->cpm_viewRandomMedia(3,1);
$objCpm->cpm_close();
?>