Dec 23rd, 2011, 10:54 AM
Hi kekeeler,
Hmm... strange, it sounds like there's a problem with your sessions, but if you were able to install it, that usually means it should work fine. Curious!
One thing you could try is adding the following line to your /global/config.php file:
That uses database sessions instead of PHP ones. Let me know if that works or not.
- Ben
Hmm... strange, it sounds like there's a problem with your sessions, but if you were able to install it, that usually means it should work fine. Curious!
One thing you could try is adding the following line to your /global/config.php file:
PHP Code:
$g_session_type = "database";
That uses database sessions instead of PHP ones. Let me know if that works or not.
- Ben