YAFLogo

Posted by: mosta - Monday, 2 September 2013 14:54:03
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

Posted by: mosta - Monday, 2 September 2013 15:35:51
Sorry the setup proceeded and asked me to set the passwords without problems I dont know what happened thanks

Posted by: mosta - Monday, 2 September 2013 15:59:34
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

Posted by: tha_watcha - Tuesday, 3 September 2013 11:15:25
[quote=mosta;60941]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[/quote] 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.