View Single Post
  #7 (permalink)  
Old 02-28-2005, 02:59 PM
dzapped dzapped is offline
Junior Member
 
Join Date: Feb 2005
Posts: 1
I am having the same issue with theme fiapplegreen

I get this error
? Logout) [function.fopen]: failed to open stream: No error in c:\program files\apache group\Apache\foley\themes\fiapplegreen\theme.php on line 266

Warning: fread(): supplied argument is not a valid stream resource in c:\program files\apache group\Apache\foley\themes\fiapplegreen\theme.php on line 267

Warning: fclose(): supplied argument is not a valid stream resource in c:\program files\apache group\Apache\foley\themes\fiapplegreen\theme.php on line 268


These are the refering lines of code :

$fp = fOpen ($content, "r");
$content = fread($fp, filesize($content));
fclose ($fp);

Running on win2k with apache and php 5.0.3
Anyway to fix this

TIA
Reply With Quote