Jun 3rd, 2009, 7:49 PM
Hi bvanpelt,
Thanks for the post!
godaddy are AMAZING for domain registration, but their hosting... not so much. I've heard of problem after problem caused by their extremely restrictive hosting environment, so this doesn't shock me all that much.
What I'd suggest first of all is switching to using database sessions. It looks like PHP sessions aren't fully permitted on your server. Just add this line to your global/config.php file:
Then try logging in again. See how that goes!
- Ben
Thanks for the post!
godaddy are AMAZING for domain registration, but their hosting... not so much. I've heard of problem after problem caused by their extremely restrictive hosting environment, so this doesn't shock me all that much.
What I'd suggest first of all is switching to using database sessions. It looks like PHP sessions aren't fully permitted on your server. Just add this line to your global/config.php file:
PHP Code:
$g_session_type = "database";
Then try logging in again. See how that goes!
- Ben