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:
Change it to this:
Then try logging in again.
Let me know how it goes! If it all works, I'd suggest upgrading your installation to the latest version. There have been a few bug fixes since the version you're running.
- Ben
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:
header("location: {$g_pages[$login_page]}");
Change it to this:
PHP Code:
header("location: {$g_root_url}{$g_pages[$login_page]}");
Then try logging in again.
Let me know how it goes! If it all works, I'd suggest upgrading your installation to the latest version. There have been a few bug fixes since the version you're running.
- Ben