Hallo dear!
I have post my problem on top, in this:
http://forums.polserver.com/viewtopic.php?p=3466#3466
and at this:
http://forums.polserver.com/viewtopic.php?t=664
And I have tried all the ways long which advised me. And dear CWO, has advised me to write here for it is already similar to some extent to a bug.
When I start server, I have error with Access Denied:
Code:
Starting: SpawnNet
error{ errortext = "Access denied" }
syslog: [pkg/systems/serverstatus/status.ecl]: error{ errortext = "Access denied
" }
Starting: Ore Server.
This error:
Code:
const FILENAME := "servstat";
...
x := WriteFile(FILENAME, arr);
if( x == error)
print(x);
syslog(x);
endif
At Fileaccess:
Code:
FileAccess
{
Package serverstatus
Extension *
AllowRead 1
AllowWrite 1
AllowAppend 1
AllowRemote 0
}
In a script all is correct! On versions 096; 096.1 all works superb! And on version 097 causes a mistake! For earlier, I'm very grateful!
Thanks!