Whenever I start my server, and try to go to the WebAdmin page, everything appears to be working fine. But the moment I try to click on the "Settings" link on the left hand side of the page, my server immediately crashes and gives this as an error :
Here is the relevant portion of my UTGame.ini:
(I removed the map lists for more readability.)
I searched the forums, could find no answer. I was hoping someone might be able to help me.
Warning, Missing BoolProperty UTGame.UTGame:bMidGameMapVoting referenced by package 'WebAdmin'
Warning, Missing IntProperty UTGame.UTGame:MapVotePercentage referenced by package 'WebAdmin'
Warning, Missing IntProperty UTGame.UTGame:MinMapVotes referenced by package 'WebAdmin'
Warning, Missing IntProperty UTGame.UTGame:InitialVoteDelay referenced by package 'WebAdmin'
Warning, Missing IntProperty UTGame.UTGame:MapVotePercentage referenced by package 'WebAdmin'
Warning, Missing IntProperty UTGame.UTGame:MinMapVotes referenced by package 'WebAdmin'
Warning, Missing IntProperty UTGame.UTGame:InitialVoteDelay referenced by package 'WebAdmin'
[UTGame.UTGame]
BotRatio=1.000000
GoalScore=25
bTournament=false
bPlayersMustBeReady=false
NetWait=15
ClientProcessingTimeout=30
RestartWait=30
MinNetPlayers=1
bWaitForNetPlayers=true
LateEntryLives=1
TimeLimit=20
GameDifficulty=+5.0
EndTimeDelay=4.000000
bAllowMapVoting=true
VoteDuration=45
WebServerClassName=UWeb.WebServer
bMidGameMapVoting=True
MapVotePercentage=51
MinMapVotes=2
InitialVoteDelay=30
BotRatio=1.000000
GoalScore=25
bTournament=false
bPlayersMustBeReady=false
NetWait=15
ClientProcessingTimeout=30
RestartWait=30
MinNetPlayers=1
bWaitForNetPlayers=true
LateEntryLives=1
TimeLimit=20
GameDifficulty=+5.0
EndTimeDelay=4.000000
bAllowMapVoting=true
VoteDuration=45
WebServerClassName=UWeb.WebServer
bMidGameMapVoting=True
MapVotePercentage=51
MinMapVotes=2
InitialVoteDelay=30
I searched the forums, could find no answer. I was hoping someone might be able to help me.
Comment