Page 1 of 1

GbxRemote.inc unpack()

Posted: 10 Sep 2013, 18:51
by steeffeen
hey there

i've been working on a controller thingy lately and sometimes there is a php warning raised in the file GbxRemote.inc.php
after that warning the callbacks seem to be broken, for example there's no EndMap callback from the server anymore (didn't check if ANY callback is coming yet)

Code: Select all

[10-Sep-2013 17:06:50 UTC] PHP Warning:  unpack(): Type V: not enough input, need 4, have 1 in /application/core/PhpRemote/GbxRemote.inc.php on line 756
could please anyone tell how i can fix this warning or at least tell me how i can handle it properly that it doesn't break my whole controller connection?

thanks in advance
steff

Re: GbxRemote.inc unpack()

Posted: 11 Sep 2013, 10:05
by steeffeen
alright after finding this thread http://forum.maniaplanet.com/viewtopic.php?f=46&t=698
i've changed the value mbstring.func_overload and now i'm gonna wait for the warning to appear again :D

//Edit: nope, still happens (two times today already)