A couple errors logged after upgrading

hpidriver

Member
Got a couple errors logged after upgrading from Xen Media Gallery to the new Xenforo Media Gallery 1.0
Should I be worried about any of these? I'm guessing the second one is only related to another add-on I have installed. Thank you

Code:
Error Info
ErrorException: Fatal Error: syntax error, unexpected end of file, expecting '(' - library/XenGallery/Listener.php:367
Generated By: Unknown Account, Today at 11:35 AM
Stack Trace
#0 [internal function]: XenForo_Application::handleFatalError()
#1 {main}
Request State
array(3) {
["url"] => string(51) "http://www.mysite.com/forums/forums/-/index.rss"
["_GET"] => array(0) {
}
["_POST"] => array(0) {
}
}

Code:
Error Info
ErrorException: Fatal Error: syntax error, unexpected ''XenGaller' (T_ENCAPSED_AND_WHITESPACE) - library/XenGallery/Listener.php:260
Generated By: Unknown Account, Today at 11:35 AM
Stack Trace
#0 [internal function]: XenForo_Application::handleFatalError()
#1 {main}
Request State
array(3) {
["url"] => string(53) "https://www.mysite.com/forums/taigachat/list.json"
["_GET"] => array(0) {
}
["_POST"] => array(8) {
["sidebar"] => string(1) "1"
["lastrefresh"] => string(3) "698"
["fake"] => string(1) "0"
["room"] => string(1) "1"
["_xfRequestUri"] => string(8) "/forums/"
["_xfNoRedirect"] => string(1) "1"
["_xfToken"] => string(8) "********"
["_xfResponseType"] => string(4) "json"
}
}
 
Top Bottom