• Welcome to the Chevereto User Community!

    Here, users from all over the world come together to learn, share, and collaborate on everything related to Chevereto. It's a place to exchange ideas, ask questions, and help improve the software.

    Please keep in mind:

    • This community is user-driven. Always be polite and respectful to others.
    • Support development by purchasing a Chevereto license, which also gives you priority support.
    • Go further by joining the Community Subscription for even faster response times and to help sustain this space

Nothing is loading?

Status
Not open for further replies.

ashkir

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

Chevereto version
3.9.3

Description of the issue
I'm getting several errors in the updated in the script console. Once everyone's cache got updated the following is now happening:

Uncaught ReferenceError: PF is not defined
at HTMLDocument.<anonymous> (nickpic.host/:18)
at c (scripts.min.js:1)
at Object.fireWith [as resolveWith] (scripts.min.js:1)
at Function.ready (scripts.min.js:1)
at HTMLDocument.q (scripts.min.js:1)

fireWith: function(e, t) {
return !l || i && !u || (t = t || [],
t = [e, t.slice ? t.slice() : t],
n ? u.push(t) : c(t)),
this
},


Uncaught ReferenceError: PF is not defined
at nickpic.host/:719

Uncaught SyntaxError: Unexpected end of input peafowl.min.js:254

It seems to be all JS is failing to load. I cannot seem to do anything about this. I cannot even access my admin panel.

Edit: As because the menu wasn't working, I had to manually figure out the settings url. /dashboard/settings/system to disable minify.

That did the trick. How odd.
 
From here it loads fine, minify could cause issues due to caches stuff and if you use mod_pagespeed you don't need to minify.
 
Status
Not open for further replies.
Back
Top