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.
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.