Topic: Why AJAX Call fails .... ??

Dear Sir,

Here i got a problem while using FA system. In most of the cases while Editing or Adding some data to form, a Yellow triangle is displayed (on upper most 2nd ROW).
As, I think it is a failed AJAX call. Why this call fails ?? To get this answer i shifted website to different Hosting Server, but there, i also got same problem. If it is a problem related with server then why it shows same problem on different name servers.
Please, look at this problem why it arises & solve this.

Re: Why AJAX Call fails .... ??

Please set the $go_debug flag to 1 in config.php in the root section of FA. This will catch warnings and errors.
If this doesn't help, please look into the PHP errors.log file to see what is wrong. It may be in the /tmp folder.

/Joe

3 (edited by sumitg.mukti 11/09/2010 09:22:51 am)

Re: Why AJAX Call fails .... ??

include_once(../company/0/installed_extensions.php)
[function.include-once]: failed to open stream: No such file or directory in file: /home/content/a/t/a/atagroups/html/ATAfc3/includes/session.inc at line 269

include_once() [function.include]: Failed opening '../company/0/installed_extensions.php' for inclusion (include_path='.:/usr/local/php5/lib/php') in file: /home/content/a/t/a/atagroups/html/ATAfc3/includes/session.inc at line 269

it gives above mentioned error in both way. When i remove this error by copying installed_extensions.php file at given location, error are removed (means above mentioned error).

But the actual problem remains same .... displaying yellow triangle ...


/Sumit Singh

Re: Why AJAX Call fails .... ??

You had some error during FA installation, otherwise installed_extensions.php would be created by installer as required. Look into Setup/System Diagnostics page to find whether you have some problems with directory access rights.
Janusz

Re: Why AJAX Call fails .... ??

System diagnostic gives no error i.e. all conditions are OK.

Also i have done fresh installation, it gives no error (i.e. installed_extension error). But still yellow triangle is displayed ....