Situation @sjpadgett , @adunsulag Trying to import CCDA using the tab CCDA or QRDA Cat I, the page takes a while to load and responds with the error “504: Gateway Timeout”. In the apache logs i get the following error
[proxy_fcgi:error] [pid 11374:tid 133869147772608] (70007)The timeout specified has expired: [client 129.224.201.130:26530] AH01075: Error dispatching request to : (polling), referer: http://localhost/openemr/interface/modules/zend_modules/public/encountermanager
In the Network tab in the browser, i see the reference to the failing url as
Ensure RewriteEngine is installed and enabled. Also try setting up directories for zend modules are included in your vhost.
openemr install doc shows what these directories are I believe.
After a fresh installation of OpenEMR, the Carecoordination interface shows up for importing CCDA files. I have had a couple of files imported. Then suddenly, i start getting gateway timeout errors.
Thats a little confusing.
Modrewrite has been installed and enabled else the CCDA would not show up.
Look into your environment(could have shared that at top of issue) and check or mod configs #php.ini
request_terminate_timeout = 300
max_execution_time = 300
memory_limit = 512M
post_max_size = 32M
upload_max_filesize = 128M
#In vhost or apache2.conf
ProxyTimeout 300
How large are the files and does same ccda fail while others succeed? Are you dealing with more of those mass imports from some ehr?
Certainly could use some more information my friend! Does it fail consistently on any one ccda import? If so send to my email. For sure, some work and others don’t, correct?
Proxy concerns me some. You still haven’t given us a run down of the environment running in!