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

System Info should check for ZLib, GD, and allow_url_fopen #506

Closed
mathetos opened this issue Mar 8, 2016 · 1 comment
Closed

System Info should check for ZLib, GD, and allow_url_fopen #506

mathetos opened this issue Mar 8, 2016 · 1 comment
Assignees
Milestone

Comments

@mathetos
Copy link
Member

mathetos commented Mar 8, 2016

Our "Export Donation History as a PDF" uses FPDF which requires the PHP extensions ZLib and GD.

To properly support users our System Info should display whether those extensions are supported or not.

@mathetos
Copy link
Member Author

mathetos commented Mar 8, 2016

I just read that because our PDF Export embeds an image in the PDF the server also needs to support allow_url_fopen as well. So that should be added to SysInfo as well. Here's a checklist:

  • ZLib
  • GD
  • allow_url_fopen

@DevinWalker DevinWalker added this to the 1.3.7 milestone Mar 8, 2016
@DevinWalker DevinWalker self-assigned this Mar 8, 2016
@mathetos mathetos changed the title System Info should check for ZLib and GD System Info should check for ZLib, GD, and allow_url_fopen Mar 9, 2016
DevinWalker pushed a commit that referenced this issue Mar 22, 2016
Added additional checks to the "System Info" settings tab #506
@DevinWalker DevinWalker modified the milestones: 1.3.7, 1.4 Mar 25, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants