Gigabytes website - jquery errors all around..anyone else?

MrGuvernment

Fully [H]
Joined
Aug 3, 2004
Messages
21,823
So i am trying to get drivers for a board but i get nothing but jquery errors on their site from their main page i cant even select the languge and hitting GO does nothing

so using this link

http://www.gigabyte.com/products/product-page.aspx?pid=3768#dl

i hit downloads and nothing happens, this is in FF 9 , Chrome and IE9 none of them work for the site

Anyone else having this issue?

IE 9 error report
Code:
Webpage error details

User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; .NET4.0E; InfoPath.3)
Timestamp: Thu, 29 Dec 2011 17:51:12 UTC


Message: Syntax error
Line: 1
Char: 1
Code: 0
URI: http://ajax.googleapis.com/ajax/libs/jquery/1.5.1/jquery.min.js


Message: 'jQuery' is undefined
Line: 1
Char: 1
Code: 0
URI: http://www.gigabyte.com/js/hoverIntent.js


Message: 'jQuery' is undefined
Line: 13
Char: 2
Code: 0
URI: http://www.gigabyte.com/js/superfish.js


Message: 'jQuery' is undefined
Line: 17
Char: 2
Code: 0
URI: http://www.gigabyte.com/js/supersubs.js


Message: 'jQuery' is undefined
Line: 11
Char: 5
Code: 0
URI: http://www.gigabyte.com/js/jquery.autocomplete.min.js


Message: 'jQuery' is undefined
Line: 28
Char: 1
Code: 0
URI: http://www.gigabyte.com/js/jquery.lightbox.js


Message: 'jQuery' is undefined
Line: 28
Char: 1
Code: 0
URI: http://www.gigabyte.com/js/jquery.history.js


Message: 'jQuery' is undefined
Line: 8
Char: 2
Code: 0
URI: http://www.gigabyte.com/js/jquery.simplemodal.js


Message: Object expected
Line: 3
Char: 1
Code: 0
URI: http://www.gigabyte.com/js/microsoftgenuine.js


Message: 'jQuery' is undefined
Line: 8
Char: 1
Code: 0
URI: http://www.gigabyte.com/js/cloud-zoom.1.0.2.min.js


Message: 'jQuery' is undefined
Line: 8
Char: 1
Code: 0
URI: http://www.gigabyte.com/js/jquery.simplemodal.1.4.1.min.js


Message: 'jQuery' is undefined
Line: 56
Char: 1
Code: 0
URI: http://www.gigabyte.com/js/jquery.cookie.js


Message: Object expected
Line: 491
Char: 17
Code: 0
URI: http://www.gigabyte.com/products/product-page.aspx?pid=3768


Message: Object expected
Line: 505
Char: 5
Code: 0
URI: http://www.gigabyte.com/products/product-page.aspx?pid=3768


Message: Object expected
Line: 1030
Char: 9
Code: 0
URI: http://www.gigabyte.com/products/product-page.aspx?pid=3768
 
Ya, think they got issues, going to

http://www.gigabyte.com/support-downloads/download-center.aspx?ck=2

and putting in the model , GA-H67MA-UD2H-B3 and searching i get:

Code:
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) +10949616
   System.Web.UI.WebControls.DropDownList.LoadPostData(String postDataKey, NameValueCollection postCollection) +72
   System.Web.UI.Page.ProcessPostData(NameValueCollection postData, Boolean fBeforeLoad) +507
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +2071

Version Information: Microsoft .NET Framework Version:2.0.50727.4961; ASP.NET Version:2.0.50727.4955
 
Works for me, by clicking the link or doing the search by model (FF 8.0), clicked on downloads, selected Windows 7 64bit and saw a list of drivers.
 
Back
Top