Developer
Supported
Sitemap Module
ExpressionEngine 3, ExpressionEngine 4, ExpressionEngine 5
Back to this add-on's main page
View Other Add-ons From PutYourLightsOn
Error when URL has & in string
Support (Resolved)
Cartegraph
|
Posted: 16 February 2015 12:08 PM |
|
|
|
With the way my SPA is working, I have to have & in the url. This however returns me an error. Is there a work around?
|
|
|
Cartegraph
|
Posted: 16 February 2015 04:02 PM |
# 1
|
|
|
Found a fix.
Insert after line 214:
$location = str_replace('&', '&', $location);
|
|
|
PutYourLightsOn
|
Posted: 18 February 2015 05:52 AM |
# 2
|
|
Developer
|
this seems like a valid fix for your unique situation but i would recommend against it as a general rule. thanks for posting your code.
|
|
|
Cartegraph
|
Posted: 18 February 2015 09:33 AM |
# 3
|
|
|
Completely agree. Makes updating a nightmare!
|
|
|