Posted 20 августа, 20213 yr comment_171763 Может есть плагин чистить кеш не заходя в админку? Через адресную строку например. У меня вероятно из-за темы приходиться часто производить эти манипуляции. Link to comment https://ipbmafia.ru/topic/23436-ochistka-kesha/ Share on other sites Больше вариантов
20 августа, 20213 yr comment_171764 <?php require_once 'init.php'; /* Clear JS Maps first */ \IPS\Output::clearJsFiles(); /* Reset theme maps to make sure bad data hasn't been cached by visits mid-setup */ foreach( \IPS\Theme::themes() as $id => $set ) { /* Update mappings */ $set->css_map = array(); $set->save(); } \IPS\Data\Store::i()->clearAll(); \IPS\Data\Cache::i()->clearAll(); ?> Link to comment https://ipbmafia.ru/topic/23436-ochistka-kesha/?&do=findComment&comment=171764 Share on other sites Больше вариантов
20 августа, 20213 yr Author comment_171766 Спасибо, попробую. А как это в CronTab реализовать? Link to comment https://ipbmafia.ru/topic/23436-ochistka-kesha/?&do=findComment&comment=171766 Share on other sites Больше вариантов
20 августа, 20213 yr comment_171770 как и всегда. ссылку с путём до файла засовываешь в крон и всё. мб от самих панелей ещё будет зависеть, что вставить перед ссылкой. но везде есть вики с примером. Link to comment https://ipbmafia.ru/topic/23436-ochistka-kesha/?&do=findComment&comment=171770 Share on other sites Больше вариантов
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.