Encoded or extra character(s): “&” detected, in URL
-
ERRORS
Encoded or extra character(s): “&” detected, in URL – which can cause data to be lost.I believe based on the pixel helper that one of the product categories has an & sign in the name. For whatever reason I am guessing its getting converting into & in a case where it shouldn’t be.
The categories array in pixel helper is:
content_category: ["Popular","Marketing","Email & Optins"]
This generates this error notice for both the ViewContent & AdvancedEvents events.
Further debugging reveals that it is still an & when put through wp_localize_vars, so the real solution is likely gonna have to be in the front side JS having to properly encode each param.
The page I need help with: [log in to see the link]
- The topic ‘Encoded or extra character(s): “&” detected, in URL’ is closed to new replies.