Jun 27th, 2009, 10:59 AM
Hey Brian,
Good grief - I'm sorry I missed this post. I've just been trolling the forums and came across this one.
Eesh! Very ugly errors indeed. Yeah, the "www" vs "non-www" is such a pain. The problem is bloomin' PHP sessions. They won't work when moving from one page to the other. If you store a value on http://www.yoursite.com, they can't be read on yoursite.com. They're regarded as different sites. So a bug...? Yeah, maybe. But I'm not sure how to solve it, other than moving to database sessions (just include $g_session_type = "database"; to your config.php file).
No problem. Just create a new View that only allows for viewing the fields, not editing them. Then assign that View to the submission account, in the main admin section the module.
Anyway, hope all is well, Brian.
- Ben
Good grief - I'm sorry I missed this post. I've just been trolling the forums and came across this one.
Eesh! Very ugly errors indeed. Yeah, the "www" vs "non-www" is such a pain. The problem is bloomin' PHP sessions. They won't work when moving from one page to the other. If you store a value on http://www.yoursite.com, they can't be read on yoursite.com. They're regarded as different sites. So a bug...? Yeah, maybe. But I'm not sure how to solve it, other than moving to database sessions (just include $g_session_type = "database"; to your config.php file).
Quote:The 2 issues I have are, I do not want them to be able to update any information...simply view it
No problem. Just create a new View that only allows for viewing the fields, not editing them. Then assign that View to the submission account, in the main admin section the module.
Anyway, hope all is well, Brian.
- Ben