YAFLogo

Naziha Izzati
5 years ago
Hi all,

I am not able to install YAF forum on localhost. Can someone help me?

the error is as per below: -

Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately.

Compiler Error Message: CS0101: The namespace 'Resources' already contains a definition for 'Install'

Source Error:

[No relevant source lines]

Source File: c:\Windows\Microsoft.NET\Framework64\v4.0.30319\Temporary ASP.NET Files\yetanotherforum.net\6ee75195\8e529633\App_GlobalResources.ps0sc4oh.1.cs Line: 11

Sponsor
tha_watcha
  • tha_watcha
  • 100% (Exalted)
  • YAF.NET Project Lead 🤴 YAF Version: 4.0.1 BETA
5 years ago
Make sure that the App_GlobalResources folder is not included in the yaf folder
Naziha Izzati
5 years ago

Make sure that the App_GlobalResources folder is not included in the yaf folder

Originally Posted by: tha_watcha 

Thanks. I manage to install YAF but when I click finish its brings me to the YAF upgrade page.

How can I go to the admin page?

Thanks and sorry if I ask silly question

tha_watcha
  • tha_watcha
  • 100% (Exalted)
  • YAF.NET Project Lead 🤴 YAF Version: 4.0.1 BETA
5 years ago
Remove the install/ from the browser url
Naziha Izzati
5 years ago

Remove the install/ from the browser url

Originally Posted by: tha_watcha 

I have remove it. but still it pointing to the install upgrade page.

do I skip something?

after I put the config password its appear the error

Server Error in '/discussion' Application.

Incorrect syntax near 'OFFSET'.

Invalid usage of the option NEXT in the FETCH statement.

Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.Data.SqlClient.SqlException: Incorrect syntax near 'OFFSET'.

Invalid usage of the option NEXT in the FETCH statement.

Source Error:

Line 46: public IDataReader ExecuteReader()

Line 47: {

Line 48: return this.DbCommand.ExecuteReader();

Line 49: }

Line 50:

Source File: C:\inetpub\wwwroot\YAFNET-master\YAFNET-master\yafsrc\ServiceStack\ServiceStack.OrmLite\OrmLiteCommand.cs Line: 48

Thanks

tha_watcha
  • tha_watcha
  • 100% (Exalted)
  • YAF.NET Project Lead 🤴 YAF Version: 4.0.1 BETA
5 years ago
Which sql version are you using?
Naziha Izzati
5 years ago

Which sql version are you using?

Originally Posted by: tha_watcha 

sql server 2008 r2

tha_watcha
  • tha_watcha
  • 100% (Exalted)
  • YAF.NET Project Lead 🤴 YAF Version: 4.0.1 BETA
5 years ago

Which sql version are you using?

Originally Posted by: Naziha Izzati 

sql server 2008 r2

Originally Posted by: tha_watcha 

Sorry but that can't work. Sql server 2012 or newer is required!

Naziha Izzati
5 years ago

Which sql version are you using?

Originally Posted by: tha_watcha 

sql server 2008 r2

Originally Posted by: Naziha Izzati 

Sorry but that can't work. Sql server 2012 or newer is required!

Originally Posted by: tha_watcha 

Thank you for ur prompt reply. really appreciate it. The last question I wanna ask, could I change the UI that follow my company website which using umbraco CMS or I have to follow YAF forum UI and cannot change it at all.

sorry for asking this

Thanks

tha_watcha
  • tha_watcha
  • 100% (Exalted)
  • YAF.NET Project Lead 🤴 YAF Version: 4.0.1 BETA
5 years ago
Yes you can customize the ui via css. You can create your own theme or modify the existing themes.