Page 18 of 24
Re: Feedback and Reports for the development branch
Posted: 29 Dec 2015, 12:49
by Lovemaster
askuri wrote:Any errors before crash?
The only other errors in the logs were a bunch of these. I can confirm that the maplist was successfully written.
Code: Select all
[PHP 4096] Object of class Message could not be converted to string on line 123 in file /home/tmf/Loveshacktm2/uaseco/plugins/plugin.welcome_center.php
Re: Feedback and Reports for the development branch
Posted: 29 Dec 2015, 13:57
by askuri
Strange. But the welcome center can't be the problem
Re: Feedback and Reports for the development branch
Posted: 30 Dec 2015, 00:51
by undef.de
Lovemaster wrote:
Code: Select all
[PHP Fatal Error] Call to undefined method Message::sendToChat() on line 2129 in file /home/tmf/Loveshacktm2/uaseco/plugins/chat.admin.php
The plugin at github has at line 2129 only a comment:
https://github.com/undeflabs/UASECO/blo ... .php#L2129
Are you sure you use the right one?
Re: Feedback and Reports for the development branch
Posted: 30 Dec 2015, 01:01
by Lovemaster
undef.de wrote:Lovemaster wrote:
Code: Select all
[PHP Fatal Error] Call to undefined method Message::sendToChat() on line 2129 in file /home/tmf/Loveshacktm2/uaseco/plugins/chat.admin.php
The plugin at github has at line 2129 only a comment:
https://github.com/undeflabs/UASECO/blo ... .php#L2129
Are you sure you use the right one?
I'll double check tomorrow.
Re: Feedback and Reports for the development branch
Posted: 30 Dec 2015, 10:48
by hackie
Code: Select all
[2015-12-28 23:11:33] [Admin] MasterAdmin [truffeltje] wrote map list: TMStadiumA.txt !
[PHP Fatal Error] Call to undefined method Message::sendToChat() on line 2070 in file F:\MP3-servers\MP3-Uaseco80K\UASECO\plugins\chat.admin.php
Same problem.
I did a clean uaseco install from github.
Re: Feedback and Reports for the development branch
Posted: 30 Dec 2015, 13:02
by Lovemaster
Yes I'm using the correct version. I forgot that I had to make some edits to how the restartmap function is handled. I use a customized scoretable. When using the restartmap function in its present state, the scoretable will revert back to the default one. To bypass this issue, I changed restartmap to function like replaymap and skip combined. That's why the error line number doesn't match up with the one on github. My apologies for any confusion.
Re: Feedback and Reports for the development branch
Posted: 30 Dec 2015, 14:15
by undef.de
hackie wrote:Code: Select all
[PHP 4096] Object of class Message could not be converted to string on line 123 in file plugins\plugin.welcome_center.php
Made a screenshot with widgets :
Fixed.
hackie wrote:command /admin res results in : " MasterAdmin blablabla queues map for replay ' in chat.
What was wrong with : MasterAdmin blablabla restarts challenge ?
Nothing changed here, it is still the same as in XAseco2/1.03
Yes it is, it is just an example: That has to be changed to the related settings from each server.
hackie wrote:Code: Select all
[2015-12-28 14:28:14] [MusicServer] Could not access local song [F:\MP3-servers\MP3-Uaseco80K\GameData\http://maniacdn.net/undef.de/shared/music/Trackmania-United-Bay.ogg]!!!
Fixed.
Lovemaster wrote:I just tried writing a maplist and it crashed uaseco...
Code: Select all
[2015-12-28 16:16:01] [Chat] Player [andygev35] used command "/admin writemaplist"
[2015-12-28 16:16:01] [Admin] MasterAdmin [andygev35] wrote map list: maplist.txt !
[PHP Fatal Error] Call to undefined method Message::sendToChat() on line 2129 in file /home/tmf/Loveshacktm2/uaseco/plugins/chat.admin.php
Fixed.
@askuri: We renamed sendToChat() to sendChatMessage().
Update at github soon.
Re: Feedback and Reports for the development branch
Posted: 30 Dec 2015, 14:24
by Lovemaster
Every function that uses the method sendToChat() crashes Uaseco. For the time being, in chat.admin.php I've replaced every instance of "sendToChat()" with "sendChatMessage()". This works for now until the sendToChat() method has been defined.
Re: Feedback and Reports for the development branch
Posted: 30 Dec 2015, 14:48
by Lovemaster
With today's update, crash on startup...
Code: Select all
[PHP Notice] Undefined variable: aseco on line 129 in file /home/tmf/Loveshacktm2/uaseco/plugins/plugin.welcome_center.php
[PHP Fatal Error] Call to a member function formatColors() on a non-object on line 129 in file /home/tmf/Loveshacktm2/uaseco/plugins/plugin.welcome_center.php
Re: Feedback and Reports for the development branch
Posted: 30 Dec 2015, 15:00
by hackie
undef.de wrote:hackie wrote:Code: Select all
[PHP 4096] Object of class Message could not be converted to string on line 123 in file plugins\plugin.welcome_center.php
Made a screenshot with widgets :
Fixed.
hackie wrote:command /admin res results in : " MasterAdmin blablabla queues map for replay ' in chat.
What was wrong with : MasterAdmin blablabla restarts challenge ?
Nothing changed here, it is still the same as in XAseco2/1.03
Xaseco2 version 1.03
