I think you already have this one. See this post
It causes a server error or page failure using the plugin
Bob
It causes a server error or page failure using the plugin
Please open components/com_chronocontact/libraries/chronoform.php and just after line 29 add one line
function &getInstance($formname = ''){
global $mainframe; // <-- add this line
static $instances;
Bob