乌布拉科+ YAF 集成 - 连接问题
我正在努力尝试让迁移后的 Umbraco/YAF 安装正常运行,但我遇到了连接问题。
我已经就连接字符串寻求帮助,所以这部分已排序。
但是,当我尝试导航到 mysite/forums
时,我仍然收到 404 错误,因为它重定向到 mysite/install
这个网站告诉我这可能是因为有几个问题:
It will connect you to install\default.aspx if
: its connect to a db but thinks there isn't a YAF version present in its data, or
: database version doesn't match and thinks it needs updating.
我知道它正在连接到数据库,因为 CMS 连接字符串可以工作,并且它正在连接到同一个数据库。
数据库中有 YAF_* 表,所以我知道它的内容在那里。
通过排除过程,这可能是版本问题,但我不确定如何将数据库版本与 ASP 文件版本进行比较。
我正在运行 Umbraco 4.6.1
I'm working to try and get a migrated Umbraco/YAF installation working, but I'm having issues with connectivity.
I've already asked for help with the Connection Strings, so this bit is sorted.
However, I still get a 404 error when I try and navigate to mysite/forums
, as it redirects to mysite/install
This site tells me that this could be because of a few issues:
It will connect you to install\default.aspx if
: its connect to a db but thinks there isn't a YAF version present in its data, or
: database version doesn't match and thinks it needs updating.
I know it's connecting to the DB, because the CMS connection string works, and it's connecting to the same database.
There are YAF_* tables in the database, so I know it's content is there.
By process of elimination, it might be a version issue, but I'm not sure how to compare the DB version to the ASP files version.
I'm running Umbraco 4.6.1
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我从来没有弄清楚我正在运行什么版本,但我确实发现这个问题是通过以下方式解决的:
就这样。
I never quite worked out what version I was running, but I did find out this issue was fixed by:
And there you have it.
检查 web.config 中是否有以下行
check that you have the following line in web.config