XF 1.4 Can't use 'Contact Us' & Can't login w/Twitter

Erin Nicole

Member
I just tried to email myself using the 'Contact Us' located in the footer of the theme I am using. I also tried using the default theme that I have not edited (at all).
I got this error:
Untitled2.webp
blocked out the parts I can't show you.

Anyway, how do I fix this?

-------------
I can't login with Twitter either. When I try this happens:
Untitled2.webp

This is what is in my error log from everything...
Error #1-
Error
ErrorException: Argument 1 passed to XenForo_Mail::sendMail() must be an instance of Zend_Mail, boolean given, called in /home/--/public_html/--/library/XenForo/ControllerPublic/Misc.php on line 217 and defined - library/XenForo/Mail.php:163
Stack Trace
#0 /home/--/public_html/--/library/XenForo/Mail.php(163): XenForo_Application::handlePhpError(4096, 'Argument 1 pass...', '/home/--/...', 163, Array)
#1 /home/--/public_html/--/library/XenForo/ControllerPublic/Misc.php(217): XenForo_Mail->sendMail(false)
#2 /home/--/public_html/--/library/XenForo/FrontController.php(347): XenForo_ControllerPublic_Misc->actionContact()
#3 /home/--/public_html/--/library/XenForo/FrontController.php(134): XenForo_FrontController->dispatch(Object(XenForo_RouteMatch))
#4 /home/--/public_html/--/index.php(13): XenForo_FrontController->run()
#5 {main}
Request State
Code:
array(3) {
  ["url"] => string(41) "http://helpmecode.club/forum/misc/contact"
  ["_GET"] => array(0) {
  }
  ["_POST"] => array(7) {
    ["subject"] => string(5) "fdgfg"
    ["message"] => string(12) "dsafasdfasdf"
    ["_xfToken"] => string(8) "********"
    ["redirect"] => string(29) "http://helpmecode.club/forum/"
    ["_xfRequestUri"] => string(7) "/forum/"
    ["_xfNoRedirect"] => string(1) "1"
    ["_xfResponseType"] => string(4) "json"
  }
}
Error #2-
Error
ErrorException: Argument 1 passed to XenForo_Mail::sendMail() must be an instance of Zend_Mail, boolean given, called in /home/--/public_html/--/library/XenForo/ControllerPublic/Misc.php on line 217 and defined - library/XenForo/Mail.php:163
Stack Trace
#0 /home/--/public_html/--/library/XenForo/Mail.php(163): XenForo_Application::handlePhpError(4096, 'Argument 1 pass...', '/home/--/...', 163, Array)
#1 /home/--/public_html/--/library/XenForo/ControllerPublic/Misc.php(217): XenForo_Mail->sendMail(false)
#2 /home/--/public_html/--/library/XenForo/FrontController.php(347): XenForo_ControllerPublic_Misc->actionContact()
#3 /home/--/public_html/--/library/XenForo/FrontController.php(134): XenForo_FrontController->dispatch(Object(XenForo_RouteMatch))
#4 /home/--/public_html/--/index.php(13): XenForo_FrontController->run()
#5 {main}
Request State
Code:
array(3) {
  ["url"] => string(41) "http://helpmecode.club/forum/misc/contact"
  ["_GET"] => array(0) {
  }
  ["_POST"] => array(7) {
    ["subject"] => string(5) "fdgfg"
    ["message"] => string(12) "dsafasdfasdf"
    ["_xfToken"] => string(8) "********"
    ["redirect"] => string(29) "http://helpmecode.club/forum/"
    ["_xfRequestUri"] => string(7) "/forum/"
    ["_xfNoRedirect"] => string(1) "1"
    ["_xfResponseType"] => string(4) "json"
  }
}

Nothing came up from the Twitter error though in the past I've had this error come up...

Code:
Twitter returned the following error: Could not retrieve a valid Token response from Token URL: <?xml version="1.0" encoding="UTF-8"?> <hash> <error>Desktop applications only support the oauth_callback value 'oob'</error> <request>/oauth/request_token?oauth_consumer_key=XXX&amp;oauth_nonce=XXX&amp;oauth_timestamp=1422148670&amp;oauth_signature_method=XXX&amp;oauth_version=1.0&amp;oauth_callback=http%3A%2F%2Fhelpmecode.club%2Fforum%2Fadmin.php%3Ftools%2Ftest-twitter&amp;oauth_signature=%2FOevkeAExjg1TCO865vyfWCcWe0%3D</request> </hash> .

All of my plugins are updated (and always have been) and the token information from Twitter on my site (The Help Me Code Club) is correct, I verified it 3 times. So, I don't understand why this is happening from Twitter.
Just associated my account with Facebook and it gave me the same error...
Untitled2.webp
I'm assuming this is the Twitter error that is showing, simply due to the URL. But my Facebook account associated just fine but I can't do anything with my Twitter account...


HELP?!
 
Top Bottom