Resource icon

User Promotion on Profile Update 1.2.0

No permission to download
I'm getting this error but i'm not so sure if it's related to this AddOn.

ErrorException: Fatal Error: Call to undefined method SV_UserPromoOnUpdate_XenForo_DataWriter_User::addCoins() - library/Lovecoins/Model/Coin.php:12
Erstellt von: Unbekanntes Benutzerkonto, Heute um 19:34

The Lovecoins AddOn is a custom AddOn by Robbo made a couple of years ago. The file library/Lovecoins/Model/Coin.php contains a (public) addCoins function. @Xon maybe you're able to say if it's related to your Addon or to the Lovecoins AddOn.
 
This is the result of another add-on extending the User datawriter without using the XFCP class proxy system, it wouldn't be the fault of this add-on, it is just the last on the 'stack' so to speak.

Ping me if you would like me to investigate as this requires checking add-ons files and then patching them. It's fairly quick once I get access
 
Yesterday i have reactivated the resource manager after some time not using it. I got:

htdocs/forum.com/library/XenResource/Listener/Proxy.php(55): XenForo_Application::handlePhpError(8, 'Undefined index...', '/...', 55, Array)
#1 htdocs/forum.com/library/XenForo/CodeEvent.php(90): XenResource_Listener_Proxy::userCriteria('resource_count', Array, Array, false)
#2 htdocs/forum.com/library/XenForo/Helper/Criteria.php(413): XenForo_CodeEvent::fire('criteria_user', Array)
#3 htdocs/forum.com/library/XenForo/Model/UserGroupPromotion.php(285): XenForo_Helper_Criteria::userMatchesCriteria(Array, false, Array)
#4 htdocs/forum.com/library/SV/UserPromoOnUpdate/XenForo/Model/UserGroupPromotion.php(56): XenForo_Model_UserGroupPromotion->updatePromotionsForUser(Array, Array, Array)
#5 htdocs/forum.com/library/XenForo/ControllerPublic/Abstract.php(115): SV_UserPromoOnUpdate_XenForo_Model_UserGroupPromotion->updatePromotionsForUser(Array)
#6 htdocs/forum.com/library/XenForo/ControllerPublic/Abstract.php(18): XenForo_ControllerPublic_Abstract->_executePromotionUpdate()
#7 htdocs/forum.com/library/XenForo/Controller.php(310): XenForo_ControllerPublic_Abstract->_preDispatchType('Index')
#8 htdocs/forum.com/library/XenForo/FrontController.php(368): XenForo_Controller->preDispatch('Index', 'XenForo_Control...')
#9 htdocs/forum.com/library/XenForo/FrontController.php(152): XenForo_FrontController->dispatch(Object(XenForo_RouteMatch))
#10 htdocs/forum.com/index.php(13): XenForo_FrontController->run()
#11 {main}

After deactiviating this add-on, the error seemed to be away.

But it is still there:
ErrorException: Undefined index: resources - library/XenResource/Listener/Proxy.php:55
 
From the stack trace you aren't using the latest version, and this add-on only touches user custom fields when matching user criteria.

Please note; as this is a XenForo 1.x add-on I am no longer offering in-depth free support.
 
Back
Top Bottom