• Howdy! Welcome to our community of more than 130.000 members devoted to web hosting. This is a great place to get special offers from web hosts and post your own requests or ads. To start posting sign up here. Cheers! /Peo, FreeWebSpace.net

PHP - error?

sophie

New Member
At the top of this page I get the error:
Warning: main(): stream does not support seeking in /home/cityofhe/public_html/falling/sophie/template.php on line 53
I know it has something to do with getting content from a site other than mine. I don't have this problem with any other page.
What's up?
 
Are you trying to include a full url? eg include("http://www.somesite.com");

Using @include("http://www.somesite.com"); will surpass the error message.
 
Does it include teh page ? If so do what Loon said and use @ to supress the error. If not, well I'll look into it after u respond :p
 
I do it a different way. I include the template by using the following:
<a href="http://www.site.com/index.php?x=page.php">. So I am not sure how to bring content in from an outside page.
 
Last edited:
please post the code you are using. having us guess at how you have done it, is not very effective.
 
Back
Top