Advertisement
Guest User

Untitled

a guest
Jun 1st, 2018
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.09 KB | None | 0 0
  1. Server error log
  2. XF\Db\Exception: MySQL statement prepare error [1054]: Unknown column 'discord_options' in 'field list' src/XF/Db/AbstractStatement.php:212
  3. Generated by: Unknown account Jun 1, 2018 at 10:59 AM
  4. Stack trace
  5. INSERT INTO `xf_user_option` (`content_show_signature`, `show_dob_year`, `show_dob_date`, `receive_admin_email`, `email_on_conversation`, `creation_watch_state`, `interaction_watch_state`, `user_id`, `is_discouraged`, `alert_optout`, `use_tfa`, `discord_options`, `sv_pending_warning_expiry`) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
  6. ------------
  7.  
  8. #0 src/XF/Db/Mysqli/Statement.php(196): XF\Db\AbstractStatement->getException('MySQL statement...', 1054, '42S22')
  9. #1 src/XF/Db/Mysqli/Statement.php(39): XF\Db\Mysqli\Statement->getException('MySQL statement...', 1054, '42S22')
  10. #2 src/XF/Db/Mysqli/Statement.php(54): XF\Db\Mysqli\Statement->prepare()
  11. #3 src/XF/Db/AbstractAdapter.php(79): XF\Db\Mysqli\Statement->execute()
  12. #4 src/XF/Db/AbstractAdapter.php(160): XF\Db\AbstractAdapter->query('INSERT INTO `x...', Array)
  13. #5 src/XF/Mvc/Entity/Entity.php(1389): XF\Db\AbstractAdapter->insert('xf_user_option', Array, false)
  14. #6 src/XF/Mvc/Entity/Entity.php(1121): XF\Mvc\Entity\Entity->_saveToSource()
  15. #7 src/XF/Mvc/Entity/Entity.php(1139): XF\Mvc\Entity\Entity->save(true, false)
  16. #8 src/XF/Service/User/Registration.php(254): XF\Mvc\Entity\Entity->save()
  17. #9 src/XF/Service/ValidateAndSavableTrait.php(40): XF\Service\User\Registration->_save()
  18. #10 src/XF/Pub/Controller/Register.php(277): XF\Service\User\Registration->save()
  19. #11 src/XF/Mvc/Dispatcher.php(249): XF\Pub\Controller\Register->actionConnectedAccountRegister(Object(XF\Mvc\ParameterBag))
  20. #12 src/XF/Mvc/Dispatcher.php(88): XF\Mvc\Dispatcher->dispatchClass('XF:Register', 'ConnectedAccoun...', 'json', Object(XF\Mvc\ParameterBag), '', Object(BlackTea\SteamAuth\XF\Pub\Controller\Register), NULL)
  21. #13 src/XF/Mvc/Dispatcher.php(41): XF\Mvc\Dispatcher->dispatchLoop(Object(XF\Mvc\RouteMatch))
  22. #14 src/XF/App.php(1889): XF\Mvc\Dispatcher->run()
  23. #15 src/XF.php(328): XF\App->run()
  24. #16 index.php(13): XF::runApp('XF\\Pub\\App')
  25. #17 {main}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement