Hi 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);
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 ?