Viewing 1 replies (of 1 total)
  • You can hide the error on by adding an @ infront of the fread() so that the error is hidden when it is not working and displays the widget when it is.

    $jsonData = @fread( $theFile, filesize( $fileName ));

    This is not the best solution. Perhaps the author may look at why this error is occuring.

Viewing 1 replies (of 1 total)
  • The topic ‘Cache’ is closed to new replies.