AM I Missing or messing something?

dr_smit wrote on Saturday, September 15, 2007:

the error I get after login in is:—

Warning: Smarty error: problem creating directory "modules/PostCalendar/pntemplates/compiled/%%164/%%1643473877" in /var/www/html/openemr/interface/main/calendar/modules/PostCalendar/pnincludes/Smarty/Smarty.class.php on line 589

Warning: Smarty error: problem writing ‘modules/PostCalendar/pntemplates/compiled/%%164/%%1643473877/default.html.php.’ in /var/www/html/openemr/interface/main/calendar/modules/PostCalendar/pnincludes/Smarty/Smarty.class.php on line 589

drbowen wrote on Saturday, September 15, 2007:

This happens when the complied directory has not been created or does not have correct permissions.

/var/www/html/openemr/interface/main/calendar/modules/PostCalendar/pntemplates/compiled

Look at this link:

http://www.oemr.org/modules/wiwimod/index.php?page=FaqsFrequently&back=WiwiHome#What%20does%20’Warning%20Smarty%20Error:%20problem%20creating%20directory%20/%4/%43473877’%20mean?

/var/www/html/openemr/interface/main/calendar/modules/PostCalendar/pntemplates/compiled

Apache needs to read and write privileges on the directory.

# chown apache:apache
/var/www/html/openemr/interface/main/calendar/modules/PostCalendar/pntemplates/compiled -R

dr_smit wrote on Monday, September 17, 2007:

thanks it worked with chmod 777 /var/www/html/openemr/interface/main/calender/modules/PostCalender/pntemplates/compiled

But I will try after entering the codes you suggested as well…

Thanks