XF 1.2 anonymous function error in all js

Your Xenforo JavaScript object is failing to work properly. Specifically, $.browser is undefined. Have you made any recent changes to your install? More specifically, have you removed the jQuery Migrate plugin, since that adds back $.browser support?

Try re-uploading /js/xenforo.js. The migrate plugin is the first line (first few characters should be "jQuery.migrateMute"). If that doesn't work, what changes have you recently made?
 
Last edited:
What is the correct ssh command to replace files/overwrite?
What i did is:
scp upload.zip user@x.x.x.x:/home/public_html
unzip upload.zip
A (ALL)

I also tried unzip -b upload.zip

Still problem not fix.
 
Unfortunately, I FTP files. Just gave a quick glance and the file you have recently reuploaded is still missing the first line (the migrate plugin). Not sure how or why.
 
  • Like
Reactions: rdn
Top Bottom