We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 26388
    • 103 Posts
    I've just upgraded to 2.2.13 and have the latest version of phpThumbsUp installed. I cannot for the life of me get the auto-create function working. Using it as a snippet on an image generates thumbnails as expected in the /core/cache/phpthumbsup/ directory - so I know the snippet itself works.

    When I upload files via the manager to /assets/images/thumbsup/ - the directory I've designated in the auto_create settings - nothing get's generated by phpThumbsUp.

    I see no errors in the Modx error log nor do I see any errors in my web server logs.

    Web server is running the latest version of PHP.

    The only setting i've changed is the Auto Create setting. All other settings are set to their defaults:

    Auto Create
    phpthumbsup.auto_create
    /w/480/h/363/zc/1/src/assets/images/thumbsup

    Available Filters
    phpthumbsup.available_filters
    brit,cont,gam,sat,ds,gray,th,rcd,clr,sep,usm,blur,sblr,smth,lvl,wb,hist,flip,ric,elip,bvl,bord,fram,drop,crop,rot,size,stc

    Available Options
    phpthumbsup.available_options
    w,h,wp,hp,wl,hl,ws,hs,f,q,sx,sy,sw,sh,zc,bg,bc,fltr,xto,ra,ar,sfn,aoe,iar,far,dpi,maxb

    Base URL
    phpthumbsup.base_url
    thumbs/

    Clear Cache
    phpthumbsup.clear_cache
    Yes

    Default Thumb Settings
    phpthumbsup.default

    Responsive Enabled
    phpthumbsup.responsive
    No

    Responsive Threshold
    phpthumbsup.responsive_threshold
    480,1024

    Cache Path
    phpthumbsup.cache_path
    {core_path}cache/phpthumbsup/

    Core Path
    phpthumbsup.core_path
    {core_path}components/phpthumbsup/

    Is there something I'm missing or not doing correctly?