Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Urls for the OpenFlash Chart are broken if arg_seperator isn't & #5643

Closed
anonymous-matomo-user opened this issue May 16, 2008 · 1 comment
Closed
Labels
Bug For errors / faults / flaws / inconsistencies etc. Major Indicates the severity or impact or benefit of an issue is much higher than normal but not critical.
Milestone

Comments

@anonymous-matomo-user
Copy link

To get a URL for the Flash Charts the Piwik_url is used to generate the Link using http_build_query assuming that the arg_seperator is set to “&” but in some enviroments it is set to “&” which produces broken URLs because you escape the URLs after the generation for the Flash Chart.

Possible Solutions:
http_build_query($data,"",“&”);
or
.htaccess to overwrite this settings
php_value arg_separator.output &
php_value arg_separator.input &
php_value arg_separator &

@mattab
Copy link
Member

mattab commented May 29, 2008

(In 498) – fix #5643 when default separator is not &, we not force it in the URL builder.
thanks for your help mneuhaus

This issue was closed.
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
Bug For errors / faults / flaws / inconsistencies etc. Major Indicates the severity or impact or benefit of an issue is much higher than normal but not critical.
Projects
None yet
Development

No branches or pull requests

2 participants