Pregunta sobre HandL UTM Grabber / Tracker de Wordpress:

URIError Uncaught: URI con formato incorrecto

Un usuario pregunt贸 馃憞

El plugin utm est谩 creando un conflicto con las formas de las formas de gravedad.

l铆nea 6 (URIError Uncaught: Malform URI) curval = decodeURIComponent (curval)

(handl-utm-grabber.js? ver = 4.9.4: 6)

URIError Uncaught: URI mal formado por decodeURIComponent () por String. (handl-utm-grabber.js? Ver = 4.9.4: 6) en Function.each (jquery.js? Ver = 1.12.4: 2) en HTMLDocument. (handl-utm-grabber.js? Ver = 4.9.4: 2) en i (jquery.js? Ver = 1.12.4: 2) en Object.fireWith [as resolveWith] (jquery.js? ver = 1.12.4: 2) en Function.ready (jquery.js? ver = 1.12.4: 2) en HTMLDocument.K (jquery.js? ver = 1.12.4: 2)

Intent茅 resolver el problema pero no encontr茅 nada.

Gracias

Rico

(@haktansuren)

Hace 2 a帽os, 10 meses

Hola @richwalker, 驴Te importar铆a compartir el enlace donde aparece este error? Gracias

(@richwalker)

Hace 2 a帽os, 10 meses

Hola haktan

Hice algunos ajustes en handl-utm-grabber.js para solucionar el problema.

jQuery(function($) {
	$.each([ 'utm_source','utm_medium','utm_term', 'utm_content', 'utm_campaign', 'gclid', 'email', 'username' ], function( i,v ) {
		var curval = Cookies.get(v);
		if (curval '!==' undefined) {
			curval = decodeURIComponent(curval);
			if (v == 'username') {
				//Maybe this should apply to all... We'll see...
				curval = curval.replace(/+/g, ' ');
			}
			$('input[name="'+v+'"]').val(curval);
			$('input#'+v).val(curval);
			$('input.'+v).val(curval);
		}
	});
});

(@haktansuren)

Hace 2 a帽os, 10 meses

隆Gracias por compartir el c贸digo con nosotros @richwalker!

驴Solucion贸 tu problema??

0 / 0

Deja una respuesta 0

Tu direcci贸n de correo electr贸nico no ser谩 publicada.