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

bug: GUI doesn't display failed CCDA file import #7334

Open
see-k-er opened this issue Apr 10, 2024 · 0 comments
Open

bug: GUI doesn't display failed CCDA file import #7334

see-k-er opened this issue Apr 10, 2024 · 0 comments

Comments

@see-k-er
Copy link

Describe the bug

It has been observed that with the default PHP settings (memory_limit=512M), attempting to upload a CCDA file of approximately 14MB or larger results in the user interface indicating that the upload is in progress, but ultimately, the upload fails without displaying any error messages to the user. The only indication of a problem is the presence of memory exhaustion issues within the error.log file.

This bug report is to implement an error message within the Web UI to alert users when an upload fails.

Screenshot from 2024-04-05 13-49-17
Screenshot from 2024-04-05 13-49-26

To Reproduce

Steps to reproduce the behavior:

  1. Login to OpenEMR
  2. Go to Care Coordination under Modules
  3. Go to 'Import' and 'CCDA or QRDA Cat' tab
  4. Import a CCDA file larger >14MB.

Expected behavior

It is expected to see the file being uploaded and displayed as an entry in the GUI. Even if the import fails, there should be a message stating there is an error in uploading due to memory allocation issues.

Client configuration

  • Browser: Chrome
  • OpenEMR version: 7.0.2
  • Operating system: Ubuntu
@see-k-er see-k-er changed the title GUI doesn't display failed CCDA file import bug: GUI doesn't display failed CCDA file import Apr 10, 2024
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

1 participant