[PluginHandler] Loading plugin "\ManiaLivePlugins\eXpansion\Database\Database" 0.9.8.3...
PHP Fatal error: Call to undefined function Maniaplanet\DedicatedServer\mb_check_encoding() in /home/tm2/eXpansion-0.9.7/vendor/maniaplanet/dedicated-server-api/libraries/Maniaplanet/DedicatedServer/Connection.php on line 4253
Fatal error: Call to undefined function Maniaplanet\DedicatedServer\mb_check_encoding() in /home/tm2/eXpansion-0.9.7/vendor/maniaplanet/dedicated-server-api/libraries/Maniaplanet/DedicatedServer/Connection.php on line 4253
What am i missing? Does the new update need any additional php modules??
Best regards
madmax
P.S. FINE PLUGIN!!!! REALLY NICE AND EASY TO USE!!!
Hi, did you do the update manually yourself or through the infâme upgrader?
Can you check the git wiki on the update issues? I will try to give more information once I am home
Developper for The next generation, Clean and Powerfull controller eXpansion for your SM & TM server . Working on eXpansion² with full MP4 support and many other awesome features...
madmax75 wrote:
What am i missing? Does the new update need any additional php modules??
The error your having, it looks like the updated dedicated server connection API needs additionally "PHP multibyte string" extension! Since that mb_check_encoding() exists at that extension.
At least for windows php.ini it is called "php_mbstring".
I'm not sure about Linux, but i would guess if you install it using package manager it would be named something like "php5-mbstring" or "php5_mbstring" or similar.. distribution vary quite a lot and I know only Ubuntu, and not much it either
Anyway,
Have to add a checker for the extension then, so it says if it misses and doesn't start.
PHP Fatal error: Call to undefined function ManiaLive\Application\displayAndLogError() in /home/tm2/eXpansion-0.9.7/vendor/maniaplanet/manialive-lib/ManiaLive/Application/ErrorHandling.php on line 33
Fatal error: Call to undefined function ManiaLive\Application\displayAndLogError() in /home/tm2/eXpansion-0.9.7/vendor/maniaplanet/manialive-lib/ManiaLive/Application/ErrorHandling.php on line 33
and give me the results. To go back to 0.9.7 you can use git checkout master command which will switch you to the latest stable. Normally the 0.9.8.3 is more stable but seems that something went wrong with your update. Can you give me your full logstash, that error is the last one there must be one before? Empty the content in logs directory and after crash give me what there is in manialive-error.log
Developper for The next generation, Clean and Powerfull controller eXpansion for your SM & TM server . Working on eXpansion² with full MP4 support and many other awesome features...
_| _| _| _| _|
_|_| _|_| _|_|_| _|_|_| _|_|_| _| _| _| _|_|
_| _| _| _| _| _| _| _| _| _| _| _| _| _| _|_|_|_|
_| _| _| _| _| _| _| _| _| _| _| _| _| _|
_| _| _|_|_| _| _| _| _|_|_| _|_|_|_| _| _| _|_|_|
-----------------------------------------------------
PHP Environment Compatibility Test
-----------------------------------------------------
PHP 5.3.1 or newer -> required -> [ Yes ] 5.6.4
Standard PHP Library -> required -> [ Yes ]
JSON -> required -> [ Yes ]
cURL with SSL -> required -> [ Yes ] 7.19.7 (with NSS/3.16.2.3 Basic ECC)
MySQL -> optional -> [ Yes ]
SQLite3 -> optional -> [ Yes ]
-----------------------------------------------------
Timezone is not set in php.ini. Please edit it and change/set "date.timezone" appropriately. Setting to default: 'UTC'
Running ManiaLive 4.0.0...
[PluginHandler] Start plugin load process:
[PluginHandler] Loading plugin "\ManiaLivePlugins\eXpansion\AutoLoad\AutoLoad" 0.9.8.3...
[eXpansion] AutoLoading eXpansion pack ...
[eXpansion][Adm/AdminPanel][BasicPlugin]onLoad exception:\ManiaLivePlugins\eXpansion\AutoLoad\AutoLoad -> uasort() expects parameter 1 to be array, null given
[eXpansion][Adm/AdminPanel][BasicPlugin]ErrorException
Message: uasort() expects parameter 1 to be array, null given
Code: 2
/home/tm2/eXpansionCurr/libraries/ManiaLivePlugins/eXpansion/AutoLoad/AutoLoad.php (381)
/home/tm2/eXpansionCurr/libraries/ManiaLivePlugins/eXpansion/Core/types/ErrorHandler.php(15): ManiaLive\Application\ErrorHandling::createExceptionFromError(2, 'uasort() expect...', '/home/tm2/eXpan...', 381)
[internal function]: ManiaLivePlugins\eXpansion\Core\types\ErrorHandler::createExceptionFromError(2, 'uasort() expect...', '/home/tm2/eXpan...', 381, Array)
/home/tm2/eXpansionCurr/libraries/ManiaLivePlugins/eXpansion/AutoLoad/AutoLoad.php(381): uasort(NULL, Array)
/home/tm2/eXpansionCurr/libraries/ManiaLivePlugins/eXpansion/AutoLoad/AutoLoad.php(339): ManiaLivePlugins\eXpansion\AutoLoad\AutoLoad->loadAvailablePluginMetaDataFromPath('libraries/Mania...')
/home/tm2/eXpansionCurr/libraries/ManiaLivePlugins/eXpansion/AutoLoad/AutoLoad.php(345): ManiaLivePlugins\eXpansion\AutoLoad\AutoLoad->findAvailablePluginsInPath('libraries/Mania...', 0)
/home/tm2/eXpansionCurr/libraries/ManiaLivePlugins/eXpansion/AutoLoad/AutoLoad.php(345): ManiaLivePlugins\eXpansion\AutoLoad\AutoLoad->findAvailablePluginsInPath('libraries/Mania...', 1)
/home/tm2/eXpansionCurr/libraries/ManiaLivePlugins/eXpansion/AutoLoad/AutoLoad.php(323): ManiaLivePlugins\eXpansion\AutoLoad\AutoLoad->findAvailablePluginsInPath('libraries/Mania...', 2)
/home/tm2/eXpansionCurr/libraries/ManiaLivePlugins/eXpansion/AutoLoad/AutoLoad.php(62): ManiaLivePlugins\eXpansion\AutoLoad\AutoLoad->findAvailablePlugins()
/home/tm2/eXpansionCurr/libraries/ManiaLivePlugins/eXpansion/Core/types/BasicPlugin.php(224): ManiaLivePlugins\eXpansion\AutoLoad\AutoLoad->exp_onLoad()
/home/tm2/eXpansionCurr/vendor/maniaplanet/manialive-lib/ManiaLive/PluginHandler/PluginHandler.php(135): ManiaLivePlugins\eXpansion\Core\types\BasicPlugin->onLoad()
/home/tm2/eXpansionCurr/vendor/maniaplanet/manialive-lib/ManiaLive/PluginHandler/PluginHandler.php(223): ManiaLive\PluginHandler\PluginHandler->prepare(Object(ManiaLivePlugins\eXpansion\AutoLoad\AutoLoad))
/home/tm2/eXpansionCurr/vendor/maniaplanet/manialive-lib/ManiaLive/Application/Event.php(31): ManiaLive\PluginHandler\PluginHandler->onInit()
/home/tm2/eXpansionCurr/vendor/maniaplanet/manialive-lib/ManiaLive/Event/Dispatcher.php(121): ManiaLive\Application\Event->fireDo(Object(ManiaLive\PluginHandler\PluginHandler))
/home/tm2/eXpansionCurr/vendor/maniaplanet/manialive-lib/ManiaLive/Application/Application.php(92): ManiaLive\Event\Dispatcher::dispatch(Object(ManiaLive\Application\Event))
/home/tm2/eXpansionCurr/vendor/maniaplanet/manialive-lib/ManiaLive/Application/Application.php(99): ManiaLive\Application\Application->init()
/home/tm2/eXpansionCurr/bootstrapper.php(73): ManiaLive\Application\Application->run()
{main}
[PluginHandler] Loading plugin "\ManiaLivePlugins\eXpansion\Chatlog\Chatlog" 0.9.8.3...
[\ManiaLivePlugins\eXpansion\Chatlog\Chatlog]..............................FAIL -> will retry
[PluginHandler] Loading plugin "\ManiaLivePlugins\eXpansion\Emotes\Emotes" 0.9.8.3...
[\ManiaLivePlugins\eXpansion\Emotes\Emotes]..............................FAIL -> will retry
[PluginHandler] Loading plugin "\ManiaLivePlugins\eXpansion\DonatePanel\DonatePanel" 0.9.8.3...
[\ManiaLivePlugins\eXpansion\DonatePanel\DonatePanel]..............................FAIL -> will retry
[PluginHandler] Loading plugin "\ManiaLivePlugins\eXpansion\Faq\Faq" 0.9.8.3...
[\ManiaLivePlugins\eXpansion\Faq\Faq]..............................FAIL -> will retry
[PluginHandler] Loading plugin "\ManiaLivePlugins\eXpansion\JoinLeaveMessage\JoinLeaveMessage" 0.9.8.3...
[\ManiaLivePlugins\eXpansion\JoinLeaveMessage\JoinLeaveMessage]..............................FAIL -> will retry
[PluginHandler] Loading plugin "\ManiaLivePlugins\eXpansion\LocalRecords\LocalRecords" 0.9.8.3...
[\ManiaLivePlugins\eXpansion\LocalRecords\LocalRecords]..............................FAIL -> will retry
[PluginHandler] Loading plugin "\ManiaLivePlugins\eXpansion\ManiaExchange\ManiaExchange" 0.9.8.3...
[eXpansion][Adm/AdminPanel][BasicPlugin]onUnload exception:\ManiaLivePlugins\eXpansion\ManiaExchange\ManiaExchange -> Argument 1 passed to ManiaLivePlugins\eXpansion\AdminGroups\AdminGroups::removeAdminCommand() must be an instance of ManiaLivePlugins\eXpansion\AdminGroups\AdminCmd, null given, called in /home/tm2/eXpansionCurr/libraries/ManiaLivePlugins/eXpansion/ManiaExchange/ManiaExchange.php on line 400 and defined
[\ManiaLivePlugins\eXpansion\ManiaExchange\ManiaExchange]..............................FAIL -> will retry
[PluginHandler] Loading plugin "\ManiaLivePlugins\eXpansion\MapRatings\MapRatings" 0.9.8.3...
[\ManiaLivePlugins\eXpansion\MapRatings\MapRatings]..............................FAIL -> will retry
[PluginHandler] Loading plugin "\ManiaLivePlugins\eXpansion\Maps\Maps" 0.9.8.3...
[eXpansion][Adm/AdminPanel][BasicPlugin]onUnload exception:\ManiaLivePlugins\eXpansion\Maps\Maps -> Argument 1 passed to ManiaLivePlugins\eXpansion\AdminGroups\AdminGroups::removeAdminCommand() must be an instance of ManiaLivePlugins\eXpansion\AdminGroups\AdminCmd, null given, called in /home/tm2/eXpansionCurr/libraries/ManiaLivePlugins/eXpansion/Maps/Maps.php on line 1127 and defined
[\ManiaLivePlugins\eXpansion\Maps\Maps]..............................FAIL -> will retry
[PluginHandler] Loading plugin "\ManiaLivePlugins\eXpansion\PersonalMessages\PersonalMessages" 0.9.8.3...
[eXpansion][Adm/AdminPanel][BasicPlugin]onUnload exception:\ManiaLivePlugins\eXpansion\PersonalMessages\PersonalMessages -> Argument 1 passed to ManiaLivePlugins\eXpansion\AdminGroups\AdminGroups::removeAdminCommand() must be an instance of ManiaLivePlugins\eXpansion\AdminGroups\AdminCmd, null given, called in /home/tm2/eXpansionCurr/libraries/ManiaLivePlugins/eXpansion/PersonalMessages/PersonalMessages.php on line 189 and defined
[\ManiaLivePlugins\eXpansion\PersonalMessages\PersonalMessages]..............................FAIL -> will retry
[PluginHandler] Loading plugin "\ManiaLivePlugins\eXpansion\Players\Players" 0.9.8.3...
[\ManiaLivePlugins\eXpansion\Players\Players]..............................FAIL -> will retry
[PluginHandler] Loading plugin "\ManiaLivePlugins\eXpansion\Statistics\Statistics" 0.9.8.3...
[\ManiaLivePlugins\eXpansion\Statistics\Statistics]..............................FAIL -> will retry
[PluginHandler] Loading plugin "\ManiaLivePlugins\eXpansion\Votes\Votes" 0.9.8.3...
[\ManiaLivePlugins\eXpansion\Votes\Votes]..............................FAIL -> will retry
[PluginHandler] Loading plugin "\ManiaLivePlugins\eXpansion\Widgets_Clock\Widgets_Clock" 0.9.8.3...
[\ManiaLivePlugins\eXpansion\Widgets_Clock\Widgets_Clock]..............................FAIL -> will retry
[PluginHandler] Loading plugin "\ManiaLivePlugins\eXpansion\Widgets_BestCheckpoints\Widgets_BestCheckpoints" 0.9.8.3...
[\ManiaLivePlugins\eXpansion\Widgets_BestCheckpoints\Widgets_BestCheckpoints]..............................FAIL -> will retry
[PluginHandler] Loading plugin "\ManiaLivePlugins\eXpansion\Widgets_EndRankings\Widgets_EndRankings" 0.9.8.3...
[\ManiaLivePlugins\eXpansion\Widgets_EndRankings\Widgets_EndRankings]..............................FAIL -> will retry
[PluginHandler] Loading plugin "\ManiaLivePlugins\eXpansion\Widgets_PersonalBest\Widgets_PersonalBest" 0.9.8.3...
[\ManiaLivePlugins\eXpansion\Widgets_PersonalBest\Widgets_PersonalBest]..............................FAIL -> will retry
[\ManiaLivePlugins\eXpansion\Widgets_RecordSide\Widgets_RecordSide]..............................Doesen't exist -> not loading
[PluginHandler] Loading plugin "\ManiaLivePlugins\eXpansion\Widgets_Times\Widgets_Times" 0.9.8.3...
Unloading \ManiaLivePlugins\eXpansion\Widgets_Times\Widgets_Times
[eXpansion] Unloading Dependencies of \ManiaLivePlugins\eXpansion\Widgets_Times\Widgets_Times
[\ManiaLivePlugins\eXpansion\Widgets_Times\Widgets_Times]..............................FAIL -> will retry
[PluginHandler] Loading plugin "\ManiaLivePlugins\eXpansion\Widgets_ResSkip\Widgets_ResSkip" 0.9.8.3...
[\ManiaLivePlugins\eXpansion\Widgets_ResSkip\Widgets_ResSkip]..............................FAIL -> will retry
[PluginHandler] Loading plugin "\ManiaLivePlugins\eXpansion\Widgets_ServerInfo\Widgets_ServerInfo" 0.9.8.3...
[\ManiaLivePlugins\eXpansion\Widgets_ServerInfo\Widgets_ServerInfo]..............................FAIL -> will retry
[PluginHandler] Loading plugin "\ManiaLivePlugins\eXpansion\Widgets_LocalRecords\Widgets_LocalRecords" 0.9.8.3...
[\ManiaLivePlugins\eXpansion\Widgets_LocalRecords\Widgets_LocalRecords]..............................FAIL -> will retry
[PluginHandler] Loading plugin "\ManiaLivePlugins\eXpansion\Widgets_LiveRankings\Widgets_LiveRankings" 0.9.8.3...
[\ManiaLivePlugins\eXpansion\Widgets_LiveRankings\Widgets_LiveRankings]..............................FAIL -> will retry
[\ManiaLivePlugins\eXpansion\Widgets_Dedimania\Widgets_Dedimania]..............................Doesen't exist -> not loading
[PluginHandler] Loading plugin "\ManiaLivePlugins\eXpansion\Chatlog\Chatlog" 0.9.8.3...
[\ManiaLivePlugins\eXpansion\Chatlog\Chatlog]..............................FAIL -> will retry
[PluginHandler] Loading plugin "\ManiaLivePlugins\eXpansion\Emotes\Emotes" 0.9.8.3...
[\ManiaLivePlugins\eXpansion\Emotes\Emotes]..............................FAIL -> will retry
[PluginHandler] Loading plugin "\ManiaLivePlugins\eXpansion\DonatePanel\DonatePanel" 0.9.8.3...
[\ManiaLivePlugins\eXpansion\DonatePanel\DonatePanel]..............................FAIL -> will retry
[PluginHandler] Loading plugin "\ManiaLivePlugins\eXpansion\Faq\Faq" 0.9.8.3...
[\ManiaLivePlugins\eXpansion\Faq\Faq]..............................FAIL -> will retry
[PluginHandler] Loading plugin "\ManiaLivePlugins\eXpansion\JoinLeaveMessage\JoinLeaveMessage" 0.9.8.3...
[\ManiaLivePlugins\eXpansion\JoinLeaveMessage\JoinLeaveMessage]..............................FAIL -> will retry
[PluginHandler] Loading plugin "\ManiaLivePlugins\eXpansion\LocalRecords\LocalRecords" 0.9.8.3...
[\ManiaLivePlugins\eXpansion\LocalRecords\LocalRecords]..............................FAIL -> will retry
[PluginHandler] Loading plugin "\ManiaLivePlugins\eXpansion\ManiaExchange\ManiaExchange" 0.9.8.3...
[eXpansion][Adm/AdminPanel][BasicPlugin]onUnload exception:\ManiaLivePlugins\eXpansion\ManiaExchange\ManiaExchange -> Argument 1 passed to ManiaLivePlugins\eXpansion\AdminGroups\AdminGroups::removeAdminCommand() must be an instance of ManiaLivePlugins\eXpansion\AdminGroups\AdminCmd, null given, called in /home/tm2/eXpansionCurr/libraries/ManiaLivePlugins/eXpansion/ManiaExchange/ManiaExchange.php on line 400 and defined
[\ManiaLivePlugins\eXpansion\ManiaExchange\ManiaExchange]..............................FAIL -> will retry
[PluginHandler] Loading plugin "\ManiaLivePlugins\eXpansion\MapRatings\MapRatings" 0.9.8.3...
[\ManiaLivePlugins\eXpansion\MapRatings\MapRatings]..............................FAIL -> will retry
[PluginHandler] Loading plugin "\ManiaLivePlugins\eXpansion\Maps\Maps" 0.9.8.3...
[eXpansion][Adm/AdminPanel][BasicPlugin]onUnload exception:\ManiaLivePlugins\eXpansion\Maps\Maps -> Argument 1 passed to ManiaLivePlugins\eXpansion\AdminGroups\AdminGroups::removeAdminCommand() must be an instance of ManiaLivePlugins\eXpansion\AdminGroups\AdminCmd, null given, called in /home/tm2/eXpansionCurr/libraries/ManiaLivePlugins/eXpansion/Maps/Maps.php on line 1127 and defined
[\ManiaLivePlugins\eXpansion\Maps\Maps]..............................FAIL -> will retry
[PluginHandler] Loading plugin "\ManiaLivePlugins\eXpansion\PersonalMessages\PersonalMessages" 0.9.8.3...
[eXpansion][Adm/AdminPanel][BasicPlugin]onUnload exception:\ManiaLivePlugins\eXpansion\PersonalMessages\PersonalMessages -> Argument 1 passed to ManiaLivePlugins\eXpansion\AdminGroups\AdminGroups::removeAdminCommand() must be an instance of ManiaLivePlugins\eXpansion\AdminGroups\AdminCmd, null given, called in /home/tm2/eXpansionCurr/libraries/ManiaLivePlugins/eXpansion/PersonalMessages/PersonalMessages.php on line 189 and defined
[\ManiaLivePlugins\eXpansion\PersonalMessages\PersonalMessages]..............................FAIL -> will retry
[PluginHandler] Loading plugin "\ManiaLivePlugins\eXpansion\Players\Players" 0.9.8.3...
[\ManiaLivePlugins\eXpansion\Players\Players]..............................FAIL -> will retry
[PluginHandler] Loading plugin "\ManiaLivePlugins\eXpansion\Statistics\Statistics" 0.9.8.3...
[\ManiaLivePlugins\eXpansion\Statistics\Statistics]..............................FAIL -> will retry
[PluginHandler] Loading plugin "\ManiaLivePlugins\eXpansion\Votes\Votes" 0.9.8.3...
[\ManiaLivePlugins\eXpansion\Votes\Votes]..............................FAIL -> will retry
[PluginHandler] Loading plugin "\ManiaLivePlugins\eXpansion\Widgets_Clock\Widgets_Clock" 0.9.8.3...
[\ManiaLivePlugins\eXpansion\Widgets_Clock\Widgets_Clock]..............................FAIL -> will retry
[PluginHandler] Loading plugin "\ManiaLivePlugins\eXpansion\Widgets_BestCheckpoints\Widgets_BestCheckpoints" 0.9.8.3...
[\ManiaLivePlugins\eXpansion\Widgets_BestCheckpoints\Widgets_BestCheckpoints]..............................FAIL -> will retry
[PluginHandler] Loading plugin "\ManiaLivePlugins\eXpansion\Widgets_EndRankings\Widgets_EndRankings" 0.9.8.3...
[\ManiaLivePlugins\eXpansion\Widgets_EndRankings\Widgets_EndRankings]..............................FAIL -> will retry
[PluginHandler] Loading plugin "\ManiaLivePlugins\eXpansion\Widgets_PersonalBest\Widgets_PersonalBest" 0.9.8.3...
[\ManiaLivePlugins\eXpansion\Widgets_PersonalBest\Widgets_PersonalBest]..............................FAIL -> will retry
[\ManiaLivePlugins\eXpansion\Widgets_RecordSide\Widgets_RecordSide]..............................Doesen't exist -> not loading
[PluginHandler] Loading plugin "\ManiaLivePlugins\eXpansion\Widgets_Times\Widgets_Times" 0.9.8.3...
Unloading \ManiaLivePlugins\eXpansion\Widgets_Times\Widgets_Times
[eXpansion] Unloading Dependencies of \ManiaLivePlugins\eXpansion\Widgets_Times\Widgets_Times
[\ManiaLivePlugins\eXpansion\Widgets_Times\Widgets_Times]..............................FAIL -> will retry
[PluginHandler] Loading plugin "\ManiaLivePlugins\eXpansion\Widgets_ResSkip\Widgets_ResSkip" 0.9.8.3...
[\ManiaLivePlugins\eXpansion\Widgets_ResSkip\Widgets_ResSkip]..............................FAIL -> will retry
[PluginHandler] Loading plugin "\ManiaLivePlugins\eXpansion\Widgets_ServerInfo\Widgets_ServerInfo" 0.9.8.3...
[\ManiaLivePlugins\eXpansion\Widgets_ServerInfo\Widgets_ServerInfo]..............................FAIL -> will retry
[PluginHandler] Loading plugin "\ManiaLivePlugins\eXpansion\Widgets_LocalRecords\Widgets_LocalRecords" 0.9.8.3...
[\ManiaLivePlugins\eXpansion\Widgets_LocalRecords\Widgets_LocalRecords]..............................FAIL -> will retry
[PluginHandler] Loading plugin "\ManiaLivePlugins\eXpansion\Widgets_LiveRankings\Widgets_LiveRankings" 0.9.8.3...
[\ManiaLivePlugins\eXpansion\Widgets_LiveRankings\Widgets_LiveRankings]..............................FAIL -> will retry
[\ManiaLivePlugins\eXpansion\Widgets_Dedimania\Widgets_Dedimania]..............................Doesen't exist -> not loading
[PluginHandler] All registered plugins have been loaded
ERROR: Object of class stdClass could not be converted to string
ERROR: Object of class stdClass could not be converted to string
ERROR: Object of class stdClass could not be converted to string
ERROR: Object of class stdClass could not be converted to string
ERROR: Object of class stdClass could not be converted to string
ERROR: Object of class stdClass could not be converted to string
ERROR: Object of class stdClass could not be converted to string
ERROR: Object of class stdClass could not be converted to string
ERROR: Object of class stdClass could not be converted to string
ERROR: Object of class stdClass could not be converted to string
ERROR: Object of class stdClass could not be converted to string
ERROR: Object of class stdClass could not be converted to string
ERROR: Object of class stdClass could not be converted to string
ERROR: Object of class stdClass could not be converted to string
ERROR: Object of class stdClass could not be converted to string
ERROR: Object of class stdClass could not be converted to string
ERROR: Object of class stdClass could not be converted to string
ERROR: Object of class stdClass could not be converted to string
ERROR: Object of class stdClass could not be converted to string
ERROR: Object of class stdClass could not be converted to string
ERROR: Object of class stdClass could not be converted to string
ERROR: Object of class stdClass could not be converted to string
ERROR: Object of class stdClass could not be converted to string
ERROR: Object of class stdClass could not be converted to string
ERROR: Object of class stdClass could not be converted to string
ERROR: Object of class stdClass could not be converted to string
ERROR: Object of class stdClass could not be converted to string
ERROR: Object of class stdClass could not be converted to string
ERROR: Object of class stdClass could not be converted to string
ERROR: Object of class stdClass could not be converted to string
ERROR: Object of class stdClass could not be converted to string
ERROR: Object of class stdClass could not be converted to string
ERROR: Object of class stdClass could not be converted to string
ERROR: Object of class stdClass could not be converted to string
ERROR: Object of class stdClass could not be converted to string
ERROR: Object of class stdClass could not be converted to string