Page 2 of 10

Re: UASECO 0.9.5 (2017-06-08) released

Posted: 09 Jun 2017, 12:12
by undef.de
rasmusdk wrote: 09 Jun 2017, 00:34 What did I do wrong on updating to 095.
Widgets (dedi/local/live ranking) come and go as it suits them, and only the same widgets are displayed on the podium. (info bar is fine)
Same issue with update from Github the other day. (github095-0406 works fine) I simply can not figure out what's wrong.

Code: Select all

[PHP Notice] Undefined index: CALLVOTE_DISABLED on line 486 in file H:\TM2Server\_uaseco\plugins\plugin.vote_manager.php
Seems you have removed the entry <messages><callvote_disabled>, because that's there since 0.9.0.

rasmusdk wrote: 09 Jun 2017, 00:34

Code: Select all

[UASECO Exception] Error returned: "Invalid Manialink page: XML Error at [65, 0]: Parsing attribute " pos" " [-1000] at GbxRemote::query() for method "SendDisplayManialinkPageToLogin" with arguments:
array(4) {
  [0]=>
  string(8) "rasmusdk"
  [1]=>
  string(18072) "[...]"
  [2]=>
  int(0)
  [3]=>
  bool(false)
}
That's strange I'm pretty sure I've fixed it, but the file don't includes my changes about that... ok, then I have to do it once again. Fixed for the next release.

EDIT: To fix this, just remove the "//" at the begin of line 14247.

Re: UASECO 0.9.5 (2017-06-08) released

Posted: 09 Jun 2017, 13:15
by endbase
undef.de wrote: 09 Jun 2017, 12:12 EDIT: To fix this, just remove the "//" at the begin of line 14247.
That did the trick thx alot :) :thumbsup:

Re: UASECO 0.9.5 (2017-06-08) released

Posted: 09 Jun 2017, 13:25
by rasmusdk
undef.de wrote: 09 Jun 2017, 12:12 That's strange I'm pretty sure I've fixed it, but the file don't includes my changes about that... ok, then I have to do it once again. Fixed for the next release.

EDIT: To fix this, just remove the "//" at the begin of line 14247.
Super it works and all is fine - Thanks!

...so just a little thing in 'autotime.xml' (all Uaseco versions)

Code: Select all

	<!-- 2 = in message window, 1 = in chat, 0 = none -->
	<display>0</display>
</settings>
using 0 , message still come in chat. (like 1)

Re: UASECO 0.9.5 (2017-06-08) released

Posted: 09 Jun 2017, 13:29
by undef.de
rasmusdk wrote: 09 Jun 2017, 13:25 ...so just a little thing in 'autotime.xml' (all Uaseco versions)

Code: Select all

	<!-- 2 = in message window, 1 = in chat, 0 = none -->
	<display>0</display>
</settings>
using 0 , message still come in chat. (like 1)
That "message window" doesn't exists yet and that's why these things are not working well/the right way. That's still on the todo list. 8-)
And "0" has been fixed in plugin.autotime.php.

Re: UASECO 0.9.5 (2017-06-08) released

Posted: 09 Jun 2017, 13:48
by rasmusdk
undef.de wrote: 09 Jun 2017, 13:29
rasmusdk wrote: 09 Jun 2017, 13:25 ...so just a little thing in 'autotime.xml' (all Uaseco versions)

Code: Select all

	<!-- 2 = in message window, 1 = in chat, 0 = none -->
	<display>0</display>
</settings>
using 0 , message still come in chat. (like 1)
That "message window" doesn't exists yet and that's why these things are not working well/the right way. That's still on the todo list. 8-)
And "0" has been fixed in plugin.autotime.php.
The chatmessage come from 'plugin.autotime.xml'

If i disable it here

Code: Select all

	<!--
	<message_default>
	.....
chat show a empty line.

Re: UASECO 0.9.5 (2017-06-08) released

Posted: 09 Jun 2017, 16:07
by aca
Hello,

in plugins/chat.rasp_nextrank.php there is a semicolon missing in line 123

Code: Select all

$pl = $aseco->server->players->getPlayerByLogin($login)
Further some XML-bagatelles:
/newinstall/checkpoints.xml (line 86) it should be &amp; instead of &

Code: Select all

<cheater_blacklisted_and_banned>{#server}» {#admin}Cheater {#highlite}{1}$Z$S{#admin} blacklisted &amp; banned!</cheater_blacklisted_and_banned>
"--" in between <!-- --> comments is recommended to be replaced in files:
newinstall/config/tachometer/template_classic.xml
newinstall/config/customize_quit_dialog/default.xml

Greetings, aca

Re: UASECO 0.9.5 (2017-06-08) released

Posted: 09 Jun 2017, 18:02
by undef.de
Change, thanks!

Re: UASECO 0.9.5 (2017-06-08) released

Posted: 10 Jun 2017, 09:38
by SSM.Speed...
salut

Code: Select all

[UASECO Exception] Error returned: "Unable to retrieve validation data." [-1000] at GbxRemote::query() for method "GetValidationReplay" with arguments:
array(1) {
  [0]=>
  string(7) "dade123"
????????????????????????????????????? 0.95

Re: UASECO 0.9.5 (2017-06-08) released

Posted: 10 Jun 2017, 09:41
by undef.de
SSM.Speed... wrote: 10 Jun 2017, 09:38

Code: Select all

[UASECO Exception] Error returned: "Unable to retrieve validation data." [-1000] at GbxRemote::query() for method "GetValidationReplay" 
See viewtopic.php?p=286952#p286952

Re: UASECO 0.9.5 (2017-06-08) released

Posted: 10 Jun 2017, 10:05
by SSM.Speed...
undef.de wrote: 10 Jun 2017, 09:41
SSM.Speed... wrote: 10 Jun 2017, 09:38

Code: Select all

[UASECO Exception] Error returned: "Unable to retrieve validation data." [-1000] at GbxRemote::query() for method "GetValidationReplay" 
See viewtopic.php?p=286952#p286952
ty :thx: