Working on a new install of OpenEMR 2.8.1 and I’m going throught all of the screens to make sure that everything is working and ran across a problem that I don’t even know if it is a problem. I’m signed in has admin, go to the administration menu, and then click batchcom and get an error message:
Fatal Error: Call to undefined function: xl() in batchcom.php at line 20.
Is this a problem or just a feature that I have not implemented?
I’m sorry I don’t know what you mean by “soflink.”
Here’s the full error message.
Fatal error: Call to undefined function: xl() in E:\xampp\htdocs\openemr\interface\batchcom\batchcom.php on line 20
There might something wrong with my install. I found that some tables were missing from the database also. I think that I’ll start over with a fresh install.
Sorry, I meant softlink, or symbolic
like ln -s
but since you are running it on a win machine,
I don’t realy know how the php __FILE__ macro
works in that environment,
anyone?
you can edit globals.php and replace the include instruction for translation.inc.php to your HD location
I got the same error when I tried to "overwrite" (not upgrade) a 2.8.0 installation with the 2.8.1 files. Once I did a ne wclean install with the new database install the error went away - not sure if that will be helpful to you.
Best option is to start with a new install and then overwrite just the config files that you may have changed with the old install