Pages: (5) [1] 2 3 ... Last » ( Go to first unread post )

 UHL website -- Fixes needed
Great WhitesGM
Posted: May 31 2007, 12:15 PM


UHL Hall of Famer


Group: Commissener
Posts: 1,092
Member No.: 2
Joined: 17-March 04



post all the stuff here that doesnt work right

1) When you sign your prospects, on the last confirmation screen when you choose "Yes" I really do want to sign my prospect it throws you to a non-existent link.

Sign C Andrew Cogliano for 2 years at $800,000 per season?


http://ultimate-hockey-league.com/draft/signdraft.aspx -- your links are all wrong still from the website move the ..../uhl/.......... is missing


Server Error in '/' Application.
--------------------------------------------------------------------------------

The resource cannot be found.
Description: HTTP 404. The resource you are looking for (or one of its dependencies) could have been removed, had its name changed, or is temporarily unavailable. Please review the following URL and make sure that it is spelled correctly.

Requested URL: /draft/signdraft.aspx


--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:2.0.50727.42; ASP.NET Version:2.0.50727.210

This post has been edited by Great WhitesGM on May 31 2007, 12:26 PM
Top
Great WhitesGM
Posted: May 31 2007, 12:17 PM


UHL Hall of Famer


Group: Commissener
Posts: 1,092
Member No.: 2
Joined: 17-March 04



Also

Myself and at least one other GM are releasing some of our Euro prospects -- there is no option to do so from the GM's perspective. Even though we are not under any obligation to sign/release said Euro prospects yet, we should have the right to remove them.
Top
StompersGM
Posted: May 31 2007, 03:48 PM


UHL Sophomore


Group: Members
Posts: 237
Member No.: 7
Joined: 17-March 04



I had the same issue when i signed my prospects (releasing went smoothly) but after refreshing original prospects page the signings had taken.

Top
Rink RatsGM
Posted: May 31 2007, 10:37 PM


Rink Rats GM, league founder, general PITA


Group: Members
Posts: 478
Member No.: 15
Joined: 19-March 04



Both should be fixed. Let me know if there are any problems --DS
Top
DragonsGM
Posted: Jun 1 2007, 07:44 PM


UHL Sophomore


Group: Members
Posts: 152
Member No.: 6
Joined: 17-March 04



All drafted players not listed on draft pick signing page (I think it's last year's picks that are missing), so I can't sign Oduya.

This post has been edited by DragonsGM on Jun 1 2007, 07:44 PM
Top
Rink RatsGM
Posted: Jun 2 2007, 02:47 AM


Rink Rats GM, league founder, general PITA


Group: Members
Posts: 478
Member No.: 15
Joined: 19-March 04



QUOTE (DragonsGM @ Jun 1 2007, 06:44 PM)
All drafted players not listed on draft pick signing page (I think it's last year's picks that are missing), so I can't sign Oduya.

You should be good to go now. Players from last year's draft are not required to be signed, but you now have the option of doing so.
Top
Rink RatsGM
Posted: Jun 2 2007, 04:50 AM


Rink Rats GM, league founder, general PITA


Group: Members
Posts: 478
Member No.: 15
Joined: 19-March 04



Scouting players, the whole keeping notes on players thing in the front office, was broken and is now fixed.
Top
CrusadersGM
Posted: Jun 4 2007, 07:54 AM


UHL Minor Leaguer


Group: Members
Posts: 37
Member No.: 46
Joined: 22-May 07



When clicking on Oleg Tverdovsky

I get an error

Line 1038: else if i = toteamid.count - 2 and toteamid(ii+1) = tempteam then
Line 1039: dsdisplay = dsdisplay & " and "
Line 1040: else if toteamid(ii+2) <> tempteam and toteamid(ii+1) = tempteam then
Line 1041: dsdisplay = dsdisplay & " and "
Line 1042: else if toteamid(ii+1) = tempteam then


Source File: D:\Inetpub\damianstamm\uhl\players\bio.aspx Line: 1040

Stack Trace:

[ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection.
Parameter name: index]
System.Collections.ArrayList.get_Item(Int32 index) +2775213
ASP.uhl_players_bio_aspx.page_load(Object obj, EventArgs e) in D:\Inetpub\damianstamm\uhl\players\bio.aspx:1040
System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e) +15
System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) +34
System.Web.UI.Control.OnLoad(EventArgs e) +99
System.Web.UI.Control.LoadRecursive() +47
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1061
Top
Rink RatsGM
Posted: Jun 5 2007, 04:38 PM


Rink Rats GM, league founder, general PITA


Group: Members
Posts: 478
Member No.: 15
Joined: 19-March 04



Tverdovsky fixed. Problem was specific to him.
Top
CrusadersGM
Posted: Jun 8 2007, 05:29 AM


UHL Minor Leaguer


Group: Members
Posts: 37
Member No.: 46
Joined: 22-May 07



When going to UHL Transactions and hitting next for next 50, it gives me this error (also I did no t double click)

