YAFLogo

abhishekluv
12 years ago
I get this error when i click generate digest

Cannot generate digest unless YAF.BaseUrlMask AppSetting is specified in your app.config (default). Please specify the full forward-facing url to this forum in the YAF.BaseUrlMask key.

Plzz help

http://www.codeabstract.com/ 

Sponsor
tha_watcha
  • tha_watcha
  • 100% (Exalted)
  • YAF.NET Project Lead 🤴 YAF Version: 4.0.0 rc 2
12 years ago
You need to do what the error message says add the YAF.BaseUrlMask Setting to your app.config

<add key="YAF.BaseUrlMask" value="http://www.codeabstract.com/" />
abhishekluv
12 years ago
Still its showing the same error 😞
tha_watcha
  • tha_watcha
  • 100% (Exalted)
  • YAF.NET Project Lead 🤴 YAF Version: 4.0.0 rc 2
12 years ago

Still its showing the same error :(

Originally Posted by: abhishekluv 

Did you restart yaf after you changed the app.config?