Announcement

Collapse
No announcement yet.

How to regenerate thumbnails in OX-drive?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • How to regenerate thumbnails in OX-drive?

    Hello, I uploaded some images in a folder, but only for few of them thumbnails were created. How can I refresh thumbnails for that folder? Why all thumbnails were not created?

    Thanks,
    Matteo

  • #2
    Hello,


    maybe this can be useful to someone.

    To clean up previews, you can launch:

    Code:
    clearpreviewcache -A <oxadmin> -P <pass> -c <context>
    Ref.: http://oxpedia.org/wiki/index.php?ti...DocumentViewer


    Maybe the problem is elsewere (see logs), that is images cannot be converted because they are too big; so you can change these values in server.properties:

    Code:
    com.openexchange.tools.images.transformations.maxSize
    com.openexchange.tools.images.transformations.maxResolution
    Ref.: https://software.open-xchange.com/OX...2015-11-02.pdf


    Matteo

    Comment

    Working...
    X