NexusMc
New member
Unlicensed support request
Hi my freind bought xenforo im his developer so i can post on the bought forums but when users try to login or register it says unexpected error has occured... aswell as get this in the error logs
Then this is the Stack trace:
this is the requested state:
Please help please
Code:
XenForo_Exception: Cannot load class using XFCP. Load the class using the correct loader first. - library/XenForo/Autoloader.php:108
Then this is the Stack trace:
Code:
#0 [internal function]: XenForo_Autoloader->autoload('XFCP_MultipleAc...')
#1 /home/ggmcscom/public_html/DOMAIN/<redacted>/library/XenForo/ControllerPublic/Login.php(3): spl_autoload_call('XFCP_MultipleAc...')
#2 /home/ggmcscom/public_html/DOMAIN/<redacted>/library/XenForo/Autoloader.php(119): include('/home/ggmcscom/...')
#3 /home/ggmcscom/public_html/DOMAIN/<redacted>/library/XenForo/Application.php(1007): XenForo_Autoloader->autoload('XenForo_Control...')
#4 /home/ggmcscom/public_html/DOMAIN/<redacted>/library/XenForo/Application.php(457): XenForo_Application::autoload('XenForo_Control...')
#5 /home/ggmcscom/public_html/DOMAIN/<redacted>/library/XenForo/FrontController.php(439): XenForo_Application::resolveDynamicClass('XenForo_Control...', 'controller')
#6 /home/ggmcscom/public_html/DOMAIN/<redacted>/library/XenForo/FrontController.php(339): XenForo_FrontController->_getValidatedController('XenForo_Control...', 'Login', Object(XenForo_RouteMatch))
#7 /home/ggmcscom/public_html/DOMAIN/<redacted>/library/XenForo/FrontController.php(134): XenForo_FrontController->dispatch(Object(XenForo_RouteMatch))
#8 /home/ggmcscom/public_html/DOMAIN/<redacted>/index.php(13): XenForo_FrontController->run()
#9 {main}
this is the requested state:
Code:
array(3) {
["url"] => string(32) "http://<redacted>/login/login"
["_GET"] => array(0) {
}
["_POST"] => array(5) {
["login"] => string(11) "SwiftShader"
["register"] => string(1) "1"
["cookie_check"] => string(1) "1"
["redirect"] => string(1) "/"
["_xfToken"] => string(8) "********"
}
}
Please help please
Last edited by a moderator: