Jun 10th, 2009, 7:41 PM
Hi Pete,
There was a problem with that version that's fixed in the next release which sounds *related* to this, but I didn't think the problem was so severe... still it's worth checking out.
Try manually edit your [form tools root]/index.php file. There, on line 12 you should see this line:
There was a problem with that version that's fixed in the next release which sounds *related* to this, but I didn't think the problem was so severe... still it's worth checking out.
Try manually edit your [form tools root]/index.php file. There, on line 12 you should see this line:
PHP Code:
<?php
header("location: {$g_pages[$login_page]}");
Change it to this:
PHP Code:
<?php
header("location: {$g_root_url}{$g_pages[$login_page]}");
