Practice Settings

jimbo456 wrote on Wednesday, August 31, 2005:

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.

Any ideas??

Jim

sunsetsystems wrote on Wednesday, September 07, 2005:

Check your PHP error log.  If you’re not sure where that is, php.ini should tell you.

– Rod (http://www.sunsetsystems.com/)

innocuous wrote on Wednesday, October 26, 2005:

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”);

sunsetsystems wrote on Wednesday, October 26, 2005:

Very strange.  Do you have any idea why the original require_once does not work?

– Rod (http://www.sunsetsystems.com/)

innocuous wrote on Friday, October 28, 2005:

No idea at all
:slight_smile:
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.