Page 1 of 1

Sudden Error

Posted: Fri Aug 01, 2003 1:45 pm
by ampersand
I get this error message at the top of my 4image gallery and top100 list:
Warning: Unknown(): stream does not support seeking in /home/xxxxx/xxxxx/Gallery/includes/template.php(133) : eval()'d code on line 237
and this for my top100
Warning: main(): stream does not support seeking in /home/xxxxx/xxxxx/top100/index.php on line 10
I have not made any changes so I'll guess its because of some updates or anything at my server..

Does anyone know what this means, and what to do to make it go ?

Thanks
ampersand

Posted: Fri Aug 01, 2003 5:47 pm
by pootergeist
those errors mean a file isn't being found - check the actual referenced lines and see whether the folder and file truely exist.

Even showing us the actual lines would probably still get a reply of missing file in file system.

Posted: Fri Aug 01, 2003 6:09 pm
by ampersand
This is the line that bothers it :

Code: Select all

<?php require_once('http://www.librarium-online.com/MyMenu/main-header.html'); ?>
It worked before, how can I update the code to get rid of the error ?

thanks!

Posted: Fri Aug 01, 2003 6:27 pm
by ampersand
It works now.

Just had to replace "http://www.librarium-online.com" with ".." . :)