Smarty error after fresh CVS checkout

cfapress wrote on Thursday, February 07, 2008:

Here’s the error:
"
Warning: Smarty error: problem creating directory “/%%164/%%1643473877” in /home/www/openemrdev/interface/main/calendar/modules/PostCalendar/pnincludes/Smarty/Smarty.class.php on line 589

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

I’ll be digging around at it for a little while this morning and come back with some answers.

Jason

cfapress wrote on Thursday, February 07, 2008:

… and the answer …

From the OpenEMR folder you installed into…

cd interface/main/calendar/modules/PostCalendar/pntemplates
mkdir cache
mkdir compiled
chmod 775 cache
chmod 775 compiled

It seems the cache and compiled folders have gone missing.

jason

chemed wrote on Thursday, February 07, 2008:

cache and compiled folders are not under version control. They have to be created as per instructions in the installation guide.