View Full Version : What is this error???
lord_raven
03-10-2003, 12:56 AM
Warning: readfile("http://ads.theraven7.com/ads.php") - Success in /home/.aardvark/theraven/theraven7.com/footer.txt on line 7
I don't get it...
firepages
03-10-2003, 03:09 PM
lol thats a good one :) - is the file being read and outputted ?
I assume not ? , if not then probably you are trying to access a file that does not have the appropriate permissions set , especially via http:/ / etc, try a local path...
readfile('/home/.aardvark/theraven/theraven7.com/ads.php');
or whatever the right path is
lord_raven
03-10-2003, 10:08 PM
I think the problem was an infinite loop I accidentally put in there... I had a require() call to a file that was calling the same file...
ASAAKI
03-11-2003, 12:11 AM
the prospect of infinite loops have always terrified me :eek:
vBulletin® v3.8.2, Copyright ©2000-2012, Jelsoft Enterprises Ltd.