Jake Bunce
Well-known member
If I run into a database error running Export.php in the middle of attachments should I just run Export.php and choose All again?
What is the error? It might be logged:
Admin CP -> Tools -> Server Error Log
If I run into a database error running Export.php in the middle of attachments should I just run Export.php and choose All again?
Well that's just it - when setting up the select options I had to use underscores since spaces weren't allowed for values. Some of the imported data is going to have spaces for that field, since spaces were allowed in vB. So will I need to modify the script so that it replaces spaces with underscores when it imports that data? Any suggestions on the code to use for that?
This is what my admincp looks like (attached). This same thing happened the last time I did a test import using this importer. I can't access the logs, let alone much else. And yes, I'm set as a superadmin in config.php. I also cannot log in to the front end. It just keeps looping saying I need to log in.What is the error? It might be logged:
Admin CP -> Tools -> Server Error Log
ErrorException: Undefined offset: 8 - Export.php:375
/data/avatars/
l/
0/
116.jpg
198.jpg
31.jpg
index.html
10/
10593.jpg
index.html
2/
2721.jpg
index.html
4/
4410.jpg
index.html
6/
6845.jpg
index.html
8/
8610.jpg
index.html
index.html
Error Info
ErrorException: unserialize(): Error at offset 69 of 74 bytes - library/XenForo/Authentication/vBulletin.php:29
Generated By: Unknown Account, 1 minute ago
Stack Trace
#0 [internal function]: XenForo_Application::handlePhpError(8, 'unserialize(): ...', '/home/nginx/dom...', 29, Array)
#1 /home/nginx/domains/v6mustang.com/public/library/XenForo/Authentication/vBulletin.php(29): unserialize('a:2:{s:4:"hash"...')
#2 /home/nginx/domains/v6mustang.com/public/library/XenForo/Model/User.php(1257): XenForo_Authentication_vBulletin->setData('a:2:{s:4:"hash"...')
#3 /home/nginx/domains/v6mustang.com/public/library/XenForo/Model/User.php(1279): XenForo_Model_User->getUserAuthenticationObjectByUserId(8854)
#4 /home/nginx/domains/v6mustang.com/public/library/XenForo/ControllerPublic/Login.php(107): XenForo_Model_User->validateAuthentication('<redacted>@gmail.c...', 'portland', NULL)
#5 /home/nginx/domains/v6mustang.com/public/library/XenForo/FrontController.php(347): XenForo_ControllerPublic_Login->actionLogin()
#6 /home/nginx/domains/v6mustang.com/public/library/XenForo/FrontController.php(134): XenForo_FrontController->dispatch(Object(XenForo_RouteMatch))
#7 /home/nginx/domains/v6mustang.com/public/index.php(13): XenForo_FrontController->run()
#8 {main}
Request State
array(3) {
["url"] => string(37) "https://www.v6mustang.com/login/login"
["_GET"] => array(1) {
["/login/login"] => string(0) ""
}
["_POST"] => array(7) {
["login"] => string(17) "<redacted>@gmail.com"
["register"] => string(1) "0"
["password"] => string(8) "********"
["remember"] => string(1) "1"
["cookie_check"] => string(1) "1"
["_xfToken"] => string(8) "********"
["redirect"] => string(24) "/account/contact-details"
}
}
Do you still have the original VB database to look up the users password hash there and check it?
We use essential cookies to make this site work, and optional cookies to enhance your experience.