Moode Forum
moOde 8.3.5 bug in CamillaDSP Config toggle buttons - Printable Version

+- Moode Forum (https://moodeaudio.org/forum)
+-- Forum: moOde audio player (https://moodeaudio.org/forum/forumdisplay.php?fid=3)
+--- Forum: Support (https://moodeaudio.org/forum/forumdisplay.php?fid=7)
+--- Thread: moOde 8.3.5 bug in CamillaDSP Config toggle buttons (/showthread.php?tid=5736)



moOde 8.3.5 bug in CamillaDSP Config toggle buttons - Tim Curtis - 08-21-2023

Hi,

The two ON/OFF toggle buttons on the CamillaDSP Config screen  that activate the Pipeline Editor don't work correctly.

Run the command below from an SSH terminal as a fix until an upcoming bugfix release is published.

Code:
sudo sed -i s'/onchange=\\\"$(/onchange=\\\"autoClick(/' /var/www/cdsp-config.php



RE: moOde 8.3.5 bug in CamillaDSP Config toggle buttons - inthemoode - 08-23-2023

Thanks for the quick solution. Just struck this problem. Found it required a reboot, otherwise the pipeline editor just showed a large "moOde" logo, but all working now.


RE: moOde 8.3.5 bug in CamillaDSP Config toggle buttons - Tim Curtis - 08-23-2023

(08-21-2023, 06:55 PM)Tim Curtis Wrote: Hi,

The two ON/OFF toggle buttons on the CamillaDSP Config screen  that activate the Pipeline Editor don't work correctly.

Run the command below from an SSH terminal as a fix until an upcoming bugfix release is published.

Code:
sudo sed -i s'/onchange=\\\"$(/onchange=\\\"autoClick(/' /var/www/cdsp-config.php

Friendly bump :-)