Can't post to calendar

anonymous wrote on Wednesday, April 20, 2011:

When I try to post to the calendar nothing happens, enter in all the information, including patient info, and nothing happens.

I’ve customized OpenEMR to hit my business needs and so far its not working.

Feel free to login and take a look
http://www.fireplacedr.com/AMS
Username: admin
Password: running2

penguin8r wrote on Wednesday, April 20, 2011:

first thing to check, what are the permissions on
openemr/interface/main/calendar/modules/PostCalendar/pntemplates/cache
&
openemr/interface/main/calendar/modules/PostCalendar/pntemplates/compiled
?

If your web server user doesn’t have read write access to those directories you can have calendar issues.
Have you run mysqlcheck on your db in case there’s a problem with the table?
You mentioned that you customized something, is it related to the calendar?
Just wondering, because in general we don’t see things like this happen with a properly set up install of OpenEMR.

ericsbrown wrote on Tuesday, April 26, 2011:

The first thing I noticed is all of the modifications that you made to the pop up window when you click a time to schedule.
It seems that you removed most of the items from the window which the calendar may use when it creates the appointment / reservation.  If the code that is written to post a new appointment is looking for any of the items you removed it would not post anything.  You may want to check your logs and look for any errors that are created when you try to create a new posting.