Plogger Support Forum - Warning: fread() [function.fread] Fri, 29 Mar 2024 09:39:25 +0000 http://www.plogger.org/forum/ Lussumo Vanilla 1.1.10 Warning: fread() [function.fread] http://www.plogger.org/forum/comments.php?DiscussionID=3018&Focus=12020#Comment_12020 http://www.plogger.org/forum/comments.php?DiscussionID=3018&Focus=12020#Comment_12020 Fri, 08 Jan 2010 08:35:26 +0000 jjm Do you know how i can resolve this problem
Thank
Warning: fread() [function.fread]: Length parameter must be greater than 0

It 's on line 105 from streams.php the problem
<code>function read($bytes) {
fseek($this->_fd, $this->_pos);
$data = fread($this->_fd, $bytes);
$this->_pos = ftell($this->_fd);

return $data;
}
</code>]]>
Warning: fread() [function.fread] http://www.plogger.org/forum/comments.php?DiscussionID=3018&Focus=12600#Comment_12600 http://www.plogger.org/forum/comments.php?DiscussionID=3018&Focus=12600#Comment_12600 Tue, 06 Apr 2010 10:52:00 +0000 gabixSVK
Warning: fread() [function.fread]: Length parameter must be greater than 0 in /var/www/....../html/plogger/plog-includes/lib/gettext/streams.php on line 105

I using VERSION: 1.0-RC1

The warning appear only when I change the language to cs (czech). Maybe because cs.mo is for Beta3 ?

CZ : Czech translation - plogger forum

I had also problem with this [SOLVED]]]>