»
 

Go Back   ResellerRatings Store Ratings > ResellerRatings Forums > Tech Support

Reply
 
LinkBack Thread Tools Display Modes
Old 02-05-2004, 09:09 PM   #1 (permalink)
Registered User
 
shampoo's Avatar
 
Join Date: May 2002
Posts: 227
shampoo is on a distinguished road
PHP error.. What does it mean?

Warning: main(): stream does not support seeking in /home/user/public_html/index.php on line 17

This is what I have on line 17

Code:
<? include("http://www.mysite.com/includes/menu.inc") ?>
Please help.. I don't understand this.

shampoo is offline   Reply With Quote
Old 02-05-2004, 09:26 PM   #2 (permalink)
Registered User
 
golfcart's Avatar
 
Join Date: Oct 2001
Location: Michigan
Posts: 1,680
golfcart is on a distinguished road
Warning: main(): stream does not support seeking
The bug appears when you try to use the include/require command such as,

<?php include('http://www.internet-guide.co.uk/test.php');?>

The Solution
What you need to do is,
  • change "include" command to @include
  • use a relative path to the file such as - /home/userid/public_html/directory/test.htm
  • or use a path such as - include("$DOCUMENT_ROOT/page.html");


Borrowed from Internet Guide
golfcart is offline   Reply With Quote
Old 02-05-2004, 10:08 PM   #3 (permalink)
Registered User
 
shampoo's Avatar
 
Join Date: May 2002
Posts: 227
shampoo is on a distinguished road
Thanks a lot golfcart
shampoo is offline   Reply With Quote
Reply




Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Most Active Discussions

Recent Discussions

All times are GMT -6. The time now is 03:55 PM.