YAFLogo

eutychus
  • eutychus
  • 100% (Exalted)
  • YAF Lover Topic Starter
10 years ago
I just updated my installation to YAF 2.2. Since then, my smilies box won't load. All if the smilies work in individual posts, but when you go to post a new comment, the "loading"graphic stays in the "Add smiley" box and the smilies won't load there.
Sponsor
Zero2Cool
  • Zero2Cool
  • 100% (Exalted)
  • YAF Leader YAF Version: YAF 3.1.16
10 years ago

I just updated my installation to YAF 2.2. Since then, my smilies box won't load. All if the smilies work in individual posts, but when you go to post a new comment, the "loading"graphic stays in the "Add smiley" box and the smilies won't load there.

Originally Posted by: eutychus 

Do you have an error in your browser console?

eutychus
  • eutychus
  • 100% (Exalted)
  • YAF Lover Topic Starter
10 years ago

I just updated my installation to YAF 2.2. Since then, my smilies box won't load. All if the smilies work in individual posts, but when you go to post a new comment, the "loading"graphic stays in the "Add smiley" box and the smilies won't load there.

Originally Posted by: Zero2Cool 

Do you have an error in your browser console?

Originally Posted by: eutychus 

No. No error is showing up in the logs.

tha_watcha
  • tha_watcha
  • 100% (Exalted)
  • YAF.NET Project Lead 🤴 YAF Version: 4.0.1 BETA
10 years ago

I just updated my installation to YAF 2.2. Since then, my smilies box won't load. All if the smilies work in individual posts, but when you go to post a new comment, the "loading"graphic stays in the "Add smiley" box and the smilies won't load there.

Originally Posted by: eutychus 

Do you have an error in your browser console?

Originally Posted by: Zero2Cool 

No. No error is showing up in the logs.

Originally Posted by: eutychus 

You need to take a look at the browser error log not the YAF Event log

eutychus
  • eutychus
  • 100% (Exalted)
  • YAF Lover Topic Starter
10 years ago
Ah, okay ... I get two errors:

n.widget is not a function (in jquery.fileupload.comb.min.js)

and

jQuery(...) is not a function (in jquery.ForumExtensions.min.js)

tha_watcha
  • tha_watcha
  • 100% (Exalted)
  • YAF.NET Project Lead 🤴 YAF Version: 4.0.1 BETA
10 years ago
The only problem is see which could be the source of the problem is that on your forum page the jquery script is loaded two times with different versions.

Make sure that on the forum page jquery is not needed to be loaded from within the master page.

eutychus
  • eutychus
  • 100% (Exalted)
  • YAF Lover Topic Starter
10 years ago

The only problem is see which could be the source of the problem is that on your forum page the jquery script is loaded two times with different versions.

Make sure that on the forum page jquery is not needed to be loaded from within the master page.

Originally Posted by: tha_watcha 

That worked! Thanks!