Facilities.Php gives error message

vpsubramanian wrote on Sunday, April 10, 2011:

I installed xampp win32-1.7.3 and installed openemr version 4. This is new install. Whem I tried to open administration>facilities menu, I get an error message “Parse error: syntax error, unexpected $end in C:\xampp\htdocs\openemr\interface\usergroup\facilities.php on line 157” I have applied the patches as required and it did not fix the problem. Any suggestions will be appreciated

bradymiller wrote on Monday, April 11, 2011:

hi,

Ensure you have the proper php configuration settings detailed in following link:
http://www.openmedsoftware.org/wiki/FAQ#What_are_the_correct_PHP_settings_.28can_be_found_in_the_php.ini_file.29_.3F
(especially need to turn short_open_tag On)
(After change the configuration file, remember to restart apache).

-brady