Doing a Win 2003 Install
Logged in as admin.
When I click on Practice Settings I get a blank screen under the menu. Everything else seems to work ok.
My link to the menu item is:
/controller.php?practice_settings
Tried it in both firefox and Internet Exploder.
This version is about a week old off of CVS.
Hi,
I don’t know if you have solved already but do this:
To fix practice settings page showing blank:
In Controller.php
Replace
require_once(“library/classes/Controller.class.php”);
With
require_once ($GLOBALS[‘fileroot’] . “/library/classes/Controller.class.php”);
No idea at all
All I can say is that OpenEMR acts weird with some versions of windows. On some it installs flawlessly…on others gives LOADS of errors.
Mostly they can be solved by deleting some require once lines.