267 читали · 3 года назад
Лечим FreePBX Unknown Error. Please Run: fwconsole reload --verbose
Всем привет. Друзья, огромная просьба, если вам помогло решение, поставьте лайк. Не стесняйтесь писать комментарии. В последних обновлениях freepbx возникает ошибка Unknown Error. Please Run: fwconsole reload --verbose Идем лечить. Для этого вам нужна ssh учетка с root привилегиями на freePBX. Запускаем команду которую нам пишет веб интерфейс в консоли ( fwconsole reload --verbose ) и смотрим вывод. В моем случае вебморда ругается на отсутствующий или отключенный модуль sipsettings, а так же дает команды как это дело исправить...
The code execution cannot proceed because msvcp140 dll was not found как исправить
The "The code execution cannot proceed because msvcp140.dll was not found" error indicates that a program you're trying to run requires the Microsoft Visual C++ Redistributable package, but it's either missing or corrupted on your system. The msvcp140.dll file is a component of this package. Here's how to fix it: This is the most common and effective solution. If you already have the Visual C++ Redistributable installed, it might be corrupted. Try repairing it. This method is generally not recommended because it can lead to other problems, but it might work as a temporary solution. Why this is less recommended: In some cases, the program itself might be corrupted or improperly installed...