Warning: main(): stream does not support 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
r3curse
Forum Newbie
Posts: 7
Joined: Sun Nov 16, 2003 1:08 am

Warning: main(): stream does not support seeking

Post by r3curse »

hiya :)

I'm getting this error: Warning: main(): stream does not support seeking in /home/r3curse/public_html/fresh/index.php on line 174.

Line 174 refers to:

Code: Select all

<?php include ("http://whatever.com/inc/php/header.php"); ?>
The same occurs when I use an ftp path.

I'm basically just trying to include (or require, whichever really) a header and a footer to my document.
Any thoughts on this, people?

Thanks!
r3curse
Forum Newbie
Posts: 7
Joined: Sun Nov 16, 2003 1:08 am

Post by r3curse »

eh, ok, nevermind :)
User avatar
twigletmac
Her Royal Site Adminness
Posts: 5371
Joined: Tue Apr 23, 2002 2:21 am
Location: Essex, UK

Post by twigletmac »

For anyone else having this problem:
http://php.net/manual/en/function.main.php

Mac
Post Reply