Essentially $_SESSION data is not available
therefore:
checklogin.inc.php
redirects to login.php
perhaps session_write_close is misbehaving
Since the function in default.inc.php calls it during redirect:
Code: Select all
function headerRedirect($target='') {
header('Location: '.$target);
if(isset($_SESSION)) {
session_write_close();
}
exit();
}
I have to believe this is an issue of my hosting service
and not phpwcms code - maybe i should have entered this post in support
here is info of installation:
PHP Version 4.3.9 -- might this be an issue?
http://www.designjournal.co.nz/info.php