XF 1.5 What is causing this error?

Anthony Parsons

Well-known member
I have an error in account upgrades, once a person buys a subscription only, it causes the page to refresh with an error message. In the ACP I get this message:

Code:
Error Info XenForo_Exception: Cannot load class using XFCP. Load the class using the correct loader first. - library/XenForo/Autoloader.php:108
Generated By: Rad, Tuesday at 9:41 PM
Stack Trace #0 [internal function]: XenForo_Autoloader->autoload('XFCP_Audentio_D...')
#1 /var/www/myptsd/html/c/library/Audentio/DonationManager/Extend/bdPaygate/Processor/PayPal.php(3): spl_autoload_call('XFCP_Audentio_D...')
#2 /var/www/myptsd/html/c/library/XenForo/Autoloader.php(119): include('/var/www/myptsd...')
#3 [internal function]: XenForo_Autoloader->autoload('Audentio_Donati...')
#4 [internal function]: spl_autoload_call('Audentio_Donati...')
#5 /var/www/myptsd/html/c/library/bdPaygate/XenForo/Model/UserUpgrade.php(29): is_callable(Array)
#6 /var/www/myptsd/html/c/library/SV/UserEss/XenForo/Model/UserUpgrade.php(46): bdPaygate_XenForo_Model_UserUpgrade->prepareUserUpgrade(Array)
#7 /var/www/myptsd/html/c/library/XenForo/Model/UserUpgrade.php(172): SV_UserEss_XenForo_Model_UserUpgrade->prepareUserUpgrade(Array)
#8 /var/www/myptsd/html/c/library/XenForo/ControllerPublic/Account.php(1792): XenForo_Model_UserUpgrade->prepareUserUpgrades(Array)
#9 /var/www/myptsd/html/c/library/NixFifty/GiftUpgrades/XenForo/ControllerPublic/Account.php(7): XenForo_ControllerPublic_Account->actionUpgrades()
#10 /var/www/myptsd/html/c/library/bdPaygate/XenForo/ControllerPublic/Account.php(7): NixFifty_GiftUpgrades_XenForo_ControllerPublic_Account->actionUpgrades()
#11 /var/www/myptsd/html/c/library/XenForo/FrontController.php(351): bdPaygate_XenForo_ControllerPublic_Account->actionUpgrades()
#12 /var/www/myptsd/html/c/library/XenForo/FrontController.php(134): XenForo_FrontController->dispatch(Object(XenForo_RouteMatch))
#13 /var/www/myptsd/html/c/index.php(13): XenForo_FrontController->run()
#14 {main}Request State array(3) {
  ["url"] => string(41) "https://www.myptsd.com/c/account/upgrades"
  ["_GET"] => array(1) {
    ["/c/account/upgrades"] => string(0) ""
  }
  ["_POST"] => array(0) {
  }
}

A member can buy an annual upgrade with no issues, its just subscriptions. Donation manager, to my knowledge, has nothing to do with account upgrades. @NixFifty gift upgrades does, which is part of the error. Not sure what @Xon user essentials does with account upgrades either.

Is this an order specific issue of some classes clashing?
 
Top Bottom