Go Back   MP3Unsigned Forum > Start Here > Support Desk


Support Desk Post technical support queries here for the main site and forum

"
"
Reply
 
LinkBack Thread Tools Search this Thread Display Modes

 
  
Old 04-02-2013, 18:20 PM   #1 (permalink)
There appears to be a problem with more than my page
Dan Michaelson Dan Michaelson is offline 04-02-2013, 18:20 PM

Trying to edit something on my manage mp3 artists menu and get the now infamous "Server Error in '/' Application.". Ill spare ya the details. This seems to be a theme over the last week or so. At first I thought it was just me (it's all about me you know...) but alas, it appears it, whatever it is, has spread to others.......bummer...

Dan Michaelson
*** VIP ***
Join Date: Jan 2008
Location: USA
Posts: 977
Views: 66
Reply With Quote
Sponsored Links
  #2 (permalink)  
Old 05-02-2013, 11:34 AM

Darth Raver's Avatar

Admin Group
 
Join Date: May 2010
Posts: 192
Rep Power: 100
Darth Raver is on a distinguished road
Default

Can you tell me what platform and operating system you are using, and what browser? Does the same error occur using a different browser? If you are reluctant to try another browser, it might help to update your present browser. Users have often reported that problems ceased after doing this.

D.
__________________
Administrator


Follow Us On:
facebook.com/mp3unsigned

twitter.com/mp3unsigned
Reply With Quote
  #3 (permalink)  
Old 05-02-2013, 16:13 PM
*** VIP ***
 
Join Date: Jan 2008
Location: USA
Posts: 977
Rep Power: 38
Dan Michaelson is on a distinguished road
Question

Windows Vista using IE 8 or Firefox 17.1, windows 7 using IE8 or Firefox 17.1 two completely different computers. Hope that helps...
Reply With Quote
  #4 (permalink)  
Old 05-02-2013, 18:27 PM

Darth Raver's Avatar

Admin Group
 
Join Date: May 2010
Posts: 192
Rep Power: 100
Darth Raver is on a distinguished road
Default

Two different browsers and you're getting the same error message? That is strange. in the OP you said "I'll spare you the details" but it would help the tech guys if they could read the full error message. If you are concerned about privacy issues, please PM the message to me instead of posting it in this thread. Thank you for your feedback!
__________________
Administrator


Follow Us On:
facebook.com/mp3unsigned

twitter.com/mp3unsigned
Reply With Quote
  #5 (permalink)  
Old 05-02-2013, 22:31 PM
*** VIP ***
 
Join Date: Jan 2008
Location: USA
Posts: 977
Rep Power: 38
Dan Michaelson is on a distinguished road
Question

While i am giving you three examples I think i could have created more. But since each error appears to be the same one, i thought three would be enough. BTW, some of the data in the following errors have been recognized as emotioncons or whatever one calls them. Perhaps part of the ever popular site sensoring function that monitors everything we input and manages to mistake everyday words for curse words (and emotioncons or perhaps just a plain programming snafu..who knows??). Ah yes, to be politically correct. Anyway, enough commentary, for your amusement/enjoyment/consideration/and to unspare you, here they are:

Here’s the error I get when trying to make something not a master track

SqlDateTime overflow. Must be between 1/1/1753 1200 AM and 12/31/9999 11:59:59 PM.
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.SqlTypes.SqlTypeException: SqlDateTime overflow. Must be between 1/1/1753 1200 AM and 12/31/9999 11:59:59 PM.

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:

[SqlTypeException: SqlDateTime overflow. Must be between 1/1/1753 1200 AM and 12/31/9999 11:59:59 PM.]
System.Data.SqlTypes.SqlDateTime.FromTimeSpan(Time Span value) +4838811
System.Data.SqlTypes.SqlDateTime.FromDateTime(Date Time value) +200
System.Data.SqlClient.MetaType.FromDateTime(DateTi me dateTime, Byte cb) +46
System.Data.SqlClient.TdsParser.WriteValue(Object value, MetaType type, Byte scale, Int32 actualLength, Int32 encodingByteSize, Int32 offset, TdsParserStateObject stateObj) +4844245
System.Data.SqlClient.TdsParser.TdsExecuteRPC(_Sql RPC[] rpcArray, Int32 timeout, Boolean inSchema, SqlNotificationRequest notificationRequest, TdsParserStateObject stateObj, Boolean isCommandProc) +4297
System.Data.SqlClient.SqlCommand.RunExecuteReaderT ds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async) +954
System.Data.SqlClient.SqlCommand.RunExecuteReader( CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, DbAsyncResult result) +162
System.Data.SqlClient.SqlCommand.InternalExecuteNo nQuery(DbAsyncResult result, String methodName, Boolean sendToPipe) +175
System.Data.SqlClient.SqlCommand.ExecuteNonQuery() +137
Microsoft.Practices.EnterpriseLibrary.Data.Databas e.DoExecuteNonQuery(DbCommand command) +178
Microsoft.Practices.EnterpriseLibrary.Data.Databas e.ExecuteNonQuery(DbCommand command) +71
MP3Unsigned.Data.TracksDao.UpdateTrack(JamworldTra ck updatedTrack) in TracksDao.cs:81
ArtistCP_EditTrack.Submit_Click(Object sender, EventArgs e) +1670
System.Web.UI.WebControls.Button.OnClick(EventArgs e) +111
System.Web.UI.WebControls.Button.RaisePostBackEven t(String eventArgument) +110
System.Web.UI.WebControls.Button.System.Web.UI.IPo stBackEventHandler.RaisePostBackEvent(String eventArgument) +10
System.Web.UI.Page.RaisePostBackEvent(IPostBackEve ntHandler sourceControl, String eventArgument) +13
System.Web.UI.Page.RaisePostBackEvent(NameValueCol lection postData) +36
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1565


