Sunday, 14 August 2016
RENAME CACHE FOLDER IN PRESTASHOP
-----------------------------------------------------------------------------------------------------------------
0) BEFORE INSTALLATION CHANGE FOLDER NAME cache To CASH
1) GO INSIDE ONE BY ONE IN SEVEN FILES BY NOTEPAD++
2) CHANGE LINES IN SEVEN FILES
3) FILE LINKS AND LINES ARE BELOW
-----------------------------------------------------------------------------------------------------------------
1) C:\wamp\www\PrestaShop\classes\ConfigurationTest.php
LINE NO: 30,65.71
-----------------------------------------------------------------------------------------------------------------
'/CASH/smarty/compile/index.php',
'cache_dir' => 'CASH',
'theme_cache_dir' => 'themes/'._THEME_NAME_.'/CASH/',
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
2) C:\wamp\www\PrestaShop\classes\Media.php
LINE NO: 503,694
-----------------------------------------------------------------------------------------------------------------
$cache_path = $cache_path ? $cache_path : _PS_THEME_DIR_.'CASH/';
$cache_path = _PS_THEME_DIR_.'CASH/';
-----------------------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------------
3) C:\wamp\www\PrestaShop\config\defines.inc.php
LINE NO: 79
-----------------------------------------------------------------------------------------------------------------
define('_PS_CACHE_DIR_', _PS_ROOT_DIR_.'/CASH/');3) C:\wamp\www\PrestaShop\config\defines.inc.php
LINE NO: 79
-----------------------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------------
4) C:\wamp\www\PrestaShop\tools\tcpdf\config\tcpdf_config.php
LINE NO: 99
-----------------------------------------------------------------------------------------------------------------
define('K_PATH_URL_CACHE', K_PATH_URL.'CASH/');
-----------------------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------------
5) C:\wamp\www\PrestaShop\tools\tcpdf\config\tcpdf_config_alt.php
LINE NO: 89,94
-----------------------------------------------------------------------------------------------------------------
define('K_PATH_CACHE', K_PATH_MAIN.'CASH/');
define('K_PATH_URL_CACHE', K_PATH_URL.'CASH/');
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
6) C:\wamp\www\PrestaShop\controllers\admin\AdminPerformanceController.php
LINE NO: 757
-----------------------------------------------------------------------------------------------------------------
$theme_cache_directory = _PS_ALL_THEMES_DIR_.$this->context->shop->theme_directory.'/CASH/';
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
7) C:\wamp\www\PrestaShop\install\controllers\http\system.php
LINE NO: 109
-----------------------------------------------------------------------------------------------------------------
'cache_dir' => $this->l('Recursive write permissions for %1$s
user on %2$s', $user, '~/CASH/'),
-----------------------------------------------------------------------------------------------------------------
CHANGE CACHE FOLDER IN PRESTASHOP - YouTube
https://www.youtube.com/watch?v=b6lPLPzl1AU
12 mins ago - Uploaded by SAVE MONEY
CHANGE CACHE FOLDER IN PRESTASHOP. SAVE MONEY ... Up Next.CHANGE DOCS FOLDER NAME IN ...
Subscribe to:
Post Comments (Atom)
0 comments:
Post a Comment