• Welcome to the Chevereto user community!

    Here users from all over the world gather around to learn the latest about Chevereto and contribute with ideas to improve the software.

    Please keep in mind:

    • This community is user driven. Be polite with other users.
    • We recommend purchasing a Chevereto license to participate in this community.
    • Purchase a Community Subscription to get even faster ticket response times.

Missing cache update on static files

Status
Not open for further replies.

ashkir

👽 Chevereto Freak
Website URL
https://nickpic.host

Chevereto version
3.9.3

Description of the issue
Hello. Updated to 3.9.3 since it seems stable. However, now I cannot upload any images. The uploader box doesn't appear. If you press the Menu Upload no popup overlay comes up. If you press the "Start Uploading" button on the homepage you can select images, but the overlay box doesn't come up.

From what I can tell is that the #anywhere-upload will now always show at the bottom.

Edit: I reuploaded everything in app/theme and lib/Peafowl and lib/G. No effect when erasing cache.
 
The files are outdated. Just check yours (left) vs demo (right). Every yellow section denotes where your code is outdated.

lib/Peafowl/peafowl.js

upload_2017-6-15_21-34-2.png

app/lib/chevereto.js

upload_2017-6-15_21-35-47.png

Refresh your CDN cache and I encourage you to get used it to re-cache your CDN on every update. That CDN update should be auto (that's why I append a query string) but if your CDN ignores that there's nothing I can do.
 
Thank you! Done so and erased my browser cache. Now to convince all my users to erase their browser cache instead of emailing me. Hahaha. I'm going to contact my CDN to try and exclude JS and CSS files from being captured.
 
Problem could happen due to several caches in the middle, either server and CDN. What if you updated properly but the server never pushed this change? How the CDN will re-cache if the source is still cached?

In any case, review your website configuration because this is just wrong cache stuff.
 
Will do! My server shouldn't have any caching, I'm going to make sure. I'm in the process of updating the backend, I just updated to php 7.1 from 5.5 (huge jump) as well. MaxCDN just confirmed with me via live chat, it failed to check for an updated file and was serving an old file. Once I purged their cache, it worked flawlessly.

I just talked to MaxCDN. They disabled the automatic "Query String" "Treat as separate cacheable item" a while ago. I had it turned back on. MaxCDN by default ignores query string, so I just reenabled it.

Thank you Rodolfo! Have a great night!
 
Status
Not open for further replies.
Back
Top