|
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
|