Sudden Error

Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy.
This forum is not for asking programming related questions.

Moderator: General Moderators

Post Reply
ampersand
Forum Commoner
Posts: 54
Joined: Thu Nov 28, 2002 2:00 am
Location: Norway

Sudden Error

Post 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
pootergeist
Forum Contributor
Posts: 273
Joined: Thu Feb 27, 2003 7:22 am
Location: UK

Post 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.
ampersand
Forum Commoner
Posts: 54
Joined: Thu Nov 28, 2002 2:00 am
Location: Norway

Post 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!
ampersand
Forum Commoner
Posts: 54
Joined: Thu Nov 28, 2002 2:00 am
Location: Norway

Post by ampersand »

It works now.

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