When I clicked on a specific time in the calendar to create an appointment and I entered the letter “A” or letter “E” only instead a full name I get nothing but I blank screen (Firefox) or HTTP 500 error (Chrome) but when I enter a letter like “S” or “D” I get a list of patients. Any ideas? thanks in advance
PD. This start occurring now, in a new server install.
Apache ver. 2.2.22
PHP ver. 5.3.15
MySQL ver 5.1.63-cll
OS Centos 6.3
# nano error_log
I just replicated the blank window when entering just letter “a” and these are the last lines of the error_log file:
PHP Deprecated: Assigning the return value of new by reference is deprecated in /home/clinic23/public_html/openemr/library/adodb/adodb.inc.php on line 1940
PHP Deprecated: Assigning the return value of new by reference is deprecated in /home/clinic23/public_html/openemr/library/adodb/adodb.inc.php on line 2960
PHP Deprecated: Assigning the return value of new by reference is deprecated in /home/clinic23/public_html/openemr/library/adodb/adodb.inc.php on line 3486
PHP Deprecated: Assigning the return value of new by reference is deprecated in /home/clinic23/public_html/openemr/library/adodb/adodb.inc.php on line 3526
PHP Deprecated: Assigning the return value of new by reference is deprecated in /home/clinic23/public_html/openemr/library/adodb/adodb.inc.php on line 3545
PHP Deprecated: Assigning the return value of new by reference is deprecated in /home/clinic23/public_html/openemr/library/adodb/adodb.inc.php on line 861
PHP Deprecated: Assigning the return value of new by reference is deprecated in /home/clinic23/public_html/openemr/library/adodb/adodb.inc.php on line 867
PHP Deprecated: Assigning the return value of new by reference is deprecated in /home/clinic23/public_html/openemr/library/adodb/adodb.inc.php on line 1175
PHP Deprecated: Assigning the return value of new by reference is deprecated in /home/clinic23/public_html/openemr/library/adodb/adodb.inc.php on line 1940
PHP Deprecated: Assigning the return value of new by reference is deprecated in /home/clinic23/public_html/openemr/library/adodb/adodb.inc.php on line 2960
PHP Deprecated: Assigning the return value of new by reference is deprecated in /home/clinic23/public_html/openemr/library/adodb/adodb.inc.php on line 3486
PHP Deprecated: Assigning the return value of new by reference is deprecated in /home/clinic23/public_html/openemr/library/adodb/adodb.inc.php on line 3526
PHP Deprecated: Assigning the return value of new by reference is deprecated in /home/clinic23/public_html/openemr/library/adodb/adodb.inc.php on line 3545
Brady in the new release version I found some labels that were not included in translation tables. How can I show them to you so you can find them in an easy way? Or is it not feasible to change these on short notice?
Examples:
Your clinic name here
graphic pain map
Administrative
Clinical
Specifically, ‘Your clinic name here’ will require some code changes since don’t want to translate all facility names (only if use the default ‘Your clinic name here’). And where are you seeing the untranslated Administrative, Clinical and graphic pain map constants?
Paste a lot more of the error log here (again, right after you see the error), since you have lots of benign deprecated warnings (not really errors) in your error log. Generally a white screen of death (as you seem to be getting) will produce a PHP Error in the log.
The name is for the forms in the top tab used by the screen.
GOTO Administration=> Forms => most left column of optional to be included Forms If included the words do not change for translations AND Dummy. But today the dummy language was not in the Demo version so I could not check.
Your comment some remarks earlier brought me into the GITHUB. I always tought it was overwhelming. No I see there is hope for this recluse websiter.
Is it possible to make changes to Forms in GITHUB? I created a user account. and before I continue I need to know if this is an option for me so I can make smallchanes on my observations during my adventures in translations in the different forms and make them more Internationalised and change one form just to make it more esthetical, since nobody seems to see this as a priority……
Hi Pimm,
Thanks for the clarification; placed this on the Active Project entry so remember this when adding new constants in the future. Just so you know, you can turn on the dummy language at Administration->Globals->Locale->‘Allow Debugging Language’. The reason the demo no longer has this turned on by default is because it’s something I do when preparing for the official release.
-brady OpenEMR
your answer is placed, with some changes in the Wiki for translations just under the heading for Demo translations etc. Could be better if we make a different language entity for dummy with some kind of more extensive explanation? (Comparable with the other languages and translation explanation)
Hi Pimm,
Regarding the dummy language, I’d suggest making a new section in the Translator Tools part of the wiki page and explaining what it is there.
-brady
Hi Pimm (sorry for all these individual messages),
Regarding github, I suggest getting some help from Arnab whom seems to be doing exactly what you want to do. To see what I mean, check out his github repository: http://github.com/arnabnaha/openemr/commits/master (this is the most up to date development branch openemr official code) http://github.com/arnabnaha/openemr/commits/my_emr (and this is his custom code on top of the most up to date development branch - note his commits at the top)
So, the nice thing about github for Arnab is twofold:
1. He can customize the code for himself but stay up to date with the codebase
2. If he does something that is worth committing to the official codebase (which he has done with forms), he simply directs us to his github commits and we can easily commit them into the official codebase if appropriate.
Brady, nothing to feel sorry for! I am grateful to find a listening ear, in doing our contacts this way I hope others can have the same feeling of " I can do it so why do I wait till others give their input"?
If the e-mails really become sort of private I have your personal address. Keep up the good work and whatever, I am glad to get the opportunity to donate some time to make little improvements for this great product.