An Error show when adding a patient notes

sinmu wrote on Thursday, January 21, 2010:

Anyone encounter this php error when adding a note to the patient

n"; } else { echo "  \n"; } echo "  \n"; echo " \n"; echo " \n"; echo "  \n"; // echo " ‘1’,‘list_id’=>‘note_type’), $iter); echo "  \n"; echo "  \n"; echo " $body"; echo "  \n"; // display, or not, a button to delete the note // if the user is an admin or if they are the author of the note, they can delete it $thisauth = acl_check(‘admin’, ‘super’); echo "  \n"; if (($iter == $_SESSION) || ($thisauth == ‘write’)) { echo "  

bradymiller wrote on Thursday, January 21, 2010:

hey,
Let us know your OpenEMR version number, operating system, and OpenEMR package (XAMPP, ubuntu, appliance, etc.)
-brady

sinmu wrote on Thursday, January 21, 2010:

thanks brady

I am running on a customised 3.10 OpenEMR and with the patch version of 5

sinmu wrote on Thursday, January 21, 2010:

I have install the OpenEMR 3.10 running on windows XP sp3 with the WAMP Server 2.0H but I update the patch 5 to it already. In the beginning, it is running quite stable holding 200 patient medical records but later after some weeks, it shows php error in the patient notes and the encounter form

bradymiller wrote on Thursday, January 21, 2010:

hey,
Make sure you have these settings correctly in your php.ini configuration file (i’m guessing your short_open_tag is incorrect):
http://www.openmedsoftware.org/wiki/FAQ#What_are_the_correct_PHP_settings_.28can_be_found_in_the_php.ini_file.29_.3F

If you change anything in the php.ini file remember to re-start apache.

If still not working:
1) then paste your sql-mode setting that is in your mysql configuration file (my.cnf or my.ini; i think windows is my.ini) here
2) paste your php error log here

-brady

sinmu wrote on Thursday, January 21, 2010:

Thanks so much brady

it is the problem of PHP setting in wamp server which must be set to 'Short Open tag",  when it switch on,  all the patient notes and encounter form are back to normal

sinmu