I just finished a test upgrade to 726 and it looks like all/most is fine, but on my front page, at the bottom of the page I see this
$output->PrintPage(); exit; } break; default: // Failed to load the module $output = new pnHTML(); $output->StartPage(); $output->Text('Sorry, you cannot access this file directly...'); $output->EndPage(); $output->PrintPage(); break; } /* do we really need this here [larsneo] if (function_exists('session_write_close')) { session_write_close(); } else { // Hack for old versions of
PHP with bad session save $sessvars = ''; foreach ($GLOBALS as $k => $v) { if ((preg_match('/^PNSV/', $k)) && (isset($v))) { $sessvars .= "$k|" . serialize($v); } } pnSessionWrite(session_id(), $sessvars); } exit; */ } ?>
does anyone have an idea what could be causing this?
BTW could it be something wrong with my templete? I did create it myself (DOH!) and it looked correct in 723 but maybe i'm missing a tag? or is it more than that
Thanks
Curbob