Posted 20 августа, 20213 yr comment_171763 Может есть плагин чистить кеш не заходя в админку? Через адресную строку например. У меня вероятно из-за темы приходиться часто производить эти манипуляции.
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(); ?>
20 августа, 20213 yr comment_171770 как и всегда. ссылку с путём до файла засовываешь в крон и всё. мб от самих панелей ещё будет зависеть, что вставить перед ссылкой. но везде есть вики с примером.
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.