04-23-2024, 04:40 PM
(04-23-2024, 03:34 PM)TheOldPresbyope Wrote: @Tim Curtis
Regarding the vanishing system config page
I was idly jumping among the various config pages (~pre4 on a Pi 4B) when I suddenly discovered I, too, couldn't access the page generated by sys-config.php. Yes, I had previously disabled the integrated WiFi adapter but I don't recall when in the sequence. The player also has an Ethernet connection.
Sifting through the session variables at /var/local/php/ I find this string (followed by roonbridge...)
Code:ipaddress|a:1:{i:0;s:8:"10.0.0.4";}
Haven't had time to wander through the relevant new PHP functions, sorry. I wasn't expecting a compound construct. It's obvious to this untrained eye that s:8:"10,0,0,4" is the 8-character string of the DHCP-assigned Ethernet address of the integrated Ethernet adapter on this player. I suppose the zero-length integer is the unassigned WiFi address/adapter/something or other?
ETA - Ah, on the same player with another ~pre4 image and both WiFi and Ethernet adapters enabled and connected to my LAN, I see a more congenial
Code:ipaddress|s:8:"10.0.0.5";
Hope this helps.
Regards,
Kent
I haven't gotten to this one yet but thankfully you looked at the raw session file which shows the var type s(tring), a(rray) etc. It confirms what @popeye65 reported in this post https://moodeaudio.org/forum/showthread....6#pid53756 regarding a type mismatch crash.
Must be due to that QA guy again ;-)