id summary reporter owner description type status priority milestone component version severity resolution keywords cc mlocked 2444 Can't use revamp with multiple frontends Mickey Chandler ldunning "You can't set up MythWeather on multiple frontends. I think what is happening here is that the insert statement is deleting ""old"" information from the weatherscreens table. Currently, that table looks like this: mysql> select * from weatherscreens; +-----------+-----------+-----------------------+------------------------+-------+ | screen_id | draworder | container | hostname | units | +-----------+-----------+-----------------------+------------------------+-------+ | 58 | 0 | Severe Weather Alerts | gopher.whizardries.com | 1 | | 59 | 1 | Animated Map | gopher.whizardries.com | 1 | | 60 | 2 | 18 Hour Forecast | gopher.whizardries.com | 1 | | 61 | 3 | Three Day Forecast | gopher.whizardries.com | 1 | | 62 | 4 | Six Day Forecast | gopher.whizardries.com | 1 | +-----------+-----------+-----------------------+------------------------+-------+ 5 rows in set (0.00 sec) Screen_id is incrementing, but there should be an identical set here for my other host. So, I'm thinking that it's deleting everything that was in the table and adding in the new defintion. The result of this, of course, is that moving between frontends is causing me to have to define my screens multiple times." defect closed minor unknown mythweather 0.20 medium fixed 0