Welcome to mojoPortal Setup
Probing system...
File system permissions ok.
MSSQL database connection ok.
database permissions are sufficient to alter schema.
database initial schema needs to be created.
Running script mojoportal-core - 2.2.7.8 - 00:00:00.0996094
System.Data.SqlClient.SqlException: 列名 'PathId' 无效。列名 'PathId' 无效。 在 System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection) 在 System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj) 在 System.Data.SqlClient.TdsParser.Run(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj) 在 System.Data.SqlClient.SqlCommand.RunExecuteNonQueryTds(String methodName, Boolean async) 在 System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(DbAsyncResult result, String methodName, Boolean sendToPipe) 在 System.Data.SqlClient.SqlCommand.ExecuteNonQuery() 在 mojoPortal.Data.SqlHelper.ExecuteNonQuery(SqlTransaction transaction, CommandType commandType, String commandText, SqlParameter[] commandParameters) 在 mojoPortal.Data.DBPortal.DatabaseHelperRunScript(String script, String overrideConnectionInfo) 在 mojoPortal.Business.DatabaseHelper.RunScript(Guid applicationId, FileInfo scriptFile, String overrideConnectionInfo) - 00:00:00.9755859
Note: This page shows some information that is helpful during setup and upgrades but for security it would be best not to show any information when the system is up to date. You can disable setup and suppress all information on this page by setting DisableSetup=true in Web.config. When you need to upgrade, you can set this back to false. If you are logged in as Administrator setup will run and you will be able to see this page even if it is disabled in Web.config so you can easily leave it disabled and just login before upgrading. But if you are not logged in you will need to enable setup in Web.config.
yes ,I had the same problem,
see that currentlog.config @\Data\ folder.
2010-03-23 00:24:54,000 ERROR mojoPortal.Web.BannedIPBlockingHttpModule - handled exception:
System.InvalidOperationException: 存储过程“mp_BannedIPAddresses_Exists”不存在。
在 System.Data.SqlClient.SqlCommand.DeriveParameters()
在 System.Data.SqlClient.SqlCommandBuilder.DeriveParameters(SqlCommand command)
在 mojoPortal.Data.SqlParameterHelper.DiscoverParameters(String connectionString, String procName)
在 mojoPortal.Data.SqlParameterHelper.GetParameters(String connectionString, String procName)
在 mojoPortal.Data.SqlParameterHelper.InitializeArray()
在 mojoPortal.Data.SqlParameterHelper.Initialize(String pConnectionInfo, String pCommandText, CommandType pCmdType, Int32 pParamCnt)
在 mojoPortal.Data.SqlParameterHelper..ctor(String connectionString, String commandText, Int32 paramCnt)
在 mojoPortal.Data.DBBannedIP.IsBanned(String ipAddress)
在 mojoPortal.Business.BannedIPAddress.IsBanned(String ipAddress)
在 mojoPortal.Web.BannedIPBlockingHttpModule.BeginRequest(Object sender, EventArgs e)
2010-03-23 00:24:54,592 ERROR mojoPortal.Business.WebHelpers.CacheHelper - Error trying to obtain siteSettings
System.InvalidOperationException: 存储过程“mp_Sites_SelectOneByHost”不存在。
在 System.Data.SqlClient.SqlCommand.DeriveParameters()
在 System.Data.SqlClient.SqlCommandBuilder.DeriveParameters(SqlCommand command)
在 mojoPortal.Data.SqlParameterHelper.DiscoverParameters(String connectionString, String procName)
在 mojoPortal.Data.SqlParameterHelper.GetParameters(String connectionString, String procName)
在 mojoPortal.Data.SqlParameterHelper.InitializeArray()
在 mojoPortal.Data.SqlParameterHelper.Initialize(String pConnectionInfo, String pCommandText, CommandType pCmdType, Int32 pParamCnt)
在 mojoPortal.Data.SqlParameterHelper..ctor(String connectionString, String commandText, Int32 paramCnt)
在 mojoPortal.Data.DBSiteSettings.GetSite(String hostName)
在 mojoPortal.Business.SiteSettings.GetSiteSettings(String hostName)
在 mojoPortal.Business.SiteSettings..ctor(String hostName)
在 mojoPortal.Business.WebHelpers.CacheHelper.LoadSiteSettings()
2010-03-23 00:24:54,595 ERROR mojoPortal.Web.UrlRewriter - System.NullReferenceException: 未将对象引用设置到对象的实例。
在 mojoPortal.Web.UrlRewriter.GetRedirectUrl(String targetUrl)
在 mojoPortal.Web.UrlRewriter.RewriteUrl(HttpApplication app)
2010-03-23 00:24:54,619 ERROR mojoPortal.Business.WebHelpers.CacheHelper - Error trying to obtain siteSettings
System.InvalidOperationException: 存储过程“mp_Sites_SelectOneByHost”不存在。
在 System.Data.SqlClient.SqlCommand.DeriveParameters()
在 System.Data.SqlClient.SqlCommandBuilder.DeriveParameters(SqlCommand command)
在 mojoPortal.Data.SqlParameterHelper.DiscoverParameters(String connectionString, String procName)
在 mojoPortal.Data.SqlParameterHelper.GetParameters(String connectionString, String procName)
在 mojoPortal.Data.SqlParameterHelper.InitializeArray()
在 mojoPortal.Data.SqlParameterHelper.Initialize(String pConnectionInfo, String pCommandText, CommandType pCmdType, Int32 pParamCnt)
在 mojoPortal.Data.SqlParameterHelper..ctor(String connectionString, String commandText, Int32 paramCnt)
在 mojoPortal.Data.DBSiteSettings.GetSite(String hostName)
在 mojoPortal.Business.SiteSettings.GetSiteSettings(String hostName)
在 mojoPortal.Business.SiteSettings..ctor(String hostName)
在 mojoPortal.Business.WebHelpers.CacheHelper.LoadSiteSettings()
2010-03-23 00:24:56,019 ERROR mojoPortal.Data.DBPortal - dbPortal.RunScript failed
System.Data.SqlClient.SqlException: 列名 'PathId' 无效。
列名 'PathId' 无效。
在 System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection)
在 System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj)
在 System.Data.SqlClient.TdsParser.Run(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj)
在 System.Data.SqlClient.SqlCommand.RunExecuteNonQueryTds(String methodName, Boolean async)
在 System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(DbAsyncResult result, String methodName, Boolean sendToPipe)
在 System.Data.SqlClient.SqlCommand.ExecuteNonQuery()
在 mojoPortal.Data.SqlHelper.ExecuteNonQuery(SqlTransaction transaction, CommandType commandType, String commandText, SqlParameter[] commandParameters)
在 mojoPortal.Data.DBPortal.DatabaseHelperRunScript(String script, String overrideConnectionInfo)
2010-03-23 00:24:56,021 INFO mojoPortal.Data.DBPortal - last script statement was
CREATE PROCEDURE [dbo].[mp_SitePersonalizationAdministration_FindState]
@SiteID int,
@Path nvarchar(255) = NULL,
@AllUsersScope bit,
@UserID uniqueidentifier = NULL,
@InactiveSinceDate datetime = NULL,
@PageIndex int,
@PageSize int
......