После переезда появились предупреждения:
2020-02-16 12:12:30 - PHP Warning: Use of undefined constant CACHE_PREFIX - assumed 'CACHE_PREFIX' (this will throw an Error in a future version of PHP) in /var/www/,,,,,,,,,/system/library/cache/mem.php on line 17
2020-02-16 12:12:30 - PHP Warning: MemcachePool::get(): No servers added to memcache connection in /var/www/,,,,,,,,,/system/library/cache/mem.php on line 17
2020-02-16 12:12:30 - PHP Warning: Use of undefined constant CACHE_PREFIX - assumed 'CACHE_PREFIX' (this will throw an Error in a future version of PHP) in /var/www/,,,,,,,,,/system/library/cache/mem.php on line 21
2020-02-16 12:12:30 - PHP Warning: MemcachePool::set(): No servers added to memcache connection in /var/www/,,,,,,,,,/system/library/cache/mem.php on line 21
2020-02-16 12:12:30 - PHP Warning: Use of undefined constant CACHE_PREFIX - assumed 'CACHE_PREFIX' (this will throw an Error in a future version of PHP) in /var/www/,,,,,,,,,/system/library/cache/mem.php on line 17
2020-02-16 12:12:30 - PHP Warning: MemcachePool::get(): No servers added to memcache connection in /var/www/,,,,,,,,,/system/library/cache/mem.php on line 17
2020-02-16 12:12:30 - PHP Warning: Use of undefined constant CACHE_PREFIX - assumed 'CACHE_PREFIX' (this will throw an Error in a future version of PHP) in /var/www/,,,,,,,,,/system/library/cache/mem.php on line 21
2020-02-16 12:12:30 - PHP Warning: MemcachePool::set(): No servers added to memcache connection in /var/www/,,,,,,,,,/system/library/cache/mem.php on line 21
За полчаса error.log раздувается до 1,5ГБ. Приходится чистить утром и вечером.
Поддержка хостинга ответила:
Рекомендуем из файла config.php убрать настройки:
define(„CACHE_DRIVER“, „mem“); // „file“, „apc“ or „mem“
define(„CACHE_HOSTNAME“, „localhost“);
define(„CACHE_PORT“, „11211“);
define(„CACHE_PREFIX“, „oc_“);
Убрал. Не помогло.
Прошу подсказать где что надо поправить. Спасибо.