I've just installed a fresh copy of YaBBSE 1.5.1 RC1 B44, and I keep getting this error:
QuoteAn Error Has Occurred!
2: Cannot add header information - headers already sent
(D:\WebRoot\aether\aet\Sources\Subs.php ln 154)
I've traced back the offending lines to:
Quote// print stuff to prevent cacheing of pages
header('Expires: Mon, 26 Jul 1997 05:00:00 GMT');
header('Last-Modified: ' . gmdate("D, d M Y H:i:s") . ' GMT');
I'm a bit in the dark about this, but I did try taking the headers out of the Subs.php file and putting them at the start of index.php in my main folder.
However, doing this, although does clear up the main part of the forum, shows this error message after the Copyright table cell:
QuoteAn Error Has Occurred!
2: open(/tmp\sess_612a4f594ea93c00c28c7f7b15c6e6f4, O_RDWR) failed: No such file or directory (2)
(Unknown ln 0)
It is then followed by a "Back" link, and the vB style login, then another copyright notice.
The Second ErrorI would appreciate any help whatsoever...