Calendar User Birthdays Server Error... Conflict with Xon's Report Improvements?

Code:
Error Info
Call to undefined method SV_ReportImprovements_XenForo_Model_User::getBirthdayUsersInMonth() - library/NixFifty/Calendar/ControllerPublic/Event.php:1912

Stack Trace
#0 /Applications/XAMPP/xamppfiles/htdocs/forum/library/XenForo/FrontController.php(369): NixFifty_Calendar_ControllerPublic_Event->actionBirthdaysFeed()
#1 /Applications/XAMPP/xamppfiles/htdocs/forum/library/XenForo/FrontController.php(152): XenForo_FrontController->dispatch(Object(XenForo_RouteMatch))
#2 /Applications/XAMPP/xamppfiles/htdocs/forum/index.php(13): XenForo_FrontController->run()
#3 {main}

Request State
Array
(
    [url] => http://localhost/forum/events/birthdays-feed?active_recently=1&_xfToken=2%2C1529960509%2C7d178bc58194dd4c5a84526403a4026f477a1437&_xfNoRedirect=1&_xfResponseType=json&start=2018-06-25&end=2018-07-02&timezone=Europe%2FAmsterdam&_=1529960509835
    [_GET] => Array
        (
            [active_recently] => 1
            [_xfToken] => 2,1529960509,7d178bc58194dd4c5a84526403a4026f477a1437
            [_xfNoRedirect] => 1
            [_xfResponseType] => json
            [start] => 2018-06-25
            [end] => 2018-07-02
            [timezone] => Europe/Amsterdam
            [_] => 1529960509835
        )

    [_POST] => Array
        (
        )

)
 
I have also error's

Code:
ErrorException: Array to string conversion - library/Zend/Db/Statement/Mysqli.php:208

array(3) {
  ["url"] => string(242) "https://mysite.com/events/birthdays-feed?active_recently=false&_xfToken=1%2C1529961065%2C62a4b3d37185266dee6807d3aad2e9e9f96564cd&_xfNoRedirect=1&_xfResponseType=json&start=2018-06-01&end=2018-07-01&timezone=Europe%2FAmsterdam&_=1529961067825"
  ["_GET"] => array(8) {
    ["active_recently"] => string(5) "false"
    ["_xfToken"] => string(53) "1,1529961065,62a4b3d37185266dee6807d3aad2e9e9f96564cd"
    ["_xfNoRedirect"] => string(1) "1"
    ["_xfResponseType"] => string(4) "json"
    ["start"] => string(10) "2018-06-01"
    ["end"] => string(10) "2018-07-01"
    ["timezone"] => string(16) "Europe/Amsterdam"
    ["_"] => string(13) "1529961067825"
  }
  ["_POST"] => array(0) {
  }
 
Code:
Error Info
Call to undefined method SV_ReportImprovements_XenForo_Model_User::getBirthdayUsersInMonth() - library/NixFifty/Calendar/ControllerPublic/Event.php:1912

Stack Trace
#0 /Applications/XAMPP/xamppfiles/htdocs/forum/library/XenForo/FrontController.php(369): NixFifty_Calendar_ControllerPublic_Event->actionBirthdaysFeed()
#1 /Applications/XAMPP/xamppfiles/htdocs/forum/library/XenForo/FrontController.php(152): XenForo_FrontController->dispatch(Object(XenForo_RouteMatch))
#2 /Applications/XAMPP/xamppfiles/htdocs/forum/index.php(13): XenForo_FrontController->run()
#3 {main}

Request State
Array
(
    [url] => http://localhost/forum/events/birthdays-feed?active_recently=1&_xfToken=2%2C1529960509%2C7d178bc58194dd4c5a84526403a4026f477a1437&_xfNoRedirect=1&_xfResponseType=json&start=2018-06-25&end=2018-07-02&timezone=Europe%2FAmsterdam&_=1529960509835
    [_GET] => Array
        (
            [active_recently] => 1
            [_xfToken] => 2,1529960509,7d178bc58194dd4c5a84526403a4026f477a1437
            [_xfNoRedirect] => 1
            [_xfResponseType] => json
            [start] => 2018-06-25
            [end] => 2018-07-02
            [timezone] => Europe/Amsterdam
            [_] => 1529960509835
        )

    [_POST] => Array
        (
        )

)
This was a typo corrected a little bit ago and a new package uploaded. Upload the files from that and you should be good to go.
 
I have also error's

Code:
ErrorException: Array to string conversion - library/Zend/Db/Statement/Mysqli.php:208

array(3) {
  ["url"] => string(242) "https://mysite.com/events/birthdays-feed?active_recently=false&_xfToken=1%2C1529961065%2C62a4b3d37185266dee6807d3aad2e9e9f96564cd&_xfNoRedirect=1&_xfResponseType=json&start=2018-06-01&end=2018-07-01&timezone=Europe%2FAmsterdam&_=1529961067825"
  ["_GET"] => array(8) {
    ["active_recently"] => string(5) "false"
    ["_xfToken"] => string(53) "1,1529961065,62a4b3d37185266dee6807d3aad2e9e9f96564cd"
    ["_xfNoRedirect"] => string(1) "1"
    ["_xfResponseType"] => string(4) "json"
    ["start"] => string(10) "2018-06-01"
    ["end"] => string(10) "2018-07-01"
    ["timezone"] => string(16) "Europe/Amsterdam"
    ["_"] => string(13) "1529961067825"
  }
  ["_POST"] => array(0) {
  }
Do you have a stack trace for this?
 
Back
Top