Hi All,

Wondering if you can help as I am unable to figure this one out!
Everything has been working fine and then all of a sudden I get this popping up on the screen.

Warning: main(): stream does not support seeking in /home/digby/public_html/html/home.php on line 100

The code still works and continues to produce desired result but what is this and how do i get rid of it? I understand that this is a warning and when I check the code it is the include_once function that is causing it.

include_once("http://www.mydomain.com/php/random_pic.php");

Any advice much appreciated.

Thanks, Digs.

    Well, you could turn down the error_reporting to suppress the message, but you should look it up(might be because of your PHP version), and try to fix it.

      2 months later

      hrm.. i am having the same problem... http://ruben-knol.cjb.net
      i have the latest version of php installed and cannot alter the php configurations because i am on a host, hasweb. (www.hasweb.com)

      it worked before, i didnt alter anything and the errors just show up out of nothing...

        Write a Reply...