Here’s the error I get when trying to change the genre

Server Error in '/' Application.
________________________________________
SqlDateTime overflow. Must be between 1/1/1753 1200 AM and 12/31/9999 11:59:59 PM.
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.SqlTypes.SqlTypeException: SqlDateTime overflow. Must be between 1/1/1753 1200 AM and 12/31/9999 11:59:59 PM.

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:

[SqlTypeException: SqlDateTime overflow. Must be between 1/1/1753 1200 AM and 12/31/9999 11:59:59 PM.]
System.Data.SqlTypes.SqlDateTime.FromTimeSpan(Time Span value) +4838811
System.Data.SqlTypes.SqlDateTime.FromDateTime(Date Time value) +200
System.Data.SqlClient.MetaType.FromDateTime(DateTi me dateTime, Byte cb) +46
System.Data.SqlClient.TdsParser.WriteValue(Object value, MetaType type, Byte scale, Int32 actualLength, Int32 encodingByteSize, Int32 offset, TdsParserStateObject stateObj) +4844245
System.Data.SqlClient.TdsParser.TdsExecuteRPC(_Sql RPC[] rpcArray, Int32 timeout, Boolean inSchema, SqlNotificationRequest notificationRequest, TdsParserStateObject stateObj, Boolean isCommandProc) +4297
System.Data.SqlClient.SqlCommand.RunExecuteReaderT ds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async) +954
System.Data.SqlClient.SqlCommand.RunExecuteReader( CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, DbAsyncResult result) +162
System.Data.SqlClient.SqlCommand.InternalExecuteNo nQuery(DbAsyncResult result, String methodName, Boolean sendToPipe) +175
System.Data.SqlClient.SqlCommand.ExecuteNonQuery() +137
Microsoft.Practices.EnterpriseLibrary.Data.Databas e.DoExecuteNonQuery(DbCommand command) +178
Microsoft.Practices.EnterpriseLibrary.Data.Databas e.ExecuteNonQuery(DbCommand command) +71
MP3Unsigned.Data.TracksDao.UpdateTrack(JamworldTra ck updatedTrack) in TracksDao.cs:81
ArtistCP_EditTrack.Submit_Click(Object sender, EventArgs e) +1670
System.Web.UI.WebControls.Button.OnClick(EventArgs e) +111
System.Web.UI.WebControls.Button.RaisePostBackEven t(String eventArgument) +110
System.Web.UI.WebControls.Button.System.Web.UI.IPo stBackEventHandler.RaisePostBackEvent(String eventArgument) +10
System.Web.UI.Page.RaisePostBackEvent(IPostBackEve ntHandler sourceControl, String eventArgument) +13
System.Web.UI.Page.RaisePostBackEvent(NameValueCol lection postData) +36
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1565







Here’s the error I get when trying to modify the title of a song



Server Error in '/' Application.
________________________________________
SqlDateTime overflow. Must be between 1/1/1753 1200 AM and 12/31/9999 11:59:59 PM.
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.SqlTypes.SqlTypeException: SqlDateTime overflow. Must be between 1/1/1753 1200 AM and 12/31/9999 11:59:59 PM.

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:

