Bugs » Failed opening

added on Sep 13, 2006 by Dino
The message is:
Warning: Failed opening 'http://www.hotonline.nl/linkex/links.dat' for inclusion (include_path='.:/usr/apache/lib/php')
in /ext/dsk1/h/ho/hotonline.nl/html/index2.php on line 171

I'm using version v.20060904

How 2 fix?
added on Sep 13, 2006 by v0id
Hi there.

Try not to use the URL. It'll use unnecessary resources to actually fetch the URL
http://www.hotonline.nl/linkex/links.dat using the HTTP protocol over the network, instead of just reading the file of
the much faster disk.

Use a syntax like this:
<?php include('/ext/dsk1/h/ho/hotonline.nl/html/linkex/links.dat'); ?>

Let me know how it works out :)

- v0id

Add reply

This thread has been inactive for more than 14 days, so it has been locked.

Feel free to create a new thread with your questions.