I am trying to use fullcalendar in my SharePoint application.
The website is set to open with IE10 compatibility mode, and I am getting the error 'Intl' is undefined when the page is loaded.
The same issue had been reported from within angular.
Is there a workaround that I can use?
Related
I need help for i am develop the meteor Js app, it is working on local meteor but after deploy the app it is not showing the web page ,it shows empty page .I had checking load the entire code but not showing the page.Please how to solve this problem.
My app url is: hcaresample.meteor.com
The browser console shows this error:
Uncaught Error: There are multiple templates named 'clientRow'. Each template needs a unique name.
Apparently you have defined this template in two places.
I am working on asp.net. I have developed one website and it is working fine. But there is one client's PC where the website is not working properly.
The main problem is with some of the AJAX controls. The two controls which are not working are Accordion Pane and Model Popup.
I saw the developer option of the browser and its states the following error/warning while I am visiting that page.
**InterYield Click Bind version 1.0-SNAPSHOT.4,685 20131123-0125 clickbinder.do?ver=1.0-SNAPSHOT.4%2C685:1
Uncaught SyntaxError: Unexpected token ILLEGAL xdm.html:8
event.returnValue is deprecated. Please use the standard event.preventDefault() instead. init2.js:1
InterYield click bind handler had no ad coverage. nocoverage.do?callback=InterYieldNS.NoCoverage&product=iy&title=&matchedKeyword=&affiliate=adpeak2&…:6
Resource interpreted as Script but transferred with MIME type text/html: "http://telemetry.scorpionsaver.com/te.aspx?callback=jQuery18308800485304091…22%3A%22about+to+call+server%22%2C%22sampleRate%22%3A10%7D&_=1386416017076".
jquery.min.js:2
Uncaught SyntaxError: Unexpected token <**
The website is deployed on .net 2 framework. The client is using windows 8 operating system.
I have checked three browsers on clients pc. IE, Chrome and Firfox. but the problem exists on all 3 browsers.
I work with a couple of different websites that have users with a similar issue, where nothing loads past a certain point. The only thing similar with all the users is the InterYield Click Bind in their Console logging.
I had them run a Malware scanner (Malwarebytes Anti-Malware works best), and after it cleans the system, they are able to access the sites.
Hope this helps!
When I am trying to add SignalR in our existing web application (with MVC 4) I am getting below error message on page load.
Message: Unable to get value of the property 'signalR': object is null or undefined
URI: http://dev.casino.bwin.com/signalr/hubs
I tried to navigate to signalr/hubs jquery and it seems to be working fine as my client hub class is available in the javascript.
Any pointers on what i might be doing wrong.
You should be including "Scripts/jquery.signalR-1.0.1.min.js" after jQuery but before the "/signalr/hubs" script.
Look at Javascript + HTML Client section of http://www.asp.net/signalr/overview/signalr-20/hubs-api/hubs-api-guide-javascript-client for reference.
i'm using this module to connect from Gmail to my site, it's working greate on firefox but on chrome the button (Sign in Using Google) is not appearing..
if i go to console, i found a javascript error on the file:
(http://localhost/mysite/sites/all/modules/gconnect/git-for-drupal.js?o) on the line 6:
Uncaught TypeError: Cannot read property 'config' of undefined
Also i am getting an error in Importer.js on line 2035: uncaught syntaxerror unexpected identifier
Please help in solving this issue, http://drupal.org/node/1807348
It happens in my drupal and i installed a Jquery update module link below, and change my jquery version it works great. I think default drupal jquery version is 1.4.
https://www.drupal.org/project/jquery_update
Also if you need use jquery's Browser function you have to add extra js to your file.
jQuery.browser() removed
The jQuery.browser() method has been deprecated since jQuery 1.3 and is removed in 1.9. If you still need this function, you can get one js file from: https://github.com/gabceb/jquery-browser-plugin and link the js to your file.
I am using a dev express control: ASPxHtmlEditor version 10.1. I am trying to create a simple that only has this control. Unfortunately the control does not render with any of its styles or images loaded. This happens over 20 times. The control does not have any of its styles and all of its images do not load on the control.
I am getting 404 exceptions similar to: "Failed to load source http://localhost:11238/DXR.axd?r=5_0"
The cause of this issue is that the web.config file did not contain our http handler registration. So, such requests were not properly handled and scripts and images did not come to the client. Once you open the page in the designer, the http handler was registered and the problem disappeared :)
The solution was to restart my machine and open the page the control was on in design mode to have it create all the controls it needs to render properly.