ralf Posted May 20, 2022 Share Posted May 20, 2022 Пробую настроить Cron для IPS 4.6.12 выдаёт ошибку: PHP Warning: PHP Startup: Unable to load dynamic library 'memcache.so' (tried: /usr/lib/php/20180731/memcache.so (/usr/lib/php/20180731/memcache.so: cannot open shared object file: No such file or directory), /usr/lib/php/20180731/memcache.so.so (/usr/lib/php/20180731/memcache.so.so: cannot open shared object file: No such file or directory)) in Unknown on line 0 Из-за чего это? У меня в качестве кеширования используется Redis, а не memcache. Link to comment Share on other sites More sharing options...
Lesovsky Posted May 21, 2022 Share Posted May 21, 2022 Тут проблема не в IPS, а в модуле memcache для PHP на вашем сервере, видимо у вас в настройках php.ini активирован (строчка extension = memcache.so), а по факту файлов модулей нет. Link to comment Share on other sites More sharing options...
ralf Posted May 21, 2022 Author Share Posted May 21, 2022 @Lesovsky спасибо, проверю! Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now