YAFLogo

rich2020
  • rich2020
  • 57.2% (Neutral)
  • YAF Camper Topic Starter
9 years ago
When installing YAF, I am getting the error: Cannot find the object "dbo.yaf_ForumReadTracking" because it does not exist or you do not have permissions.

I have checked the tables.sql file and there is no definition or create statement for yaf_ForumReadTracking.

Has an update left this definition out?

Kind regards,

Richard.

[EDIT]

Just a heads up: There are many table and procedure definitions missing from the latests code available on GitHub. I'm sure it will be sorted soon, but this is just a warning.

Sponsor
tha_watcha
  • tha_watcha
  • 100% (Exalted)
  • YAF.NET Project Lead 🤴 YAF Version: 4.0.0 rc 2
9 years ago
the missing tables are now readded to the install/upgrade scripts in the latest commit.
rich2020
  • rich2020
  • 57.2% (Neutral)
  • YAF Camper Topic Starter
9 years ago
Metora06
  • Metora06
  • 50.6% (Neutral)
  • YAF Forumling
9 years ago
Nevermind.

I did this by changing the project to .NET 4.5, then by installing Microsoft.ASP.NET Web Pages via Nuget and by adding references for:

System.Data.DataSetExtensions and System.Web.Extensions


HyBriDe TEkkEN