Era

tmccormi wrote on Wednesday, September 15, 2010:

Excellent. Thanks.
-Tony

zhhealthcare wrote on Wednesday, September 15, 2010:

The issue of taking the id of the patient in allocation is taken care off.
Now in the payment screens it fills in the pid  from patient_data table.

thanks,
Paul,

arnabnaha wrote on Monday, October 04, 2010:

Hello All!!
I installed the modified payment module yesterday after installing the files from github and changing those files in my openemr directory. There is a problem in it…whenevr i click on ERA posting tab, the whole page goes white. Why is this happening and how to correct it?

zhhealthcare wrote on Monday, October 04, 2010:

The whole page goes white, indicates that there is a php error in that page.See the log file (error.log) inside the log directory of apache to see what actually happened. Then it will be easier to fix the issue.

thanks,
Paul,

arnabnaha wrote on Monday, October 04, 2010:

Hi, Thanks for the reply… I am pasting my few log files entry…please check…and tell me the solution, so that i can use the feature…

   File does not exist: C:/xampp/htdocs/openemr/library/freeb/process_bills.log, referer: http://localhost/openemr/interface/billing/billing_report.php
   File does not exist: C:/xampp/htdocs/openemr/sites, referer: http://localhost/openemr/interface/billing/sl_eob_help.php
  pid file C:/xampp/apache/logs/httpd.pid overwritten - Unclean shutdown of previous Apache run?
  Digest: generating secret for digest authentication …
  Digest: done
  Apache/2.2.11 (Win32) DAV/2 mod_ssl/2.2.11 OpenSSL/0.9.8i PHP/5.2.9 configured - resuming normal operations
  Server built: Dec 10 2008 00:10:06
  Parent: Created child process 3832
  Digest: generating secret for digest authentication …
  Digest: done
  Child 3832: Child process is running
  Child 3832: Acquired the start mutex.
  Child 3832: Starting 250 worker threads.
  Child 3832: Starting thread to listen on port 443.
  Child 3832: Starting thread to listen on port 80.

bradymiller wrote on Tuesday, October 05, 2010:

hey,

Is your main code current (when did you last update it)?

-brady

arnabnaha wrote on Tuesday, October 05, 2010:

i installed it again…now the ERA posting tab appears correctly…but i am having problem with Administration->practice->documents.whenever i click on documents the following appears on a white page:

An invalid URL was specified to crete a new document, this would only be caused if files are being deleted as you are working through the queue. ‘/hiberfil.sys’

I have posted this in help section also…

bradymiller wrote on Wednesday, October 06, 2010:

hey,
Did you do a complete fresh install from most recent github?
Does your install have an openemr/sites/default directory?
Is your OS windows?
-brady

arnabnaha wrote on Wednesday, October 06, 2010:

hi brady…
i did a complete fresh install from the most recent patch from github.
i have the openemr/sites/default directory.
my os is windows vista ultimate SP2.

thanks

bradymiller wrote on Wednesday, October 06, 2010:

hi,
“i did a complete fresh install from the most recent patch from github.”
Please explain this a bit more. Did you download the most recent “master” branch from github, and then install from entire set of code or did you only use some of it?
thanks,
brady

arnabnaha wrote on Thursday, October 07, 2010:

i downloaded the recent openemr files from the master which is updated daily. i upgraded my database by sql_upgrade.php and acl by acl_upgrade.php. everything works fine till here. Now i logon to openemr with admin and pass. when i am setting up my clinic in administration, in the practice settings->documents, i get that error on a blank page.

An invalid URL was specified to crete a new document, this would only be caused if files are being deleted as you are working through the queue. ‘/hiberfil.sys’

bradymiller wrote on Thursday, October 07, 2010:

hey,
Do you still have the old directories:
/documents
/edi
/era
/custom/letter_templates

If so, then need to be moved to:
/sites/default/documents
/sites/default/edi
/sites/default/era
/sites/default/letter_templates

There was a recent restructuring of directories to support a multi-site option.

-brady

arnabnaha wrote on Thursday, October 07, 2010:

Hi Brady…
I donot have the old directories…they are present in /sites/default/

bradymiller wrote on Saturday, October 09, 2010:

Hi,

I wonder if it’s a permission issue from the github code  on windows. Try to use the daily snapshot windows package, which is here:
http://www.openmedsoftware.org/wiki/OpenEMR_Downloads#Daily_snapshots

-brady

arnabnaha wrote on Saturday, October 09, 2010:

hi brady…
I downloaded the daily snapshot from the link provided by you…but the same problem persists…

bradymiller wrote on Saturday, October 09, 2010:

hey,
I also tried on Windows XP and confirmed this bug. Appears to be a windows specific bug. Reported it in tracker here:
https://sourceforge.net/tracker/?func=detail&aid=3084385&group_id=60081&atid=493001
-brady

arnabnaha wrote on Sunday, October 10, 2010:

Thanks Brady…

Hope to find a fix soon….:slight_smile: