Page 1 of 1

stream does not support seeking

Posted: Wed Mar 05, 2003 10:58 pm
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!

Posted: Thu Mar 06, 2003 2:23 am
by volka
is this supposed to be an auto-include?

Posted: Thu Mar 06, 2003 5:53 am
by Beans
No... but I think the person has resolved the issue.

Thanks anyway! :)

Posted: Mon Jun 09, 2003 2:20 pm
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?