Отключение модулей
Добавлено: Пн дек 25, 2017 11:00 am
Доброго всем дня!
Пробовал добавлять модули KNX, SNMP и т.п. А т.к. пользоваться ими я не стал - решил их удалить. После этого начали падать основные циклы.
Как можно корректно удалить/отключить ненужные модули? Поиском по форуму чёт не нашёл ничего
Пробовал добавлять модули KNX, SNMP и т.п. А т.к. пользоваться ими я не стал - решил их удалить. После этого начали падать основные циклы.
Как можно корректно удалить/отключить ненужные модули? Поиском по форуму чёт не нашёл ничего

СпойлерПоказать
Код: Выделить всё
PHP Warning: include_once(./modules/knxdevices/knxdevices.class.php): failed to open stream: No such file or directory in /home/sergey/www/scripts/cycle_knx.php on line 19
PHP Warning: include_once(): Failed opening './modules/knxdevices/knxdevices.class.php' for inclusion (include_path='.:/usr/share/php:/usr/share/pear') in /home/sergey/www/scripts/cycle_knx.php on line 19
PHP Fatal error: Class 'knxdevices' not found in /home/sergey/www/scripts/cycle_knx.php on line 21
PHP Warning: include_once(./modules/snmpdevices/snmpdevices.class.php): failed to open stream: No such file or directory in /home/sergey/www/scripts/cycle_snmp.php on line 19
PHP Warning: include_once(): Failed opening './modules/snmpdevices/snmpdevices.class.php' for inclusion (include_path='.:/usr/share/php:/usr/share/pear') in /home/sergey/www/scripts/cycle_snmp.php on line 19
PHP Fatal error: Class 'snmpdevices' not found in /home/sergey/www/scripts/cycle_snmp.php on line 21
PHP Warning: include_once(./modules/rss_channels/rss_channels.class.php): failed to open stream: No such file or directory in /home/sergey/www/scripts/cycle_rss.php on line 19
PHP Warning: include_once(): Failed opening './modules/rss_channels/rss_channels.class.php' for inclusion (include_path='.:/usr/share/php:/usr/share/pear') in /home/sergey/www/scripts/cycle_rss.php on line 19
PHP Fatal error: Class 'rss_channels' not found in /home/sergey/www/scripts/cycle_rss.php on line 21