Thanks Apmuthu for your time , I figured that out when I looke closer at the checkmarks. The coders here including yourself have incredible skills to put together this project. my respects for the effort. If I get all this thing working and decide to use it, I will definitely make a donation.
Just to confirm, are all the extensions listed in this program are working for most people? or do they require tweaks so I know how to approach debugging
Why it says Object Moved click here screen after logon is confounding though I beleive its must have something to do with this.
my FA root directory structure is c:\wwwroot\FA or could that be a problem?
using debug =2 in config.php , Error:
Undefined index: REQUEST_URI in file: C:\Inetpub\wwwroot\FA\includes\session.inc at line 527
copy paste code form sessions.inc
// strip ajax marker from uri, to force synchronous page reload
$_SESSION['timeout'] = array( 'uri'=>preg_replace('/JsHttpRequest=(?:(\d+)-)?([^&]+)/s',
----> line 527 '', html_specials_encode($_SERVER['REQUEST_URI'])),
'post' => $_POST);
include($path_to_root . "/access/login.php");
if (in_ajax())
$Ajax->activate('_page_body');
exit;
Thanks in advance for your help