stream does not support seeking
Posted: Wed Mar 05, 2003 10:58 pm
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!
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!