[SqlTypeException: SqlDateTime overflow. Must be between 1/1/1753 1200 AM and 12/31/9999 11:59:59 PM.]
System.Data.SqlTypes.SqlDateTime.FromTimeSpan(Time Span value) +4838811
System.Data.SqlTypes.SqlDateTime.FromDateTime(Date Time value) +200
System.Data.SqlClient.MetaType.FromDateTime(DateTi me dateTime, Byte cb) +46
System.Data.SqlClient.TdsParser.WriteValue(Object value, MetaType type, Byte scale, Int32 actualLength, Int32 encodingByteSize, Int32 offset, TdsParserStateObject stateObj) +4844245
System.Data.SqlClient.TdsParser.TdsExecuteRPC(_Sql RPC[] rpcArray, Int32 timeout, Boolean inSchema, SqlNotificationRequest notificationRequest, TdsParserStateObject stateObj, Boolean isCommandProc) +4297
System.Data.SqlClient.SqlCommand.RunExecuteReaderT ds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async) +954
System.Data.SqlClient.SqlCommand.RunExecuteReader( CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, DbAsyncResult result) +162
System.Data.SqlClient.SqlCommand.InternalExecuteNo nQuery(DbAsyncResult result, String methodName, Boolean sendToPipe) +175
System.Data.SqlClient.SqlCommand.ExecuteNonQuery() +137
Microsoft.Practices.EnterpriseLibrary.Data.Databas e.DoExecuteNonQuery(DbCommand command) +178
Microsoft.Practices.EnterpriseLibrary.Data.Databas e.ExecuteNonQuery(DbCommand command) +71
MP3Unsigned.Data.TracksDao.UpdateTrack(JamworldTra ck updatedTrack) in TracksDao.cs:81
ArtistCP_EditTrack.Submit_Click(Object sender, EventArgs e) +1670
System.Web.UI.WebControls.Button.OnClick(EventArgs e) +111
System.Web.UI.WebControls.Button.RaisePostBackEven t(String eventArgument) +110
System.Web.UI.WebControls.Button.System.Web.UI.IPo stBackEventHandler.RaisePostBackEvent(String eventArgument) +10
System.Web.UI.Page.RaisePostBackEvent(IPostBackEve ntHandler sourceControl, String eventArgument) +13
System.Web.UI.Page.RaisePostBackEvent(NameValueCol lection postData) +36
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1565

Last edited by Dan Michaelson; 05-02-2013 at 22:39 PM..
Reply With Quote
  #6 (permalink)  
Old Yesterday, 17:58 PM

Darth Raver's Avatar

Admin Group
 
Join Date: May 2010
Posts: 192
Rep Power: 100
Darth Raver is on a distinguished road
Default

Dan,

Thank you very much for your detailed reply. It was very helpful for identifying the bug(s) in the last release.

The problem appears to have been fixed now.

If you find any other problems do not hesitate to let us know.

By the way, the reason those emoticons appeared in your message is nothing to do with censorship. Emoticons used to be just text, so a colon and then a ) signified a basic smiley face, and it grew from there to a list of popular typed emoticons. Someone somewhere had the idea to create little graphic icons representing each one, and on certain platforms (cell phone messaging etc) these graphics replace the text emoticon which you type as usual, so you don't need to tilt your head to the left to see it

Automatically replacing emoticon punctuation/letter character combinations with graphics causes obvious problems when those combinations occur in other situations.

For example, in your error message it presents a very normal time stamp for midnight -1 2 : 0 0 : 0 0 - but the post displays two "surprised faces" for each colon plus 0 combination (spaces added in the example above to prevent emoticons appearing there again!)

Personally I think this is pretty stupid. It would make more sense to only display colon plus 0 as a surprised face if there was a space before and after it (because that's how most people type emoticons anyway!)

But unfortunately there is nothing we at mp3unsigned can do about this coding as it is a coded into vBulletin which powers our forum, not coded by mp3unsigned ourselves.

Thanks again for your feedback, and we apologise for any inconvenience caused. We appreciate your patience with our clumsy efforts.

Very best regards,

Darth
__________________
Administrator


Follow Us On:
facebook.com/mp3unsigned

twitter.com/mp3unsigned
Reply With Quote
  #7 (permalink)  
Old Today, 05:01 AM
*** VIP ***
 
Join Date: Jan 2008
Location: USA
Posts: 977
Rep Power: 38
Dan Michaelson is on a distinguished road
Smile Thanks

It appears to have been resolved. Thanks so much for your efforts (all involved)...
Reply With Quote
Reply

Bookmarks

Tags
appears, page, problem


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may post new threads
You may post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


All times are GMT +2. The time now is 06:31 AM.