Trace Dump / Exception Caught
I just upgraded my version of BreezingForms and when I try to open a form, I am getting an "Exception Caught" error in a Trace Dump popup form. How do I fix it?
This should only be an issue in Build 729 and lower.
Open your /com_breezingforms_*VERSION*_UNZIP_FIRST/facileforms.js file.
Look for this code:
function ff_traceWindow()
{
var dwin = window.open(
'http://localhost:8888/452/components/com_facileforms/index.html',
'TraceDumpWindow',
'dependent,status,scrollbars,resizable,left=50,width=700'
);
dwin.document.write(
'\n'+
''+
'\n'+
'\n'+
'\n'+
'FacileForms Trace Dump
Open your /com_breezingforms_*VERSION*_UNZIP_FIRST/facileforms.js file.
Look for this code:
function ff_traceWindow()
{
var dwin = window.open(
'http://localhost:8888/452/components/com_facileforms/index.html',
'TraceDumpWindow',
'dependent,status,scrollbars,resizable,left=50,width=700'
);
dwin.document.write(
'\n'+
''+
'\n'+
'\n'+
'\n'+
'
\n'
);
dwin.document.write(ff_processor.traceBuffer);
dwin.document.write(
'
\n'+
'\n'+
'\n'
);
dwin.document.close();
} // ff_traceWindow
and replace it with:
function ff_traceWindow()
{
}
Then save the file and upload the corrected file to your
server. That should correct it.
![]() |
Was this helpful?
Yes
No
Print
Pdf
|

