• openaspace

    (@openaspace)


    After the latest update the confirmation message doesn’t display anymore. The error is:

    Object { code: "invalid_json", message: "The response is not a valid JSON response." }
    ​
    code: "invalid_json"
    ​
    message: "The response is not a valid JSON response."
    ​
    <prototype>: Object { … }
    ​​
    __defineGetter__: function __defineGetter__()
    ​​
    __defineSetter__: function __defineSetter__()
    ​​
    __lookupGetter__: function __lookupGetter__()
    ​​
    __lookupSetter__: function __lookupSetter__()
    ​​
    __proto__: 
    ​​
    constructor: function Object()
    ​​
    hasOwnProperty: function hasOwnProperty()
    ​​
    isPrototypeOf: function isPrototypeOf()
    ​​
    propertyIsEnumerable: function propertyIsEnumerable()
    ​​
    toLocaleString: function toLocaleString()
    ​​
    toString: function toString()
    ​​
    valueOf: function valueOf()
    ​​
    <get __proto__()>: function __proto__()
    ​​
    <set __proto__()>: function __proto__()
    index.js:1:7071

    How I can solve? (the template is a “Bridge” template and is the latest version.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter openaspace

    (@openaspace)

    The part of the code that can create the problem at the first page run is:

    // Make jQuery copy touch event properties over to the jQuery event	// object, if they are not already listed. But only do the ones we	// really need. IE7/8 do not have Array#indexOf(), but nor do they	// have touch events, so let's assume we can ignore them.	if (typeof Array.prototype.indexOf === 'function') {		(function(jQuery, undefined){			var props = ["changedTouches", "targetTouches"],			    l = props.length;						while (l--) {				if (jQuery.event.props.indexOf(props[l]) === -1) {					jQuery.event.props.push(props[l]);				}			}		})(jQuery);	};});
    Plugin Author Takayuki Miyoshi

    (@takayukister)

    Where can we see the website in question?

    Thread Starter openaspace

    (@openaspace)

    hello. Where I can write you in pvt? Thank you.

    Plugin Author Takayuki Miyoshi

    (@takayukister)

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Not showing SENT confirmation’ is closed to new replies.