
Change Template Cache Path
HI i am again
How can i change the path for all the cached template files. All the other files are safed sucessfull in the other folder but the templatefiles not. I changed from 'cache' to the new path in the files "xs_include.php, constants.php, rss_config.php
My changes:
Quote:
xs_include.php - 34.641 Bytes - Mi, 20.08.08 um 10:07 - htdocsicyAdm
4.662 define('XS_TEMP_DIR', '../user_files/' .$domain. '/cache/');
constants.php - 18.742 Bytes - Mo, 18.08.08 um 10:20 - htdocsicyIncludes
2.813 define('POSTED_IMAGES_PATH', 'user_files/' .$domain. '/posted_images/');
2.894 define('POSTED_IMAGES_THUMBS_PATH', 'user_files/' .$domain. '/thumbs/');
2.960 define('MAIN_CACHE_FOLDER', 'user_files/' .$domain. '/cache/');
3.228 define('ALBUM_FILES_PATH', 'user_files/' .$domain. '/files/album/');
rss_config.php - 1.675 Bytes - Mo, 18.08.08 um 10:12 - htdocsicyIncludes
1.583 $cache_root = 'user_files/' .$domain. '/cache'; // Cache dir
Now the files with sql_ and the userfiles saved in the new cache folder :). But if i compile a template the files saved in old cache folder "cache/" and not the "new" cache folder. I think i forgot to edit an file can you tell me the file in wich the template cachepath is defined?
Sry for my "special" problems