Posted by: ShadowAgl - Monday, 21 February 2011 10:43:07 |
---|
I downloaded YAF-v1.9.3-FINAL-BIN-NET20, tried to build a bbs on my local computer with IIS6 and .NET 2.0. While I do as install.txt, some problem show as below: I am doing a NEW INSTALLATION, copied "/webconfigs/recommended-web.config" and rename it to "/web.config", created a new database named "yafnet" in my SQL Server 2005, modify the connection string in DB.CONFIG to "data source=NEWOMEGA-2F43EC\SQL2005;initial catalog=yafnet;integrated security=SSPI;User Id=sa;Password=123456;", uncomment the "root" key in app.config and add value "/yaf/" ( IIS address is: http://localhost/yaf) now open "http://localhost/yaf/install/" in my website,the page seemed like ok: [img=http://img2.tu22.cn/21388.jpg]Create Config Password[/img] but after I type password and click "Next", it showed: [img=http://img2.tu22.cn/21389.jpg]Forum Error[/img] How can I fix it? |
Posted by: squirrel - Monday, 21 February 2011 12:15:43 |
---|
Need the details of the error screen before we can diagnose what is going wrong. |
Posted by: ShadowAgl - Wednesday, 23 February 2011 01:55:24 |
---|
The error screen showed after I click"下一步" on the pic above, no other prompt |
Posted by: squirrel - Wednesday, 23 February 2011 02:08:02 |
---|
You will probably have to turn off "CustomErrors" in your web.config so you can get the full details of the error. Also, it is recommended that you use a newer version of YAF. 1.9.3 is two releases old, and the developers are actually working on a BETA of the next release now - which should be due out soon. |
Posted by: cagliostro - Wednesday, 23 February 2011 02:44:28 |
---|
The password that is asked is NOT the db password. |
Posted by: squirrel - Wednesday, 23 February 2011 03:01:10 |
---|
[quote=cagliostro;46881]The password that is asked is NOT the db password. [/quote] In his situation, it doesn't have a stored password yet -- that's why it's offering the 'confirmation' part of the dialog. If there is a password stored in the app.config, it only offers the 'enter password' dialog :) |