BrandMeister / bm-rpt2aprs

Uploads repeaters of a BrandMeister network to APRS
MIT License
3 stars 4 forks source link

Class 'DBus' not found in dbus.inc.php:3 #15

Closed s-s-s closed 4 years ago

s-s-s commented 4 years ago

`connecting to aprs... PHP Fatal error: Uncaught Error: Class 'DBus' not found in /home/pi/mmdvm/bm2aprs/dbus.inc.php:3 Stack trace:

0 /home/pi/mmdvm/bm2aprs/bm-rpt2aprs.php(18): dbus_get_repeater_ids_for_network()

1 {main}

thrown in /home/pi/mmdvm/bm2aprs/dbus.inc.php on line 3

Fatal error: Uncaught Error: Class 'DBus' not found in /home/pi/mmdvm/bm2aprs/dbus.inc.php:3 Stack trace:

0 /home/pi/mmdvm/bm2aprs/bm-rpt2aprs.php(18): dbus_get_repeater_ids_for_network()

1 {main}

thrown in /home/pi/mmdvm/bm2aprs/dbus.inc.php on line 3`

nonoo commented 4 years ago

First query if the dbus module is loaded in PHP with php -m | grep dbus It should output the string "dbus". If you don't see it, make sure it is loaded by PHP.