Calendar 1.0.0 Array to string conversion ACP error

Fresh/Clean install.
Each time the /events/ page is loaded, ACP error of;
Code:
Server Error Log
Error Info
ErrorException: Array to string conversion - library/Zend/Db/Statement/Mysqli.php:208
Generated By: Mouth, A moment ago
Stack Trace
#0 [internal function]: XenForo_Application::handlePhpError(8, 'Array to string...', '...', 208, Array)
#1 library/Zend/Db/Statement/Mysqli.php(208): mysqli_stmt->execute()
#2 library/Zend/Db/Statement.php(297): Zend_Db_Statement_Mysqli->_execute(Array)
#3 library/Zend/Db/Adapter/Abstract.php(479): Zend_Db_Statement->execute(Array)
#4 library/XenForo/Model.php(219): Zend_Db_Adapter_Abstract->query('\n\t\t\t\tSELECT use...', Array, 2)
#5 library/XenForo/Model/User.php(420): XenForo_Model->fetchAllKeyed('\n\t\t\t\tSELECT use...', 'user_id', Array)
#6 library/NixFifty/Calendar/ControllerPublic/Event.php(1915): XenForo_Model_User->getBirthdayUsers(Array, Array, Array)
#7 library/XenForo/FrontController.php(369): NixFifty_Calendar_ControllerPublic_Event->actionBirthdaysFeed()
#8 library/XenForo/FrontController.php(152): XenForo_FrontController->dispatch(Object(XenForo_RouteMatch))
#9 index.php(13): XenForo_FrontController->run()
#10 {main}
Request State
array(3) {
  ["url"] => string(251) "/events/birthdays-feed?active_recently=1&_xfToken=xx&_xfNoRedirect=1&_xfResponseType=json&start=2018-06-25&end=2018-07-02&timezone=Australia%2FSydney&_=1529975344486"
  ["_GET"] => array(9) {
    ["/events/birthdays-feed"] => string(0) ""
    ["active_recently"] => string(1) "1"
    ["_xfToken"] => string(57) "xx"
    ["_xfNoRedirect"] => string(1) "1"
    ["_xfResponseType"] => string(4) "json"
    ["start"] => string(10) "2018-06-25"
    ["end"] => string(10) "2018-07-02"
    ["timezone"] => string(16) "Australia/Sydney"
    ["_"] => string(13) "1529975344486"
  }
  ["_POST"] => array(0) {
  }
}
 
Back
Top