♥valerif Posted August 9, 2006 Share Posted August 9, 2006 hi all i am installing my shop again and get the following message: can you suggest what i am doing wrong please. this is the message: Warning: fread(): Length parameter must be greater than 0. in /homepages/domain/includes/functions/cache.php on line 60 i would appreciate very much if can let me know how to modify the line 60 oincludes/functions/cache.php thanks valeri Link to comment Share on other sites More sharing options...
♥valerif Posted August 9, 2006 Author Share Posted August 9, 2006 // read in serialized data $szdata = fread($fp, filesize($filename)); fclose($fp); // unserialze the data this is the line needing to modify in the cache.php Link to comment Share on other sites More sharing options...
♥valerif Posted August 9, 2006 Author Share Posted August 9, 2006 // read in serialized data $szdata = fread($fp, filesize($filename)); fclose($fp); // unserialze the data this is the line needing to modify in the cache.php sems the problem got resolved by me adding some text to the follwiong files so that they are not 0k of size but 1k: categories_box-english.cache manufacturers_box-english.cache also_purchased-english.cache now the error disapeared - hope this is OK if some one has the same experince please let me know cheers Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.