Hi Joe,
I added a ContactForm content to a page. When I try to send it, an error occurs. Can you help me?
-------------------------------------------
Server Error in '/' Application.
ERROR: 53100: could not extend relation 1663/28820/29089: No space left on device
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: Npgsql.NpgsqlException: ERROR: 53100: could not extend relation 1663/28820/29089: No space left on device
Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
Stack Trace:
[NpgsqlException (0x80004005): ERROR: 53100: could not extend relation 1663/28820/29089: No space left on device]
Npgsql.NpgsqlConnector.CheckErrors() +56
Npgsql.NpgsqlCommand.ExecuteCommand() +152
Npgsql.NpgsqlCommand.ExecuteNonQuery() +58
mojoPortal.Data.NpgsqlHelper.ExecuteNonQuery(NpgsqlConnection connection, CommandType commandType, String commandText, NpgsqlParameter[] commandParameters) +77
mojoPortal.Data.NpgsqlHelper.ExecuteNonQuery(String connectionString, CommandType commandType, String commandText, NpgsqlParameter[] commandParameters) +93
mojoPortal.Data.DBContactFormMessage.Create(Guid rowGuid, Guid siteGuid, Guid moduleGuid, String email, String url, String subject, String message, DateTime createdUtc, String createdFromIpAddress, Guid userGuid) +1223
mojoPortal.Business.ContactFormMessage.Create() +230
mojoPortal.Business.ContactFormMessage.Save() +90
mojoPortal.Web.ContactUI.ContactForm.btnSend_Click(Object sender, EventArgs e) +1233
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) +174
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +5102
Version Information: Microsoft .NET Framework Version:2.0.50727.832; ASP.NET Version:2.0.50727.832