YAFLogo

mosta
  • mosta
  • 50.2% (Neutral)
  • YAF Forumling Topic Starter
11 years ago
I have followed the module installation instruction without any success:

- I installed the module,

- replaced the password in web.config

- replaced the Base url with http://localhost/dnn7installation/

The module redirect to installation page and it doesn't accept the password

Note: when i set the Yaf.ConfigPassword to "" (Empty) it go to the next screen but it says test permissions problems and then the "next" button does not proceed

Any help would be appreciated

thanks

Sponsor
mosta
  • mosta
  • 50.2% (Neutral)
  • YAF Forumling Topic Starter
11 years ago
Sorry the setup proceeded and asked me to set the passwords without problems

I dont know what happened

thanks

mosta
  • mosta
  • 50.2% (Neutral)
  • YAF Forumling Topic Starter
11 years ago
Here is the Issue:

When Configpassword is empty

The module redirect to http://localhost/dnn7final/DesktopModules/YetAnotherForumDotNet/install/

Then it doesnt continue

But If you added default.aspx like:

http://localhost/dnn7final/DesktopModules/YetAnotherForumDotNet/install/default.aspx

it continues and let you add password

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

Here is the Issue:

When Configpassword is empty

The module redirect to http://localhost/dnn7final/DesktopModules/YetAnotherForumDotNet/install/

Then it doesnt continue

But If you added default.aspx like:

http://localhost/dnn7final/DesktopModules/YetAnotherForumDotNet/install/default.aspx

it continues and let you add password

Originally Posted by: mosta 

That happens only if the default.aspx is not set as default document in IIS. I changed the code (Will be included in the next release) now it will redirect to install/default.aspx. To prevent that problem.