Ryan Cramer
Ryan Cramer
I'm going to re-open because it looks like the issue started between core versions. I don't know if it's a core or Matrix issue, but starting as a result of...
@elabx Do you find it fixes it to do this? ~~~~~ if(url.indexOf('%3F') > -1) url = url.replace('%3F', '?'); ~~~~~ @adrianbj I'm not sure that making PW use its abnormal request...
@adrianbj I'm not really sure, I don't understand the reason for it or why having an encoded question mark is a problem. I think I'd need an example of how...
@Toutouwai Wouldn't this only affect the markup from that one instance of InputfieldWrapper? Forms usually have multiple InputfieldWrappers in them, which is why this is stored statically and set with...
@hgassen I'm not sure I fully understand the issue yet, or how to reproduce it. Does PHP give you a backtrace? That might be helpful to look at, so that...
Thanks @nicoknoll I've pushed a fix for this. Good to see you btw!
@trk I'm not the original author of the webpOnly option (Horst is), but I think it's something meant to be used internally for specific cases and isn't part of the...
@chris-shorter @matjazpotocnik While I can't seem to duplicate the issue here, I can see from the query log that the `‘` character is getting mangled, so the error makes sense....
@didierbrouwers It occurs because PHP's strip_tags() function (called by $sanitizer) strips it out, as it apparently looks close enough to the opening of a HTML tag. I'm not really sure...
@Toutouwai If I understand correctly, the pages you are matching all have the same "modified" value, and you are sorting by that value, without a secondary sort. There is no...