Topic: Timeout Error

Hi,

I need help.  I noticed that when I do some search or extract some reports, FA displays an exclamation point and stops processing.

I looked at the logs but there were no errors on it.  What could be the problem? What do I do to correct it?

Thanks!

Re: Timeout Error

Please be specific.

What is the sequence of menu options
Which version of FA
In what browser and version

did the issue arise?

Re: Timeout Error

Hello,
I also have this error.
I added a function that allows FA to use objects in another database, It times out if the call is slow.

How do i disable ajax for that page only in FA.
my browser : IE ver 9.0
Menu Option: Sales orders view : /sales/inquiry/sales_orders_view.php

Re: Timeout Error

FA uses javascripts in quite a lot of ways. If you still want to do so, then disable Javascript with:

if you want to block a third party javascript function triggered onload, you may simply add another

onload=function(){return false}