This object is in archive! 
Receiving a TypeError message on page load
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];
What version of UseResponse you are using?
Could you please provide us the screenshot.
What version of UseResponse you are using?
Could you please provide us the screenshot.
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
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
Kevin,
Sorry, but in your case we provide support for customers with corporate licenses only.
Kevin,
Sorry, but in your case we provide support for customers with corporate licenses only.
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.
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.
Kevin,
We'll check this issue, but note that since UseResponse 3.0 we stopped the production of the free version.
Kevin,
We'll check this issue, but note that since UseResponse 3.0 we stopped the production of the free version.
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.
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.
You are welcome, Kevin.
We'll be glad to see you among our corporate clients.
You are welcome, Kevin.
We'll be glad to see you among our corporate clients.
Replies have been locked on this page!