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
16

What version of UseResponse you are using?

Could you please provide us the screenshot.

This comment is in trash! Restore
photo
14

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

This comment is in trash! Restore
photo
15

Kevin,

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

This comment is in trash! Restore
photo
15

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.

This comment is in trash! Restore
photo
15

Kevin,

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

This comment is in trash! Restore
photo
14

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.

This comment is in trash! Restore
photo
15

You are welcome, Kevin.

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

This comment is in trash! Restore

Replies have been locked on this page!