乌布拉科+ YAF 集成 - 连接问题

发布于 2024-11-10 03:16:28 字数 795 浏览 3 评论 0原文

我正在努力尝试让迁移后的 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

情绪 2024-11-17 03:16:28

我从来没有弄清楚我正在运行什么版本,但我确实发现这个问题是通过以下方式解决的:

Assign yaf database user db-owner privileges. 

就这样。

I never quite worked out what version I was running, but I did find out this issue was fixed by:

Assign yaf database user db-owner privileges. 

And there you have it.

他是夢罘是命 2024-11-17 03:16:28

检查 web.config 中是否有以下行

<add key="umbracoConfigurationStatus" value="4.6.1" />

check that you have the following line in web.config

<add key="umbracoConfigurationStatus" value="4.6.1" />
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文