Not signed in (Sign In)

Vanilla 1.1.10 is a product of Lussumo. More Information: Documentation, Community Support.

    • CommentAuthorjjm
    • CommentTimeJan 8th 2010 edited
     
    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);

    return $data;
    }
    </code>
    • CommentAuthorgabixSVK
    • CommentTimeApr 6th 2010 edited
     
    Yeah , I have the same problem.

    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]