This object is in archive! 

Receiving a TypeError message on page load

Archived Kevin M. 11 years ago

I am receiving the following issue in the console (Chrome, latest) when I initially hit the page


Uncaught TypeError: undefined is not a function


In Chrome tools it marks the break point after the "if (event.data.indexOf("redirect") == 0 {" line.


var URWidgetListener = function (event) {

if (event.data.indexOf("redirect") == 0) {

found = event.data.match(/redirect:url\(([^\)]*)\)/);

if (found.length == 2) {

location.href = found[1];

Replies (7)

photo
13

What version of UseResponse you are using?

Could you please provide us the screenshot.

photo
11

The relevant information. Obviously I pretty formatted the JS so could see the error


System InformationInstalled Version:2.3.9System is up-to dateBuy CorporateBranding:Not removedSingular version (ZF):1.1(1.11.11)License Key:Free - N/A Platform:PHP 5.4.24, MySQL 5.6.16

photo
12

Kevin,

Sorry, but in your case we provide support for customers with corporate licenses only.

photo
13

Yeah not a problem. Just wasn't sure if someone out there had seen the error. We are currently evaluating and have now move the feedback into our QA system for our application that we are using this for.

photo
13

Kevin,

We'll check this issue, but note that since UseResponse 3.0 we stopped the production of the free version.

photo
12

Thanks, it doesn't seem to be a critical issue and the app is loading fine, but one it's one of those OCD moments :).


Hopefully we will get approved to go ahead and purchase full version.

photo
12

You are welcome, Kevin.

We'll be glad to see you among our corporate clients.

Replies have been locked on this page!