Process_bills.php error

tsvas wrote on Monday, April 04, 2011:

http://<server>/openemr/library/freeb/process_bills.php is showing the following error:

Check that you can ping the server ‘’.

ERROR: Could not connect to server!

X12 file generating fine.  But, only the “View Log” is showing error.  I tried with couple of encounters, same issue…  It was working fine in V3.2.

Anyone can help what is the issue.

bradymiller wrote on Tuesday, April 05, 2011:

hey,
Is the only issue the log file? (ie. is everything else working). If so, then likely a permission issue; web application needs permission to edit files in the openemr/library/freeb/ directory.
-brady

tsvas wrote on Tuesday, April 05, 2011:

Brady - Yes, the issue is only with log file.  Everything working fine.  I sent claims to clearinghouse, and insurance companies acknowledged claims.  Also printed 1500 forms…

I checked permissions also (verified with other folders, files).  All the permissions are good.

Also the process is creating process_bills.log with good information.

tsvas wrote on Wednesday, April 06, 2011:

I found the issue.  It is a simple bug in the programming.  Instead of linking to http://<server>/openemr/library/freeb/process_bills.log, “View Log” was linked to http://<server>/openemr/library/freeb/process_bills.php.

Someone please fix it. Thanks!