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
Beans
Forum Commoner
Posts: 49
Joined: Mon Dec 23, 2002 3:06 am
Location: Manila, Philippines
Contact:

stream does not support seeking

Post by Beans »

Guys...

I made some scripts which are working really fine and being downloaded by lotsa people. However, 1 guy emailed me a while ago and said that he's receiving this error:

Warning: main() [function.main]: stream does not support seeking in http://www.jokafex.com/authconfig.php on line 0

Fatal error: Cannot instantiate non-existent class: auth in /home/jokava/public_html/check.php on line 25

The second error was probably existing because of some statements that did not load due to the first error.

Now, I am not in any way using stream functions or anything with regard to streams in PHP. The script I had was an authenticating class which was incorporated into a user registration script. This guy who's reporting this error was the first (in more than 10,000) people who has implemented this.

Can you guys share any ideas? Thanks!
User avatar
volka
DevNet Evangelist
Posts: 8391
Joined: Tue May 07, 2002 9:48 am
Location: Berlin, ger

Post by volka »

is this supposed to be an auto-include?
Beans
Forum Commoner
Posts: 49
Joined: Mon Dec 23, 2002 3:06 am
Location: Manila, Philippines
Contact:

Post by Beans »

No... but I think the person has resolved the issue.

Thanks anyway! :)
MattSharp
Forum Commoner
Posts: 62
Joined: Wed Apr 24, 2002 2:25 pm

Post by MattSharp »

I am recieving this very same error now:

Warning: main(): stream does not support seeking in /xxx.php on line 153

How did they fix it? What is the problem and what can I do?
Post Reply