Trying to get CAMOS to work

rickou812 wrote on Friday, February 17, 2012:

I started this discussion in another topic, but I beleive the problem is big enough to justufy its own topic.
Open emr 4.1.0(7) installed on widows 2003.
The CAMOS has been registered and the DB installed and enabled.
Problems:
1. The miscellaneous tab does not display at the top of a patient enounter.
2. Going through Visit Forms> CAMOS displays the form, but the fields are blank and have html code showing at top under the Encounter summary buttons, this is the code that is showing :
topmargin=0 rightmargin=0 leftmargin=2 bottommargin=0 marginwidth=2 marginheight=0 onload=“init()”>

If I type in a test text and click add, it is added to the database table, but not displayed…

Thanks for any help

rickou812 wrote on Friday, February 17, 2012:

One thing we have found is that the DB names on the demo version “forms_CAMOS” has CAMOS in all caps, but our database is changing the CAPS to lowercase “forms_camos” etc…  I tried to change the name to caps, but it still is saved as lowercase…is this a windows server thing?  Is there a fix? Right now we are trying to go through the files and change all instances of CAMOS to camos…so far no go…lol

Could someone send an unmoloested copy of “CAMOS/new.php” file so I can compare it to ours…
Thanks

bradymiller wrote on Saturday, February 18, 2012:

hi,

Can see all the original CAMOS files (for 4.1.0(7)) here:
http://github.com/openemr/openemr/tree/rel-410/interface/forms/CAMOS

Generally mysql will throw obvious errors if missing tables, so the caps thing may not be an issue. Suggest looking through your php error log. Are you using the xampp/openemr package?

-brady

rickou812 wrote on Friday, February 24, 2012:

I had to find out from my IT, but yes, we are using xampp/openemr package.
We replaced the file, and it did not help/fix the issue.

Thoughts?

Thanks

bradymiller wrote on Saturday, February 25, 2012:

Hi,
Have you tried other browsers besides IE9? (especially Firefox)
-brady

rickou812 wrote on Saturday, February 25, 2012:

I have tried firefox and doesn’t make any difference in this issue.

rickou812 wrote on Wednesday, February 29, 2012:

Is there a way I can post a screen shot to show what I am experiencing.  A picture is worth a thousand words…lol

aethelwulffe wrote on Wednesday, February 29, 2012:

You can upload to filebucket or the like if you don’t have your own server that is web-accessible, or you can go to http://www.oemr.org/phpBB3/ and join (if you have not already), make a post, attach your file in-line, and then link to it from here….or just copy the URL from where the oemr forum thread is, and post it here for us to refer to on this site.

bradymiller wrote on Wednesday, February 29, 2012:

Hi,

If you are actually seeing html/php code in the frame then ensure you have the proper php configuration settings:
http://open-emr.org/wiki/index.php/FAQ#What_are_the_correct_PHP_settings_.28can_be_found_in_the_php.ini_file.29_.3F
(I am suspicious that your short_open_tag setting is not correct)

Also, what version of XAMPP are you using?

-brady

rickou812 wrote on Wednesday, February 29, 2012:

Stick this one with a fork and call it done.

Brady, You nailed it, it was the php.ini config, our “short_open_tag” was set to off…

Thanks again for bailing us out on this one!

dokellie wrote on Monday, June 18, 2012:

Similar situation here, in Win7 Home Premium and Firefox.
Although I thought I had reset this one other time…!
Linda H.