User registration error

Robyn Unc Privette

Active member
When users try registering, they are getting this error.

SilvATales Forum - Error
  • The requested user could not be found.
  • Please enter a valid password.
  • Please enter a valid name.
  • Please enter a value for the required field 'user_group_id'.
 
I actually disabled it Chris and now I cannot register at all.

I get:

A server error occurred. Please try again later.
Before installing any updates then, keep it disabled and then see what's logged in your Server Error Log.

Admin CP > Tools > Server Error Log

That will have details of the server error.
 
Before installing any updates then, keep it disabled and then see what's logged in your Server Error Log.

Admin CP > Tools > Server Error Log

That will have details of the server error.

This is what I'm seeing:

Zend_Db_Statement_Mysqli_Exception: Mysqli prepare error: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'WHERE user_id = ?' at line 3 - library/Zend/Db/Statement/Mysqli.php:77
Generated By: Unknown Account, 25 minutes ago
 
Before installing any updates then, keep it disabled and then see what's logged in your Server Error Log.

Admin CP > Tools > Server Error Log

That will have details of the server error.
And this one:

AWeberAPIException: Method requires access to Subscriber information. - library/AWeber/aweber_api/oauth_application.php:478
Generated By: Unknown Account, 11 minutes ago
 
As well as that error is there a stack trace below it?
Yes:

#0 /home/airman28/public_html/hangar/library/AWeber/aweber_api/oauth_application.php(119): OAuthApplication->makeRequest('GET', 'https://api.awe...', Array)
#1 /home/airman28/public_html/hangar/library/AWeber/aweber_api/aweber_collection.php(75): OAuthApplication->request('GET', '/accounts/46709...', Array)
#2 /home/airman28/public_html/hangar/library/AWeber/Helper/AWeber.php(123): AWeberCollection->find(Array)
#3 /home/airman28/public_html/hangar/library/AWeber/ControllerPublic/Register.php(59): AWeber_Helper_AWeber::addSubscriber(Array)
#4 /home/airman28/public_html/hangar/library/XenForo/FrontController.php(310): AWeber_ControllerPublic_Register->actionRegister()
#5 /home/airman28/public_html/hangar/library/XenForo/FrontController.php(132): XenForo_FrontController->dispatch(Object(XenForo_RouteMatch))
#6 /home/airman28/public_html/hangar/index.php(13): XenForo_FrontController->run()
#7 {main}
 
As well as that error is there a stack trace below it?
#0 /home/airman28/public_html/hangar/library/Zend/Db/Statement.php(115): Zend_Db_Statement_Mysqli->_prepare('? ...')
#1 /home/airman28/public_html/hangar/library/Zend/Db/Adapter/Mysqli.php(381): Zend_Db_Statement->__construct(Object(Zend_Db_Adapter_Mysqli), '? ...')
#2 /home/airman28/public_html/hangar/library/Zend/Db/Adapter/Abstract.php(478): Zend_Db_Adapter_Mysqli->prepare('? ...')
#3 /home/airman28/public_html/hangar/library/AWeber/Model/AWeberModel.php(20): Zend_Db_Adapter_Abstract->query('? ...', 5213)
#4 /home/airman28/public_html/hangar/library/AWeber/ControllerPublic/Register.php(65): AWeber_Model_AWeberModel->addSubscriberId(NULL, 5213)
#5 /home/airman28/public_html/hangar/library/XenForo/FrontController.php(310): AWeber_ControllerPublic_Register->actionRegister()
#6 /home/airman28/public_html/hangar/library/XenForo/FrontController.php(132): XenForo_FrontController->dispatch(Object(XenForo_RouteMatch))
#7 /home/airman28/public_html/hangar/index.php(13): XenForo_FrontController->run()
#8 {main}
 
Top Bottom