YAFLogo

hkelici
  • hkelici
  • 50.6% (Neutral)
  • YAF Forumling Topic Starter
8 years ago

Hello, I am unable forum.

I am having the following problem .

Can you help me?

Forum Error

There has been a serious error loading the forum. No further information is available.

Please contact the administrator if this message persists.

Note If you are the administrator, and need help with this problem, then Turn off CustomErrors in your web.config.

Sponsor
tha_watcha
  • tha_watcha
  • 100% (Exalted)
  • YAF.NET Project Lead 🤴 YAF Version: 4.0.1 BETA
8 years ago
You need to turn off Custom Errors in the web.config to see the real error message. In order to do that you need to modify the file web.config

and turn customErrors off

<customErrors defaultRedirect="Error.aspx" mode="Off" />