Hornstar
Well-known member
I did an import from vb 3.8 today, and I am now all live. I have just checked my error log, and I seem to keep getting these errors:
unserialize(): Error at offset 0 of 1 bytes
unserialize(): Error at offset 0 of 1 bytes
Code:
Server Error Log
Error Info
ErrorException: unserialize(): Error at offset 0 of 1 bytes - library/XenForo/Model/UserChangeLog.php:45
Generated By: ermanakburu6, Today at 8:17 PM
Stack Trace
#0 [internal function]: XenForo_Application::handlePhpError(8, 'unserialize(): ...', '/home/**/...', 45, Array)
#1 /home/**/public_html/forums/library/XenForo/Model/UserChangeLog.php(45): unserialize('0')
#2 /home/**/public_html/forums/library/XenForo/Model/User.php(2794): XenForo_Model_UserChangeLog->logChanges(827854, Array, NULL)
#3 /home/**/public_html/forums/library/XenForo/DataWriter/User.php(1047): XenForo_Model_User->logChanges(827854, Array)
#4 /home/**/public_html/forums/library/XenForo/DataWriter.php(1409): XenForo_DataWriter_User->_postSave()
#5 /home/**/public_html/forums/library/XenForo/ControllerPublic/Account.php(1004): XenForo_DataWriter->save()
#6 /home/**/public_html/forums/library/XenForo/FrontController.php(347): XenForo_ControllerPublic_Account->actionContactDetailsSave()
#7 /home/**/public_html/forums/library/XenForo/FrontController.php(134): XenForo_FrontController->dispatch(Object(XenForo_RouteMatch))
#8 /home/**/public_html/forums/index.php(13): XenForo_FrontController->run()
#9 {main}
Request State
array(3) {
["url"] => string(62) "http://www.gamerzneeds.net/forums/account/contact-details-save"
["_GET"] => array(0) {
}
["_POST"] => array(13) {
["email"] => string(25) "**_**@hotmail.com"
["password"] => string(8) "********"
["receive_admin_email"] => string(1) "1"
["allow_send_personal_conversation_enable"] => string(1) "1"
["allow_send_personal_conversation"] => string(7) "members"
["email_on_conversation"] => string(1) "1"
["custom_fields"] => array(7) {
["aim"] => string(0) ""
["icq"] => string(0) ""
["yahoo"] => string(0) ""
["skype"] => string(0) ""
["gtalk"] => string(0) ""
["facebook"] => string(0) ""
["twitter"] => string(0) ""
}
["custom_fields_shown"] => array(7) {
[0] => string(3) "aim"
[1] => string(3) "icq"
[2] => string(5) "yahoo"
[3] => string(5) "skype"
[4] => string(5) "gtalk"
[5] => string(8) "facebook"
[6] => string(7) "twitter"
}
["_xfToken"] => string(8) "********"
["save"] => string(23) "Değişiklikleri Kaydet"
["_xfRequestUri"] => string(31) "/forums/account/contact-details"
["_xfNoRedirect"] => string(1) "1"
["_xfResponseType"] => string(4) "json"
}
}