Not signed in (Sign In)

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

    • CommentAuthorallz
    • CommentTimeNov 30th 2006
     
    Strange, when i have uploaded images, and view them bigger, and click to see ALL pic, it seems like chmod are bad.

    All installation was ok, just problems with these things, like - viewving them in large view!!!
  1.  
    Got the same problem. Hosted on one.com
    Have to CHMOD all images manually.
  2.  
    When i set mod_rewrite on

    i can't see images in full view

    i'm on windows btw so there is a CHMOD problem
    • CommentAuthorkitcarfreak
    • CommentTimeDec 4th 2006 edited
     
    Found the following and worked for me:

    puzzleGd Oct 25th 2005 block user block comment

    Hi Croila,
    A solution :

    in plog-admin-functions.php
    line 60

    if (!rename($tmpname,$final_fqfn)) {
    $result['errors'] .= 'Could not move file! ' . $tmpname .' to '.$final_fqfn;
    return $result;
    }
    else{chmod ($final_fqfn, 0644);} // add this code

    Cheers
    p.

    more discussion here:

    http://plogger.org/forum/comments.php?DiscussionID=45&page=1#Item_14