We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 36604
    • 268 Posts
    Hi,

    As in my previous project (Revo 215) this was ok, the fresh 2.21 seams to presents an old bug (?)

    the editor browser does not show up thumbnails, the phpthumb does not generate something.

    here's what firebug console says on each thumb code/
    Image corrupt or truncated: http://www.blabladomain.tld/connectors/system/phpthumb.php?src=assets/images/abstract_0072.jpg&w=80&h=60&f=png&q=90&HTTP_MODAUTH=modx4f7c6450ddc3d8.15002011_14f7e9b574c58f2.57353549&wctx=mgr&source=1
    


    Am I alone ?
    Thank you [ed. note: elz064 last edited this post 14 years, 5 months ago.]
      • 36604
      • 268 Posts
      Each time something is calling phpthumb (phpthumOF modifier too for instance) console returns quit the same error:
      static method phpthumb functions:Get All Files In Subfolders() should not be called statically

      ??
        • 36604
        • 268 Posts
        found why many stuff were not functioning :

        it's in php.ini,
        E_ALL | E_STRICT

        removing | E_STRICT did the trick.

        now thumbnail in manager browser are rendered and all "phpthumbed" stuff too