Seeking

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

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

Seeking

Post by ampersand »

What does this error message mean:

Warning: main(): stream does not support seeking in /xxxx/xxxx/public_html/portal/modules/mod_gallery.php on line 10

Line 10 is an include("");

Thanks
User avatar
markl999
DevNet Resident
Posts: 1972
Joined: Thu Oct 16, 2003 5:49 pm
Location: Manchester (UK)

Post by markl999 »

http://bugs.php.net/bug.php?id=24053

Try including using a path, rather than http:// (if that's what the code is doing)
Post Reply