Error sending a Contact Form

This forum is only for questions or discussions about working with the mojoPortal source code in Visual Studio, obtaining the source code from the repository, developing custom features, etc. If your question is not along these lines this is not the right forum. Please try to post your question in the appropriate forum.

Please do not post questions about design, CSS, or skinning here. Use the Help With Skins Forum for those questions.

This forum is for discussing mojoPortal development

This forum is only for questions or discussions about working with the mojoPortal source code in Visual Studio, obtaining the source code from the repository, developing custom features, etc. If your question is not along these lines this is not the right forum. Please try to post your question in the appropriate forum.

You can monitor commits to the repository from this page. We also recommend developers to subscribe to email notifications in the developer forum as occasionally important things are announced.

Before posting questions here you might want to review the developer documentation.

Do not post questions about design, CSS, or skinning here. Use the Help With Skins Forum for those questions.
This thread is closed to new posts. You must sign in to post in the forums.
3/4/2009 10:14:31 AM
Gravatar
Total Posts 30

Error sending a Contact Form

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

3/4/2009 10:22:00 AM
Gravatar
Total Posts 70

Re: Error sending a Contact Form

Exception Details: Npgsql.NpgsqlException: ERROR: 53100: could not extend relation 1663/28820/29089: No space left on device

Sounds like a full disk drive is preventing further writes to the database.

Steve

3/4/2009 10:54:07 AM
Gravatar
Total Posts 30

Re: Error sending a Contact Form

thanks

You must sign in to post in the forums. This thread is closed to new posts.