View Single Post
Old
  (#7 (permalink))
dzapped
Junior Member
 
Status: Offline
Posts: 1
Join Date: Feb 2005
02-28-2005, 02:59 PM

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