Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

help please: Warning: fread(): Length parameter must be greater than 0. in /homepages/domain/includes/functions/cache.php


valerif

Recommended Posts

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

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...