User Registration

Solozzo

Member
Hello, when new user trying to register my forum, forum giving a error message about the database connection. But after that user confirmation mail is sending and users can register my forum if they track the their email and the confirmation link.

I am using this add-ons;
Deny Country 1.0
Display Staff Members 1.1.2
Recent Status List 3.0.0
Tenshi - Latest Thread 2.0.0
[8wayRun.Com] XenMedio (Media) 1.0.4
[8wayRun.Com] XenUtiles (Tools) 1.0.1

Can anyone help me please? Also my facebook like giving the "The page at http://www.cmturkey.com/forum/threads/cmturkey-com.49/ could not be reached."
error but page can reachable and i test the facebook api on admin panel and test passed. Also facebook login is working.

Thanks,
 
Try disabling your add-ons one at a time to see which one is causing the problem.

I've seen some issues reported with the Tenshi - Lasest Thread add-on so perhaps start with that one.

Also check the server logs in the ACP.
 
Here is the error report from admin page, when the any member trying to register server recording this error:

Error Info
Zend_Uri_Exception: Invalid URI supplied - library/Zend/Uri/Http.php:156
Generated By: Cem Kaya, 9 dakika önce

Stack Trace
#0 /home/cmturkey/public_html/forum/library/Zend/Uri.php(143): Zend_Uri_Http->__construct('http', '//www.stopforum...')
#1 /home/cmturkey/public_html/forum/library/Zend/Http/Client.php(270): Zend_Uri::factory('http://www.stop...')
#2 /home/cmturkey/public_html/forum/library/Zend/Http/Client.php(253): Zend_Http_Client->setUri('http://www.stop...')
#3 /home/cmturkey/public_html/forum/library/EWRutiles/Model/ForumSpam.php(16): Zend_Http_Client->__construct('http://www.stop...')
#4 /home/cmturkey/public_html/forum/library/EWRutiles/ControllerPublic/Register.php(16): EWRutiles_Model_ForumSpam->checkDatabase(Array)
#5 /home/cmturkey/public_html/forum/library/XenForo/FrontController.php(310): EWRutiles_ControllerPublic_Register->actionRegister()
#6 /home/cmturkey/public_html/forum/library/XenForo/FrontController.php(132): XenForo_FrontController->dispatch(Object(XenForo_RouteMatch))
#7 /home/cmturkey/public_html/forum/index.php(15): XenForo_FrontController->run()
#8 {main}
Request State
array(3) {
["url"] => string(47) "http://www.cmturkey.com/forum/register/register"
["_GET"] => array(0) {
}
["_POST"] => array(13) {
["username"] => string(8) "Cem Kaya"
["email"] => string(15) "cemkaya@gmx.com"
["password"] => string(8) "carlos78"
["password_confirm"] => string(8) "carlos78"
["dob_month"] => string(1) "1"
["dob_day"] => string(1) "1"
["dob_year"] => string(4) "1982"
["gender"] => string(4) "male"
["timezone"] => string(14) "Asia/Jerusalem"
["recaptcha_challenge_field"] => string(164) "03AHJ_Vus0n7JLYoShWMnyQIdh5AdIF27JJnMc_AoBDBsXhXNs6ghC_rNm3VdXieGOZznNt5Fp_2jHq_hd7NR_N0nIQ6bUh9wmlB-pCe3ZorSBPPejKTkBz4KgY86x20BtS1gQPbSaZo3cPhpmOxccOVhjSKtPPHgNVg"
["recaptcha_response_field"] => string(12) "Curdabil 113"
["agree"] => string(1) "1"
["_xfToken"] => string(0) ""
}
}
 
Hello, thank you for taking time Brogan. I change the non-member permission. They can view the forum now but nothing changed. It's still giving same error. :/
 
Top Bottom