Besides the quotation- I did a little research on that error.
It seems hundreds of people have said their host upgraded PHP or recompiled it and all of a sudden they get this error for every include or require.
I couldnt find exactly what it means-but you can hide the error like this
<?php @require_once('http://www.mydomain.com/cgi-bin/myscript.cgi'); ?>
Bookmarks