Forums

[SOLVED]Global mainframe missing

GreyHead 13 Jun, 2009
I think you already have this one. See this post

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
This topic is locked and no more replies can be posted.