File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -89,8 +89,8 @@ public static function vlibTemplate()
8989
9090
9191 /* the following are only used by the vlibTemplateCache class. */
92- // TODO: triggers a notice as its not set
93- 'CACHE_DIRECTORY ' => $ conf ['template ' ][ ' cache_dir ' ],
92+ // pedro notes:: triggers a notice as its not set - was $conf['template']['cache_dir'],
93+ 'CACHE_DIRECTORY ' => $ conf ['cache_dir ' ],
9494 // Directory where the cached filesystem
9595 // will be set up (full path, and must be writable)
9696 // '/' or '\' off the end of the directory.
Original file line number Diff line number Diff line change 9191$ conf ['fs_div ' ] = '/ ' ; // File system divider, \\ on windows and / on linux and unix
9292$ conf ['classpath ' ] = $ conf ['rootpath ' ].$ conf ['fs_div ' ].'lib ' .$ conf ['fs_div ' ].'classes ' ;
9393$ conf ['temppath ' ] = $ conf ['rootpath ' ].$ conf ['fs_div ' ].'temp ' ;
94- //$conf['cache_dir'] = $conf['rootpath'].$conf['fs_div'].'FOOtemp';
94+ // predro notes: not sure this is the right thing ?
95+ $ conf ['cache_dir ' ] = $ conf ['rootpath ' ].$ conf ['fs_div ' ].'/cache ' ;
9596
9697define ('DIR_TRENNER ' , $ conf ['fs_div ' ]);
9798define ('SERVER_ROOT ' , $ conf ['rootpath ' ]);
You can’t perform that action at this time.
0 commit comments