May 21st, 2011, 3:15 AM
Hi gonzo,
Huh! Form Tools uses sessions to temporarily store information about the user currently logging in, so it's quick & easy to access. For whatever reason, it appears that the sessions aren't being set properly.
It's possible that PHP sessions aren't enabled on your system... but it would seem unlikely. Maybe try this instead. Add this line to your /global/config.php file:
Then try logging in again. Any change?
- Ben
Huh! Form Tools uses sessions to temporarily store information about the user currently logging in, so it's quick & easy to access. For whatever reason, it appears that the sessions aren't being set properly.
It's possible that PHP sessions aren't enabled on your system... but it would seem unlikely. Maybe try this instead. Add this line to your /global/config.php file:
PHP Code:
$g_session_type = "database";
Then try logging in again. Any change?
- Ben