XF 2.3 core.js Uncaught TypeError: this.initialize is not a function

Whistle

Member
I'm getting this error on the server. It works fine on localhost.

Code:
Uncaught TypeError: this.initialize is not a function
    at Object.refresh (core.js?_v=a432eefa:6502:10)
    at Object.activate (core.js?_v=a432eefa:2144:19)
    at fn.__construct (core.js?_v=a432eefa:7745:7)
    at new fn (core.js?_v=a432eefa:3985:9)
    at core.js?_v=a432eefa:8027:21
    at core.js?_v=a432eefa:2439:20
    at markFinished (core.js?_v=a432eefa:5537:6)
    at core.js?_v=a432eefa:5558:6
    at HTMLScriptElement.loaded (core.js?_v=a432eefa:1687:6)

Most javascript functions do not work. The editor does not come, collapse elements do not work. Js files are published via Nginx, but I did not encounter any errors resulting from this on my site running on v2.2.16 version. I also added the server environment report
Test domain: https://www.mmotutkunlari.com/test/

The js code where the error shows.;
js code.webp

Console;
core.js Uncaught TypeError.webp

Server environment report;
Server environment report.webp



 
Last edited:
No idea, that's a question for Cloudflare, but Rocket Loader has never worked with XenForo and it's not necessary given we already defer JavaScript until after rendering (with the exception of the preamble, which as its name implies must run before rendering but should be tiny and fast).
 
Back
Top Bottom