Out of Range Exception

Having problems with the panel? Have questions? Post here!
Post Reply
BillyClutch
Posts: 1
Joined: Fri Dec 29, 2017 8:48 pm

Out of Range Exception

Post by BillyClutch »

Manual install on Ubuntu 16.04
I sign in, then I get this on Default.aspx
System.IndexOutOfRangeException
Index was outside the bounds of the array.
Description: HTTP 500.Error processing request.

Details: Non-web exception. Exception origin (name of application or object): UGCC.

Exception stack trace:
at UGCC_Sharp.tools.#=qHXD_wE3xaezWdT2BWi9YSg== (System.String #=qQ2Lgk5t76kTWy5m1DxsAEw==, System.String #=q$gYZZhDGUULywJJrXSNREw==, System.String #=qlbn7VhROwPXSVAZsRIBaHw==, UGCC_Sharp.dbinterface& #=qvnhTlHiTUmXJ2fJY0gZcZA==, System.String& #=qcHSZKJTu5WCLi7xB2uvHTg==, System.String #=q9q80$rgI4Op8gyBy9ZoKww==, System.String& #=qS4eFrQbgUXfFtLY_Z5Dp$w==) [0x00067] in <67d61e93dd114c51dd70f0a45b2f8b22>:0
at UGCC_Sharp.tools.login (System.String username, System.String password, System.String userhostaddy, UGCC_Sharp.dbinterface& sql, System.String& err, System.String source, System.String& lastnewsid) [0x00000] in <67d61e93dd114c51dd70f0a45b2f8b22>:0
at UGCC_Sharp.defaultnew.Button1_Click (System.Object sender, System.EventArgs e) [0x00056] in <67d61e93dd114c51dd70f0a45b2f8b22>:0
at System.Web.UI.WebControls.Button.OnClick (System.EventArgs e) [0x00021] in <285fcaed03ee42169c0cbd7bda90aaab>:0
at System.Web.UI.WebControls.Button.RaisePostBackEvent (System.String eventArgument) [0x0002b] in <285fcaed03ee42169c0cbd7bda90aaab>:0
at System.Web.UI.WebControls.Button.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent (System.String eventArgument) [0x00000] in <285fcaed03ee42169c0cbd7bda90aaab>:0
at System.Web.UI.Page.RaisePostBackEvent (System.Web.UI.IPostBackEventHandler sourceControl, System.String eventArgument) [0x00000] in <285fcaed03ee42169c0cbd7bda90aaab>:0
at System.Web.UI.Page.RaisePostBackEvents () [0x0001e] in <285fcaed03ee42169c0cbd7bda90aaab>:0
at System.Web.UI.Page.ProcessRaiseEvents () [0x00055] in <285fcaed03ee42169c0cbd7bda90aaab>:0
at System.Web.UI.Page.InternalProcessRequest () [0x001a7] in <285fcaed03ee42169c0cbd7bda90aaab>:0
at System.Web.UI.Page.ProcessRequest (System.Web.HttpContext context) [0x0005f] in <285fcaed03ee42169c0cbd7bda90aaab>:0
Masher
Site Admin
Posts: 3612
Joined: Thu Apr 20, 2006 2:54 pm
Location: America's Heartland
Contact:

Re: Out of Range Exception

Post by Masher »

That's odd, I wouldn't expect an error in that part of the code. I wonder if there's an issue with the database. Do all the checks on the Check.aspx page pass? If using a sqlite db, is the ugcc.db3 file larger than 0 bytes?
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