EmonCMS update commands failing

Since updating my EmonBase to low-write 11.6.8 via the Full Update UI option, almost all of my update commands (Update EmonCMS, Full Update, and Update firmware, but not Update Database) are failing to execute. Pressing the buttons on the web UI causes no visible changes and no entries are written to the update.log. When looking my web debugger, I see errors like this being created:

Fatal error: Uncaught Error: Call to private method Admin::runService() from context '' in /var/www/emoncms/Modules/admin/admin_controller.php:238 Stack trace: #0 /var/www/emoncms/core.php(80): admin_controller() #1 /var/www/emoncms/index.php(257): controller('admin') #2 {main} thrown in /var/www/emoncms/Modules/admin/admin_controller.php on line 238

I have ssh enabled on this device and the problems exist across different browsers and device reboots. Any advice on how to troubleshoot this issue? I’m particularly eager to get the firmware for my RFM69pi uploaded as I’m midway through moving from JeeLib to LPL.

1 Like

Ah. It looks like there is a fix on master. Switching to that branch and pulling via the shell seems to have fixed things.

1 Like

I think I had the same problem. I had to checkout to the 11.6.5 version through git after login via ssh

2 Likes