I'd like to print my form. I use joomla 1.5.15 with 2889 fabrik
SVN
revision.
I enabled option to show PDF icon in my form, but when I click on it, it displays this error in another window:
Catchable fatal error: Object of class JException could not be converted to string in C:\xxx\xxx\joomla\libraries\joomla\environment\res ponse.php on line 137
My form has 4 group (3 left join).
I saw line wich gives the error and I found this function, much generic:
PHP Code:
136 function setBody($content) {
137 $GLOBALS['_JRESPONSE']->body = array((string) $content);
138 }
Maybe my form is much complicated to generate his PDF?