
12-20-2012, 05:38 PM
|
|
|
Join Date: Sep 2011
Posts: 477
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by RedFoxy
Hello!
I've a trouble with vBSSO, vBulletin 4.2.0 PL3 and MediaWiki 1.19.2, everyday i got a lot of the following errors:
Code:
Thu Dec 20 17:00:05 2012,849 [77426] ERROR localFileLogger - Communication: Unable to accept response:
Tring to understand the trouble, I had actived the debug logging, until I got the error:
Code:
Thu Dec 20 17:00:05 2012,808 [77426] DEBUG localFileLogger - Platform listener:
Thu Dec 20 17:00:05 2012,808 [77426] DEBUG localFileLogger - array (
'id' => '1',
'url' => 'http://www.softairmania.it/samwiki/api.php?action=vbsso',
'username' => '',
'product' => '9',
'lid' => 'xxxxxxxxxxxxxx.xxxxxxxx',
'profile_fields' => '',
)
Thu Dec 20 17:00:05 2012,808 [77426] DEBUG localFileLogger - Platform request JSON: {"userid":"xxx","email":"xxxxx@xxxxxx.xx","username":"xxxxxxxx","e":2,"lid":"xxxxxxxxxxxxxx.xxxxxxxx","d":"http:\/\/www.softairmania.it\/forum.php"}
Thu Dec 20 17:00:05 2012,808 [77426] DEBUG localFileLogger - Platform request encrypted JSON: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Thu Dec 20 17:00:05 2012,809 [77426] DEBUG localFileLogger - Platform request urlencoded/encrypted JSON: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Thu Dec 20 17:00:05 2012,848 [77426] DEBUG localFileLogger - Communication: Platform returned http status code: 200
Thu Dec 20 17:00:05 2012,849 [77426] DEBUG localFileLogger - Communication: Platform returned error:
Thu Dec 20 17:00:05 2012,849 [77426] DEBUG localFileLogger - Communication: Platform returned response: <br />
<b>Fatal error</b>: Call to a member function setEmail() on a non-object in <b>/xxxxx/samwiki/extensions/vbsso/includes/api.1.0.php</b> on line <b>46</b><br />
Thu Dec 20 17:00:05 2012,849 [77426] ERROR localFileLogger - Communication: Unable to accept response:
Thu Dec 20 17:00:05 2012,849 [77426] ERROR localFileLogger -
The trouble is in MediaWiki vbsso's extension file /vbsso/includes/api.1.0.php it try to use setEmail() but it's not go or the class passed by JSON isn't an object.
There is a way to fix or what?
|
Thanks for the catch, we have added it to the issues list to release a fix in next update.
|