cravaus wrote on Tuesday, July 15, 2014:
I installed OpenEMR in another directory of my NAS. After linking it with my domain name, it was clear that I should have put it into the web directory and not the www directory. But now, for some reason, there is no calendar (white screen where calendar should be, Calendar Icon is Present in left column). Everything else appears to be in order. I looked at the Globals and it is not disabled. I deleted the install and openemr database and folder and started over and again no calendar. When installing at step one (both times) I had to do the following:
Permissions needed to be changed at:
chmod 0755 /volume1/web/openemr/phpmyadmin/config.inc.php
chmod 666 /volume1/web/openemr/sites/default/sqlconf.php
chmod 666 /volume1/web/openemr/sites/default/documents
chmod 666 /volume1/web/openemr/sites/default/edi
chmod 666 /volume1/web/openemr/sites/default/era
chmod 666 /volume1/web/openemr/sites/default/letter_templates
chmod 666 /volume1/web/openemr/gacl/admin/templates_c
chmod 666 /volume1/web/openemr/interface/main/calendar/modules/PostCalendar/pntemplates/compiled
chmod 666 /volume1/web/openemr/interface/main/calendar/modules/PostCalendar/pntemplates/cache
Changed owners for most of the same directories:
chown -R nobody:nobody /volume1/web/openemr/sites/default/documents
chown -R nobody:nobody /volume1/web/openemr/sites/default/edi
chown -R nobody:nobody /volume1/web/openemr/sites/default/era
chown -R nobody:nobody /volume1/web/openemr/sites/default/letter_templates
chown -R nobody:nobody /volume1/web/openemr/gacl/admin/templates_c
chown -R nobody:nobody /volume1/web/openemr/interface/main/calendar/modules/PostCalendar/pntemplates/compiled
chown -R nobody:nobody /volume1/web/openemr/interface/main/calendar/modules/PostCalendar/pntemplates/cache
So, there are some calendar items with problems that needed fixing. Any ideas on where I should look next? Should I delete all of MySQL completely and start over–again?
Craig