Not signed in (Sign In)

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

    • CommentAuthorDrakkim
    • CommentTimeSep 21st 2010 edited
     
    When plog-import.php loads, it deletes all directories without files, even if it has a sub-directory.

    example:
    I put pictures in "plog-content/uploads/dir1/dir2/"
    go to import and "plog-content/uploads/dir1/" is erased because it has no files, even though it has a sub-directory, and that sub-directory has files.

    I think this post may be related, but I'm not sure.

    For a quick fix, I commented out lines 220 - 225 in "plog-admin/plog-import.php", which removes the cleanup completely.
    • CommentAuthorDrakkim
    • CommentTimeSep 22nd 2010
     
    Bug report posted here
    •  
      CommentAuthorsidtheduck
    • CommentTimeSep 23rd 2010 edited
     
    Drakkim,

    This should be fixed in the current SVN code (post-RC1 release) and is a duplicate to ticket #237. Can you download and upgrade to the current code and test to see if it works for you?
    • CommentAuthorDrakkim
    • CommentTimeSep 28th 2010
     
    Indeed it does. Thanks for the fix and the reply... and sorry for the repeat.

    FWIW, it might be good if the link in the how to report bugs topic included closed issues as well... I didn't look beyond that list.