Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

PDF Reports: limit of 255 characters in "Send report to"-field #2036

Closed
anonymous-matomo-user opened this issue Jan 20, 2011 · 2 comments
Closed
Labels
Bug For errors / faults / flaws / inconsistencies etc. duplicate For issues that already existed in our issue tracker and were reported previously.
Milestone

Comments

@anonymous-matomo-user
Copy link

I tried to add a large number of adresses in the "Send report to"-field. When I have more than a totalt of 255 characters in the field the last adress is cut(example: someone@example).
This limist the number of adresses I can send a PDF report to.

@robocoder
Copy link
Contributor

dupe of #1808

fixed in r3382 for new installs only

@robocoder
Copy link
Contributor

Your table name will depend in the prefix, but you can adapt this sql:

ALTER TABLE pdf CHANGE additional_emails  additional_emails TEXT NULL;

@anonymous-matomo-user anonymous-matomo-user added this to the Piwik 1.2 milestone Jul 8, 2014
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug For errors / faults / flaws / inconsistencies etc. duplicate For issues that already existed in our issue tracker and were reported previously.
Projects
None yet
Development

No branches or pull requests

2 participants