Hi, Joe
When I Use SqliteDB, found two errors:
1. The default skin techmania is not exist in Data/skins/techmania/.
2. When add Links feature content to a page, When add link to the page, error occurs:
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
Server Error in '/' Application.
--------------------------------------------------------------------------------
Sqlite error
near "ModuleID": syntax error
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: Mono.Data.Sqlite.SqliteException: Sqlite error
near "ModuleID": syntax error
Source Error:
Line 81: link.UserGuid = userGuid;
Line 82:
Line 83: link.Save();
Line 84:
Line 85: return link.ItemID;
Source File: I:\company\mojoportal\mojoPortal.Data.Common\DBLinks.cs Line: 83
Stack Trace:
[SqliteException (0x80004005): Sqlite error
near "ModuleID": syntax error]
Mono.Data.Sqlite.Sqlite3.Prepare(String strSql, SqliteStatement previous, String& strRemain) in C:\__dev\mojoportal\vendor\Mono.Data.Sqlite\SQLite3.cs:268
Mono.Data.Sqlite.SqliteCommand.BuildNextCommand() in C:\__dev\mojoportal\vendor\Mono.Data.Sqlite\SQLiteCommand.cs:253
Mono.Data.Sqlite.SqliteCommand.GetStatement(Int32 index) in C:\__dev\mojoportal\vendor\Mono.Data.Sqlite\SQLiteCommand.cs:260
Mono.Data.Sqlite.SqliteCommand.ExecuteScalar() in C:\__dev\mojoportal\vendor\Mono.Data.Sqlite\SQLiteCommand.cs:584
SubSonic.SQLiteMonoDataProvider.ExecuteScalar(QueryCommand qry) in C:\__dev\subsonic\SubSonic\DataProviders\SQLiteMonoDataProvider.cs:319
SubSonic.DataService.ExecuteScalar(QueryCommand cmd) in C:\__dev\subsonic\SubSonic\DataProviders\DataService.cs:574
SubSonic.ActiveRecord`1.Save(String userName) in C:\__dev\subsonic\SubSonic\ActiveRecord\ActiveRecord.cs:187
SubSonic.ActiveRecord`1.Save() in C:\__dev\subsonic\SubSonic\ActiveRecord\ActiveRecord.cs:126
mojoPortal.Data.Common.DBLinks.AddLink(Guid itemGuid, Guid moduleGuid, Int32 moduleId, String title, String url, Int32 viewOrder, String description, DateTime createdDate, Int32 createdBy, String target, Guid userGuid) in I:\company\mojoportal\mojoPortal.Data.Common\DBLinks.cs:83
mojoPortal.Data.DBLinks.AddLink(Guid itemGuid, Guid moduleGuid, Int32 moduleId, String title, String url, Int32 viewOrder, String description, DateTime createdDate, Int32 createdBy, String target, Guid userGuid) in I:\company\mojoportal\mojoPortal.Data.SQLite\dbLinks.cs:69
mojoPortal.Business.Link.Create() in I:\company\mojoportal\mojoPortal.Business\Links.cs:174
mojoPortal.Business.Link.Save() in I:\company\mojoportal\mojoPortal.Business\Links.cs:242
mojoPortal.Web.LinksUI.EditLinks.UpdateBtn_Click(Object sender, EventArgs e) in I:\company\mojoportal\Web\LinksEdit.aspx.cs:158
System.Web.UI.WebControls.Button.OnClick(EventArgs e) +105
System.Web.UI.WebControls.Button.RaisePostBackEvent(String eventArgument) +107
System.Web.UI.WebControls.Button.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument) +7
System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument) +11
System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData) +33
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1746
--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:2.0.50727.1433; ASP.NET Version:2.0.50727.1433
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
I need your help.
Thanks