Discuz!NT官方社区
liyan78 - 2007-7-7 6:40:00
申请空间时出现下列错误:
“/”应用程序中的服务器错误。
--------------------------------------------------------------------------------
无法将 NULL 值插入列 'tabid',表 'dnt.dbo.dnt_spacetabs';该列不允许空值。INSERT 失败。语句已终止。
说明: 执行当前 Web 请求期间,出现未处理的异常。请检查堆栈跟踪信息,以了解有关该错误以及代码中导致错误的出处的详细信息。
异常详细信息: System.Data.SqlClient.SqlException: 无法将 NULL 值插入列 'tabid',表 'dnt.dbo.dnt_spacetabs';该列不允许空值。INSERT 失败。语句已终止。
源错误:
[没有相关的源行]
源文件: c:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\Temporary ASP.NET Files\root\d8930c40\1627adfd\y0tg4d4x.0.cs 行: 0
堆栈跟踪:
[SqlException: 无法将 NULL 值插入列 'tabid',表 'dnt.dbo.dnt_spacetabs';该列不允许空值。INSERT 失败。
语句已终止。]
System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream) +742
System.Data.SqlClient.SqlCommand.ExecuteScalar() +178
Discuz.Common.Database.ExecuteScalar(SqlConnection connection, CommandType commandType, String commandText, SqlParameter[] commandParameters)
Discuz.Common.Database.ExecuteScalar(String connectionString, CommandType commandType, String commandText, SqlParameter[] commandParameters)
Discuz.Common.Database.ExecuteScalar(CommandType commandType, String commandText)
Discuz.ForumPage.spaceregister.ShowPage()
Discuz.Forum.BasePage..ctor()
Discuz.ForumPage.spaceregister..ctor()
ASP.spaceregister_aspx..ctor() in c:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\Temporary ASP.NET Files\root\d8930c40\1627adfd\y0tg4d4x.0.cs:0
[TargetInvocationException: 调用的目标发生了异常。]
System.RuntimeType.CreateInstanceImpl(Boolean publicOnly) +0
System.Activator.CreateInstance(Type type, Boolean nonPublic) +66
System.Web.UI.TemplateControlParser.GetCompiledInstance(String virtualPath, String inputFile, HttpContext context) +164
[HttpException (0x80004005): 未能创建类型为“ASP.spaceregister_aspx”的页。]
System.Web.UI.TemplateControlParser.GetCompiledInstance(String virtualPath, String inputFile, HttpContext context) +341
System.Web.UI.PageParser.GetCompiledPageInstanceInternal(String virtualPath, String inputFile, HttpContext context) +43
System.Web.UI.PageHandlerFactory.GetHandler(HttpContext context, String requestType, String url, String path) +44
System.Web.HttpApplication.MapHttpHandler(HttpContext context, String requestType, String path, String pathTranslated, Boolean useAppConfig) +699
System.Web.MapHandlerExecutionStep.System.Web.HttpApplication+IExecutionStep.Execute() +95
System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +173
--------------------------------------------------------------------------------
版本信息: Microsoft .NET Framework 版本:1.1.4322.2379; ASP.NET 版本:1.1.4322.2379
lxl - 2007-7-7 18:54:00
:onion5: hao
52zwl - 2007-7-7 19:59:00
:onion6: 界面有点单调啊!!!
乌鸦 - 2007-7-8 11:17:00
Server Error in '/' Application.
--------------------------------------------------------------------------------
对象名 'dnt_spacecategories' 无效。
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: 对象名 'dnt_spacecategories' 无效。
Source Error:
The source code that generated this unhandled exception can only be shown when compiled in debug mode. To enable this, please follow one of the below steps, then request the URL:
1. Add a "Debug=true" directive at the top of the file that generated the error. Example:
<%@ Page Language="C#" Debug="true" %>
or:
2) Add the following section to the configuration file of your application:
<configuration>
<system.web>
<compilation debug="true"/>
</system.web>
</configuration>
Note that this second technique will cause all files within a given application to be compiled in debug mode. The first technique will cause only that particular file to be compiled in debug mode.
Important: Running applications in debug mode does incur a memory/performance overhead. You should make sure that an application has debugging disabled before deploying into production scenario.
Stack Trace:
[SqlException (0x80131904): 对象名 'dnt_spacecategories' 无效。]
System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection) +857434
System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection) +735046
System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj) +188
System.Data.SqlClient.TdsParser.Run(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj) +1838
System.Data.SqlClient.SqlDataReader.ConsumeMetaData() +31
System.Data.SqlClient.SqlDataReader.get_MetaData() +62
System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString) +297
System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async) +886
System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, DbAsyncResult result) +132
System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) +32
System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) +122
System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) +12
System.Data.Common.DbCommand.ExecuteReader(CommandBehavior behavior) +7
Discuz.Data.DbHelper.ExecuteReader(DbConnection connection, DbTransaction transaction, CommandType commandType, String commandText, DbParameter[] commandParameters, DbConnectionOwnership connectionOwnership) +379
Discuz.Data.DbHelper.ExecuteReader(CommandType commandType, String commandText, DbParameter[] commandParameters) +239
Discuz.Data.DbHelper.ExecuteReader(CommandType commandType, String commandText) +6
Discuz.DbProvider.SqlServer.DataProvider.GetCategoryNameByIdList(String idList) +149
Discuz.ForumPage.usercpspacemanageblog.ShowPage() +571
Discuz.Web.UI.Pages.BasePage..ctor() +3948
Discuz.ForumPage.usercpspacemanageblog..ctor() +80
ASP.aspx_1_usercpspacemanageblog_aspx..ctor() +10
__ASP.FastObjectFactory_app_web_tmuyyew2.Create_ASP_aspx_1_usercpspacemanageblog_aspx() +20
System.Web.Compilation.BuildResultCompiledType.CreateInstance() +49
System.Web.Compilation.BuildManager.CreateInstanceFromVirtualPath(VirtualPath virtualPath, Type requiredBaseType, HttpContext context, Boolean allowCrossApp, Boolean noAssert) +115
System.Web.UI.PageHandlerFactory.GetHandlerHelper(HttpContext context, String requestType, VirtualPath virtualPath, String physicalPath) +31
System.Web.UI.PageHandlerFactory.System.Web.IHttpHandlerFactory2.GetHandler(HttpContext context, String requestType, VirtualPath virtualPath, String physicalPath) +40
System.Web.HttpApplication.MapHttpHandler(HttpContext context, String requestType, VirtualPath path, String pathTranslated, Boolean useAppConfig) +139
System.Web.MapHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +120
System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +155
ice007 - 2007-7-8 17:07:00
等待程序发布。。。
零距离 - 2007-7-9 20:03:00
发布文章有错误
Server Error in '/' Application.
--------------------------------------------------------------------------------
对象名 'dnt_spacecategories' 无效。
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: 对象名 'dnt_spacecategories' 无效。
Source Error:
[No relevant source lines]
Source File: c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\903b82b7\2a7b3857\App_Web_oct2qqkp.26.cs Line: 0
Stack Trace:
[SqlException (0x80131904): 对象名 'dnt_spacecategories' 无效。]
System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection) +857434
System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection) +735046
System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj) +188
System.Data.SqlClient.TdsParser.Run(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj) +1838
System.Data.SqlClient.SqlDataReader.ConsumeMetaData() +31
System.Data.SqlClient.SqlDataReader.get_MetaData() +62
System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString) +297
System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async) +886
System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, DbAsyncResult result) +132
System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) +32
System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) +122
System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) +12
System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior) +7
System.Data.Common.DbDataAdapter.FillInternal(DataSet dataset, DataTable[] datatables, Int32 startRecord, Int32 maxRecords, String srcTable, IDbCommand command, CommandBehavior behavior) +141
System.Data.Common.DbDataAdapter.Fill(DataSet dataSet, Int32 startRecord, Int32 maxRecords, String srcTable, IDbCommand command, CommandBehavior behavior) +137
System.Data.Common.DbDataAdapter.Fill(DataSet dataSet) +86
Discuz.Data.DbHelper.ExecuteDataset(DbConnection connection, CommandType commandType, String commandText, DbParameter[] commandParameters) +202
Discuz.Data.DbHelper.ExecuteDataset(CommandType commandType, String commandText, DbParameter[] commandParameters) +215
Discuz.DbProvider.SqlServer.DataProvider.GetSpaceCategoryListByUserId(Int32 userid) +110
Discuz.ForumPage.usercpspacepostblog.ShowPage() +93
Discuz.Web.UI.Pages.BasePage..ctor() +3948
Discuz.ForumPage.usercpspacepostblog..ctor() +40
ASP.aspx_1_usercpspacepostblog_aspx..ctor() in c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\903b82b7\2a7b3857\App_Web_oct2qqkp.26.cs:0
__ASP.FastObjectFactory_app_web_oct2qqkp.Create_ASP_aspx_1_usercpspacepostblog_aspx() in c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\903b82b7\2a7b3857\App_Web_oct2qqkp.34.cs:0
System.Web.Compilation.BuildResultCompiledType.CreateInstance() +49
System.Web.Compilation.BuildManager.CreateInstanceFromVirtualPath(VirtualPath virtualPath, Type requiredBaseType, HttpContext context, Boolean allowCrossApp, Boolean noAssert) +115
System.Web.UI.PageHandlerFactory.GetHandlerHelper(HttpContext context, String requestType, VirtualPath virtualPath, String physicalPath) +31
System.Web.UI.PageHandlerFactory.System.Web.IHttpHandlerFactory2.GetHandler(HttpContext context, String requestType, VirtualPath virtualPath, String physicalPath) +40
System.Web.HttpApplication.MapHttpHandler(HttpContext context, String requestType, VirtualPath path, String pathTranslated, Boolean useAppConfig) +139
System.Web.MapHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +120
System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +155
--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:2.0.50727.42; ASP.NET Version:2.0.50727.42
wysky - 2007-7-9 20:13:00
wcn311614 - 2007-7-11 19:26:00
馒头网 - 2007-7-12 23:27:00
:onion2: :onion4:
kydcbt - 2007-7-13 10:12:00
刚才试了一下,上传地方出现错误,看不到上传组件的显示
yoyo面包 - 2007-7-13 12:59:00
风格怎么换那!
olivershi - 2007-7-18 0:01:00
:victory: 已申请成功!
athoszhu - 2007-7-18 11:38:00
虽然挺简单的,但是顶
超级版主 - 2007-7-18 16:15:00
:tuzki12: :tuzki11: :tuzki25:
open2 - 2007-7-19 19:43:00
hao
hao
athoszhu - 2007-7-24 6:43:00
感觉还是太简单了点
邋遢宝宝 - 2007-7-24 14:33:00
个人的音乐 在那里?
灰瞳 - 2007-7-26 16:59:00
不错。
试试看
CrazyZeo - 2007-7-26 17:09:00
:victory: ,动网论坛,不错!
okvee - 2007-7-27 12:26:00
没有与论坛融合得很好.比如文章,这里那里都是.
比卡丘 - 2007-7-27 17:58:00
无法将 NULL 值插入列 'rewritename',表 'dnt.dbo.dnt_spaceconfigs';该列不允许空值。INSERT 失败。
jimly - 2007-7-31 14:11:00
:onion2:
支持个人空间
支持.net系统~嘿嘿
bearhunter - 2007-7-31 19:53:00
发布,发布
smse - 2007-8-1 17:34:00
我怎么开通不了啊?老是错误...
michaelau888 - 2007-8-1 23:15:00
该用户帖子内容已被屏蔽
hf_165 - 2007-8-2 15:17:00
不错,不知什么时候能够用上。
vcbj.com - 2007-8-4 16:07:00
无法将 NULL 值插入列 'rewritename',表 'dnt.dbo.dnt_spaceconfigs';该列不允许空值。INSERT 失败。
语句已终止。
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: 无法将 NULL 值插入列 'rewritename',表 'dnt.dbo.dnt_spaceconfigs';该列不允许空值。INSERT 失败。
语句已终止。
Source Error:
roker - 2007-8-5 22:13:00
我申请空间的时候出错哦
Server Error in '/' Application.
无法将 NULL 值插入列 'rewritename',表 'dnt.dbo.dnt_spaceconfigs';该列不允许空值。INSERT 失败。
语句已终止。 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: 无法将 NULL 值插入列 'rewritename',表 'dnt.dbo.dnt_spaceconfigs';该列不允许空值。INSERT 失败。
语句已终止。
Source Error:
The source code that generated this unhandled exception can only be shown when compiled in debug mode. To enable this, please follow one of the below steps, then request the URL:
1. Add a "Debug=true" directive at the top of the file that generated the error. Example:
<%@ Page Language="C#" Debug="true" %>
or:
2) Add the following section to the configuration file of your application:
<configuration> <system.web> <compilation debug="true"/> </system.web> </configuration>
Note that this second technique will cause all files within a given application to be compiled in debug mode. The first technique will cause only that particular file to be compiled in debug mode.
Important: Running applications in debug mode does incur a memory/performance overhead. You should make sure that an application has debugging disabled before deploying into production scenario. |
bjintex - 2007-8-10 2:34:00