Bugzilla – Bug 2358
Cannot change current formats
Last modified: 2008-09-15 14:37:04 UTC
In the main server page, I try to edit my slimserver2 settings: Player Firmware Version: 26 The IP address for this player is: 192.168.1.150:17110 The ethernet MAC address for this player is: 00:04:20:05:b8:25 Wireless Signal Strength: 56% When I pick Current formats, select the first entry, and click "Change", I get 404 Not Found: setup.html Try adding page=server.
My server is on SUSE 9.3 Linux
James - which skin are you using?
The default skin
Are you accessing SlimServer via Apache Proxy? Have you changed the webRoot at all?
No proxy. It on my Linux server. I unzipped the new 6.2 into a clean /use/local/slimserver, unzipped the latest AlienBBC, and that was my install.
hmm. I'm not seeing the 404 after clicking change on the current formats. The page refreshes and says the new titleformat is chosen. However, if I then try to select a player from the pulldown list on the right I DO then get the 404 error reported. Does that fit? Something is going wrong with the playerchooser javascript. however, it will have to wait until morning for me to look at it.
Yes, I always choose the player first. Thanks for verifying this. Let me know when I can get a fix.
Let me clarify. From the home page, I pick the player I want to modify under Settings, and then the player screen gives the 404 message. I do not use the pulldown list on the right.
well, I can't seem to trigger the problem that way around, but I'll fix what I'm seeing. Hopefully the different symptoms are the same cause.
my possible fix is to change HTML/Default/setup.html line 14 to: <form method="post" action="setup.html?page=[% page %]&player=[% player %]&playerid=[% playerid %]"> The form has to keep certain query params in the url to avoid some page handling problems. all skins using POST for forms will probably need this, depending on how the pages end up being refreshed in various ways.
i've put in a fix that got rid of the case I was seeing. it will be in the 6.2.1 nightly build as of Oct 27 please try it out and let me know if that works. committed to trunk at change 4863 committed to 6_2_x at change 4866
That fixed it! Thanks