Error referencing a wrong directory wierd

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
3 years ago
Hi,
I have this error in the logs which seems to go to c drive Andrei folder it seems strange to call out the developer.


Log level
Error
Short message
The used table type doesn't support FULLTEXT indexes
Full message
MySql.Data.MySqlClient.MySqlException (0x80004005): The used table type doesn't support FULLTEXT indexes
   at MySql.Data.MySqlClient.MySqlStream.ReadPacket()
   at MySql.Data.MySqlClient.NativeDriver.GetResult(Int32& affectedRow, Int64& insertedId)
   at MySql.Data.MySqlClient.Driver.NextResult(Int32 statementId, Boolean force)
   at MySql.Data.MySqlClient.MySqlDataReader.NextResult()
   at MySql.Data.MySqlClient.MySqlCommand.ExecuteReader(CommandBehavior behavior)
   at MySql.Data.MySqlClient.MySqlCommand.ExecuteNonQuery()
   at LinqToDB.Data.DataConnection.ExecuteNonQuery()
   at LinqToDB.Data.CommandInfo.Execute()
   at LinqToDB.Data.CommandInfo.ExecuteProc()
   at Nop.Data.BaseDataProvider.ExecuteStoredProcedure(String procedureName, DataParameter[] parameters) in C:\andrei\nop_sources\src\Libraries\Nop.Data\BaseDataProvider.cs:line 255
   at Nop.Services.Common.FulltextService.EnableFullText() in C:\andrei\nop_sources\src\Libraries\Nop.Services\Common\FulltextService.cs:line 42
   at Nop.Web.Areas.Admin.Controllers.SettingController.ToggleFullText(GeneralCommonSettingsModel model) in C:\andrei\nop_sources\src\Presentation\Nop.Web\Areas\Admin\Controllers\SettingController.cs:line 1657
3 years ago
For whatever reason, if you go to publish on the Nop.Web you will find that the default FolderProfile target location has this directory saved. Just create a new profile with your settings and delete this one. Clean the solution, close VS, delete the vs folder and the bin, obj folders from the project folders via explorer. Restart VS and rebuild solution. VS will replace the vs, bin, obj folders. Publish the project with your profile and upload the newly published files. Its just left overs from the Andrei builds prior to releasing the code on github.
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.