Quote:
Originally Posted by nicedreams
Ok, I figured out another plugin is interfering somehow with this one. I'm not sure why it is, it is a plugin hooked at global_start calling a function from coppermine's cpmfetch function. I removed the close line $objCpm->cpm_close(); and now it works.
I moved the $objCpm->cpm_close(); line to a hook at forumdisplay_complete. I'm not sure if it is doing anything there or not. Is there a better hook i can maybe put this close line at?
Jim
|
I'm having this same problem ... how do I work out where the conflict is happening? (if it is a conflict)