Server Error in '/' Application.
Invalid postback or callback argument. Event validation is enabled using <pages enableEventValidation="true"/> in configuration or <%@ Page EnableEventValidation="true" %> in a page. For security purposes, this feature verifies that arguments to postback or callback events originate from the server control that originally rendered them. If the data is valid and expected, use the ClientScriptManager.RegisterForEventValidation method in order to register the postback or callback data for validation.
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.ArgumentException: Invalid postback or callback argument. Event validation is enabled using <pages enableEventValidation="true"/> in configuration or <%@ Page EnableEventValidation="true" %> in a page. For security purposes, this feature verifies that arguments to postback or callback events originate from the server control that originally rendered them. If the data is valid and expected, use the ClientScriptManager.RegisterForEventValidation method in order to register the postback or callback data for validation.

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:

[ArgumentException: Invalid postback or callback argument. Event validation is enabled using <pages enableEventValidation="true"/> in configuration or <%@ Page EnableEventValidation="true" %> in a page. For security purposes, this feature verifies that arguments to postback or callback events originate from the server control that originally rendered them. If the data is valid and expected, use the ClientScriptManager.RegisterForEventValidation method in order to register the postback or callback data for validation.]
System.Web.UI.ClientScriptManager.ValidateEvent(String uniqueId, String argument) +2082588
System.Web.UI.Control.ValidateEvent(String uniqueID, String eventArgument) +106
System.Web.UI.WebControls.Button.RaisePostBackEvent(String eventArgument) +32
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) +33
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +5102
Top
Rink RatsGM
Posted: Jun 9 2007, 02:29 AM


Rink Rats GM, league founder, general PITA


Group: Members
Posts: 478
Member No.: 15
Joined: 19-March 04



Fixed.
Top
JaguarsGM
Posted: Jun 9 2007, 04:14 PM


UHL Sophomore


Group: Members
Posts: 191
Member No.: 40
Joined: 18-January 06



More of a housekeeping issue.

Trades still overlap on the individual player profile.

Ex. Sean Avery
http://www.ultimate-hockey-league.com/uhl/...o.aspx?pid=3278

August 22, 2005 Stuttgart Bison acquire C Adam Mair, C Sean Avery, D Rostislav Klesla and G Martin Gerber from the Stammheim Titans in exchange for G Nikolai Khabibulin and D Ossi Vaananen

August 26, 2005 Stuttgart Bison acquire C Adam Mair, C Sean Avery, D Rostislav Klesla and G Martin Gerber from the in exchange for G Nikolai Khabibulin and D Ossi Vaananen from the Stuttgart Bison in exchange for D Fedor Tyutin, D Mark Stuart, the Stuttgart Bison' 4th round pick in 2005 ( Maxim Lapierre) and the St. Jerome Rippers' 6th round pick in 2005 (LW Tim Kennedy) from the St. Jerome Rippers in exchange for D Rostislav Klesla, LW Scottie Upshall, C Sean Avery and D Aki Berg

June 08, 2006 acquire C Adam Mair, C Sean Avery, D Rostislav Klesla and G Martin Gerber from the in exchange for G Nikolai Khabibulin and D Ossi Vaananen from the in exchange for D Fedor Tyutin, D Mark Stuart, the Stuttgart Bison' 4th round pick in 2005 ( Maxim Lapierre) and the St. Jerome Rippers' 6th round pick in 2005 (LW Tim Kennedy) from the St. Jerome Rippers in exchange for D Rostislav Klesla, LW Scottie Upshall, C Sean Avery and D Aki Berg from the Hamilton Jaguars in exchange for LW Scottie Upshall, C Sean Avery and RW Drew Stafford from the St. Jerome Rippers in exchange for the St. Jerome Rippers' 2nd round pick in 2006 (RW Francois Bouchard), C Ryan Potulny, D Sasha Pokulok and RW Blake Comeau
Top
MountiesGM
Posted: Jun 9 2007, 08:37 PM


UHL Sophomore


Group: Trade Committee
Posts: 224
Member No.: 11
Joined: 19-March 04



I've got some old trade offers that have never had anything done to them. I'd like the ability to withdraw them. Can we add a trade withdrawl button?
Top
Great WhitesGM
Posted: Jun 12 2007, 07:31 PM


UHL Hall of Famer


Group: Commissener
Posts: 1,092
Member No.: 2
Joined: 17-March 04



Sylvain Michaud and Nick Fugere

for some reason I cannot retire them from the Commish CP

they refuse to acknowledge the league's stance that they will never be UHL eligible again
Top
Great WhitesGM
Posted: Jun 12 2007, 07:56 PM


UHL Hall of Famer


Group: Commissener
Posts: 1,092
Member No.: 2
Joined: 17-March 04



Jordan Morrison also refuses to accept the fact that he is retired.
Top
« Next Oldest | General Discussion | Next Newest »


Topic OptionsPages: (5) [1] 2 3 ... Last »



Hosted for free by InvisionFree (Terms of Use: Updated 7/7/05) | Powered by Invision Power Board v1.3 Final © 2003 IPS, Inc.
Page creation time: 0.5891 seconds | Archive