YAFLogo

bgilbert
  • bgilbert
  • 53% (Neutral)
  • YAF Forumling Topic Starter
10 years ago
Hi Guys, I recently integrated the forum into my website. Everything is working except one issue, when clicking the logout button it just refreshes the page and doesn't do anything. There are no errors and also none in the chrome js console. I am using the default authentication provided by yaf.net.

Any help would be appreciated.

Sponsor
Zero2Cool
  • Zero2Cool
  • 100% (Exalted)
  • YAF Leader YAF Version: YAF 3.1.16
10 years ago
...
tha_watcha
  • tha_watcha
  • 100% (Exalted)
  • YAF.NET Project Lead 🤴 YAF Version: 4.0.0 rc 2
10 years ago

Hi Guys, I recently integrated the forum into my website. Everything is working except one issue, when clicking the logout button it just refreshes the page and doesn't do anything. There are no errors and also none in the chrome js console. I am using the default authentication provided by yaf.net.

Any help would be appreciated.

Originally Posted by: bgilbert 

That is an JS or a CSS issue. Is your site online accessible yet so we can take a look?

bgilbert
  • bgilbert
  • 53% (Neutral)
  • YAF Forumling Topic Starter
10 years ago
Yes you can view it here:

http://dev.coatingspromag.com/forum 

I am still having this issue. Thanks for the help.

tha_watcha
  • tha_watcha
  • 100% (Exalted)
  • YAF.NET Project Lead 🤴 YAF Version: 4.0.0 rc 2
10 years ago

Yes you can view it here:

http://dev.coatingspromag.com/forum 

I am still having this issue. Thanks for the help.

Originally Posted by: bgilbert 

The Javascript debugger shows two errors

Uncaught TypeError: Cannot read property 'DEFAULTS' of undefined

and

Uncaught TypeError: undefined is not a function

You need to resolve those issues, then the logout will work.