Cannot backup config - UGCC Version 1.83

Having problems with the panel? Have questions? Post here!
Post Reply
erwinquek
Posts: 22
Joined: Sat Oct 24, 2015 2:34 pm

Cannot backup config - UGCC Version 1.83

Post by erwinquek »

Server Error in '/' Application.

Runtime Error

Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the local server machine.

Details: To enable the details of this specific error message to be viewable on remote machines, please create a <customErrors> tag within a "web.config" configuration file located in the root directory of the current web application. This <customErrors> tag should then have its "mode" attribute set to "Off".


<!-- Web.Config Configuration File -->

<configuration>
<system.web>
<customErrors mode="Off"/>
</system.web>
</configuration>

Notes: The current error page you are seeing can be replaced by a custom error page by modifying the "defaultRedirect" attribute of the application's <customErrors> configuration tag to point to a custom error page URL.


<!-- Web.Config Configuration File -->

<configuration>
<system.web>
<customErrors mode="RemoteOnly" defaultRedirect="mycustompage.htm"/>
</system.web>
</configuration>
Masher
Site Admin
Posts: 3617
Joined: Thu Apr 20, 2006 2:54 pm
Location: America's Heartland
Contact:

Re: Cannot backup config - UGCC Version 1.83

Post by Masher »

Do as the error says and modify web.config so you get an actual crash message. Or you can look in event viewer. I can't do anything with this message.
Masher
-----------
Please do not PM me unless asked to! We are a small company. If you have an issue or question it would be best to post it in the forums where it can help others in the future.

NEW Join our Discord!
erwinquek
Posts: 22
Joined: Sat Oct 24, 2015 2:34 pm

Re: Cannot backup config - UGCC Version 1.83

Post by erwinquek »

Backup with previous version works fine.


Server Error in '/' Application.

SQLite error
no such column: userbroker
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
no such column: userbroker

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:



[SqliteException (0x80004005): SQLite error
no such column: userbroker]
Mono.Data.Sqlite.SQLite3.Prepare(SqliteConnection cnn, String strSql, SqliteStatement previous, UInt32 timeoutMS, String& strRemain) +1237
Mono.Data.Sqlite.SqliteCommand.BuildNextCommand() +445
Mono.Data.Sqlite.SqliteDataReader.NextResult() +228
Mono.Data.Sqlite.SqliteDataReader..ctor(SqliteCommand cmd, CommandBehavior behave) +128
Mono.Data.Sqlite.SqliteCommand.ExecuteReader(CommandBehavior behavior) +52
Mono.Data.Sqlite.SqliteCommand.ExecuteScalar() +25
MashToolsSharp.sqlite.get_data(Object table, Object returnfld, Object wherefld, Object wherefldmatch, Object wherefld2, Object wherefldmatch2, Object wherefld3, Object wherefldmatch3, Object sortfld, Boolean sortdesc) +1129
UGCC_Sharp.dbinterface.get_data(Object table, Object returnfld, Object wherefld, Object wherefldmatch, Object wherefld2, Object wherefldmatch2, Object wherefld3, Object wherefldmatch3, Object sortfld, Boolean sortdesc) +322
UGCC_Sharp.dbinterface.get_data(Object table, Object returnfld, Object wherefld, Object wherefldmatch) +69
UGCC_Sharp.serverbackup.backup(dbinterface& sql, String id, Boolean template) +661
UGCC_Sharp.adminsrvbackup.txtBackup_Click(Object sender, EventArgs e) +177
System.Web.UI.WebControls.Button.OnClick(EventArgs e) +90
System.Web.UI.WebControls.Button.RaisePostBackEvent(String eventArgument) +138
System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument) +32
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +3087




Version Information: Microsoft .NET Framework Version:2.0.50727.8009; ASP.NET Version:2.0.50727.8015
Masher
Site Admin
Posts: 3617
Joined: Thu Apr 20, 2006 2:54 pm
Location: America's Heartland
Contact:

Re: Cannot backup config - UGCC Version 1.83

Post by Masher »

I'll have a fix in the next update. If you can not wait let me know and I'll get you a beta update.
Masher
-----------
Please do not PM me unless asked to! We are a small company. If you have an issue or question it would be best to post it in the forums where it can help others in the future.

NEW Join our Discord!
Post Reply