korrupt_23 Posted November 7, 2003 Share Posted November 7, 2003 Well, I can\'t figure out another error message that\'s been popping up all over: Warning: main(): stream does not support seeking in /home/sticksla/public_html/ss/index.php on line 54 Does anyone have any clue what that means? I\'ve checked the pages, and it\'s not even any PHP markup where it says the error is. You can see the error in action by going to http://www.stickslaughter.com Thanks in advanced. :?: Quote Link to comment Share on other sites More sharing options...
korrupt_23 Posted November 8, 2003 Author Share Posted November 8, 2003 Someone has to know. :? (Sorry to double post, but needed to draw attention back) Quote Link to comment Share on other sites More sharing options...
mad3533 Posted November 8, 2003 Share Posted November 8, 2003 What is on line 54? Quote Link to comment Share on other sites More sharing options...
metalblend Posted November 8, 2003 Share Posted November 8, 2003 The error means your host does not allow you to include remote files. You\'ll need to use relative paths instead. Hope that helps. Quote Link to comment Share on other sites More sharing options...
korrupt_23 Posted November 8, 2003 Author Share Posted November 8, 2003 What would be the difference between relative and remote? :? Quote Link to comment Share on other sites More sharing options...
korrupt_23 Posted November 9, 2003 Author Share Posted November 9, 2003 Please excuse the double post again, but... It\'s weird because I\'ve been playing with the formating of the include, and on one of the includes, it fixed it. I changed <? include \'vars.php\'; ?> to <? include (\'vars.php\'); ?> And the seeking error disapeared. I\'ve never had this error before. What\'s the difference between remote files and relative ones? :? Quote Link to comment Share on other sites More sharing options...
korrupt_23 Posted November 11, 2003 Author Share Posted November 11, 2003 Well, just to justify what the problem was.. Since there has been a new version of PHP released lately, hosts have been installing them as soon as they get it, which changes the way you include. Now most includes have changed to <? @include("file.php") ?> You have to add in that @ to get rid of the seeking error and all. Just if anyone really cared. :shock: Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.