I am running Fedora Core 4 and am running the latest version of php. Is there going to be support for this?
And, has anyone made a live CD with openemr installed? Like what they do with knoppix, but I would like openemr included.
I know I asked this question somewhere else. But I can’t remember where I posted it at.
Thanks.
Andres Paglayan has been fixing OEMR for PHP 5 and has committed this to CVS. If you download the CVS version we would love to hear what you think. The PHP 5 version has been in CVS for a week or so and Andres needs feed back on whether there are any bugs.
This means that the next release stable release will likely support PHP 5.
I’ve been playing around with this and it looks very good so far.
One error I’ve hit is when viewing by Month and then clicking on an appointment to go to ‘details’ view I get the following error:
Unknown column ‘e.pc_pid’ in ‘on clause’
I spent a couple of hours trying to track down the cause but had no luck. I use PHPed to debug and am running openemr under uniformserver with PHP updated to 5.1.4.
When I enabled the debugging under phped it slowed anything having to do with the calendar way down to where it timed out (30 seconds) and I had to turn off the debugger (uses php_dbg by Dmitri Dmitrienko).
Anyway, I think I traced it to line 78 in \interface\main\calendar\modules\postcalendar\pnuser.php
There was a similar problem discussed in the forums here (and resolved) a while back. Try searching the forums for “on clause”, including the quotes. It’s probably a matter of changing the query.