03-01-2020, 01:51 PM
Looking at the code, I don't see how editing a manually added station would result in a row for that station being added to the cfg_radio table. I see where the session variable is created which would explain why it things work until reboot where during moOde startup all the radio stations are purged from the PHP session to get rid of any orphaned stations i.e., those without a corresponding row in cfg_radio. The stations are then loaded into the session from cfg_radio table.
The session cleansing was added to 6.4.2 to cleanup a problem that has been present in moOde for a long time and resulted in the PHP session becoming out of sync with cfg_radio and cfg_system tables.
- UPD: Purge orphaned stations from session during startup
-Tim
The session cleansing was added to 6.4.2 to cleanup a problem that has been present in moOde for a long time and resulted in the PHP session becoming out of sync with cfg_radio and cfg_system tables.
- UPD: Purge orphaned stations from session during startup
-Tim