Hi. Does somebody know whether there's an error in line 219 of interface/super/edit_globals.php) ?
if(fldvalue){
Now the variable missing ‘$’ and without condition...
Hi Amiel,
Yes line 219 in interface/super/edit_globals.php has an error. Adding the $ symbol here if($fldvalue) will resolve the issue.
Thanks OpenEMR Customization/Support Team, ViSolve Inc services@visolve.com | Phone: 408-850-2243 Demo's @ ViSolve Demo Library
Hi,
To ensure do not introduce a bug in a crucial place, recommend doing some analysis on this. Appears to be added here: https://github.com/openemr/openemr/commit/50d7a3c8b6054114db727111265c37f7ed60a207#diff-728da937d36bc012590e867af490fe15
-brady
This feature prevented entering empty parameters into global configuration.
Hi, There are lots of globals that are empty, though (see the Portal tab). -brady
In here https://github.com/openemr/openemr/pull/49 he had tried to fix that error.
PR 134 https://github.com/openemr/openemr/pull/134 fixes this problem and optimizes time needed to save globals.
Log in to post a comment.
Hi Amiel,
Yes line 219 in interface/super/edit_globals.php has an error. Adding the $ symbol here if($fldvalue) will resolve the issue.
Thanks
OpenEMR Customization/Support Team,
ViSolve Inc
services@visolve.com | Phone: 408-850-2243
Demo's @ ViSolve Demo Library
Hi,
To ensure do not introduce a bug in a crucial place, recommend doing some analysis on this. Appears to be added here:
https://github.com/openemr/openemr/commit/50d7a3c8b6054114db727111265c37f7ed60a207#diff-728da937d36bc012590e867af490fe15
-brady
This feature prevented entering empty parameters into global configuration.
Hi,
There are lots of globals that are empty, though (see the Portal tab).
-brady
In here https://github.com/openemr/openemr/pull/49 he had tried to fix that error.
Last edit: Oleg Sverdlov 2016-05-14
PR 134 https://github.com/openemr/openemr/pull/134 fixes this problem and optimizes time needed to save globals.