tylamb19 wrote on Wednesday, March 18, 2015:
When opening a patient’s info, I get all info except for anything under the Appointments menu. Below appointments, all that shows up is the loading spinner (ajax-spinner.gif) and it goes forever. Looking in the console, I see a 500 Internal Server Error on stats.php. A quick look into the server logs reveals a few disturbing things. Could any of these have caused the 500 error on stats.php?
[Tue Mar 17 21:13:06 2015] [error] [client <client’s IP>] PHP Warning: Missing argument 3 for optionalAge(), called in /Library/Server/Web/Data/Sites/openemr/library/options.inc.php on line 1665 and defined in /Library/Server/Web/Data/Sites/openemr/library/options.inc.php on line 57, referer: https://emr./interface/main/finder/dynamic_finder.php
[Tue Mar 17 21:13:06 2015] [error] [client <client’s IP>] PHP Warning: Missing argument 3 for optionalAge(), called in /Library/Server/Web/Data/Sites/openemr/library/options.inc.php on line 1665 and defined in /Library/Server/Web/Data/Sites/openemr/library/options.inc.php on line 57, referer: https://emr./interface/main/finder/dynamic_finder.php
[Tue Mar 17 21:13:06 2015] [error] [client <client’s IP>] PHP Notice: Undefined variable: numcols in /Library/Server/Web/Data/Sites/openemr/interface/patient_file/summary/demographics.php on line 1016, referer: https://emr./interface/main/finder/dynamic_finder.php
[Tue Mar 17 21:13:06 2015] [error] [client <client’s IP>] PHP Notice: Trying to get property of non-object in /Library/Server/Web/Data/Sites/openemr/library/classes/ORDataObject.class.php on line 125, referer: https://emr./interface/main/finder/dynamic_finder.php
[Tue Mar 17 21:13:06 2015] [error] [client <client’s IP>] PHP Notice: Undefined offset: 0 in /Library/Server/Web/Data/Sites/openemr/library/classes/Document.class.php on line 127, referer: https://emr./interface/main/finder/dynamic_finder.php
[Tue Mar 17 21:13:06 2015] [error] [client <client’s IP>] PHP Notice: Undefined property: CategoryTree::$root_type in /Library/Server/Web/Data/Sites/openemr/library/classes/Tree.class.php on line 54, referer: https://emr./interface/patient_file/summary/demographics.php?set_pid=2
[Tue Mar 17 21:13:06 2015] [error] [client <client’s IP>] PHP Notice: Undefined index: encrypted in /Library/Server/Web/Data/Sites/openemr/controllers/C_Document.class.php on line 389, referer: https://emr./interface/patient_file/summary/demographics.php?set_pid=2
[Tue Mar 17 21:13:06 2015] [error] [client <client’s IP>] PHP Notice: Undefined index: passphrase in /Library/Server/Web/Data/Sites/openemr/controllers/C_Document.class.php on line 390, referer: https://emr./interface/patient_file/summary/demographics.php?set_pid=2
[Tue Mar 17 21:13:06 2015] [error] [client <client’s IP>] PHP Notice: Trying to get property of non-object in /Library/Server/Web/Data/Sites/openemr/library/classes/ORDataObject.class.php on line 125, referer: https://emr./interface/patient_file/summary/demographics.php?set_pid=2
[Tue Mar 17 21:13:06 2015] [error] [client <client’s IP>] PHP Notice: Undefined offset: 0 in /Library/Server/Web/Data/Sites/openemr/library/classes/Document.class.php on line 127, referer: https://emr./interface/patient_file/summary/demographics.php?set_pid=2
[Tue Mar 17 21:13:06 2015] [error] [client <client’s IP>] PHP Notice: Undefined property: Document::$storagemethod in /Library/Server/Web/Data/Sites/openemr/library/classes/Document.class.php on line 406, referer: https://emr./interface/patient_file/summary/demographics.php?set_pid=2
[Tue Mar 17 21:13:06 2015] [error] [client <client’s IP>] PHP Notice: Undefined property: Document::$couch_docid in /Library/Server/Web/Data/Sites/openemr/library/classes/Document.class.php on line 414, referer: https://emr./interface/patient_file/summary/demographics.php?set_pid=2
[Tue Mar 17 21:13:06 2015] [error] [client <client’s IP>] PHP Notice: Undefined property: Document::$couch_revid in /Library/Server/Web/Data/Sites/openemr/library/classes/Document.class.php on line 422, referer: https://emr./interface/patient_file/summary/demographics.php?set_pid=2"
I am using OS X Server 10.9.5 and the OpenEMR install worked just fine this morning and in the past, but now doesn’t. What could be the problem and how can I fix it?
Thanks for any help you can give!