Quote:
06-16-03 at 12:56 PM cnczone said this in Post #511
Nobody knows what this means??-
Warning: main(): stream does not support seeking
in /home/cnczone/public_html/archive/index.php on line 103
|
what you need to do is go into every script index.php, forum, thread and find
Code:
include "$archiveurl/header.php";
and
include "$archiveurl/footer.php";
and make them
Code:
include "/home/cnczone/public_html/archive/header.php";
and
include "/home/cnczone/public_html/archive/footer.php";
i know it seams crazy but thats what i had to do to mine for that error to go away.