[AddonFlare] XF2 Awards System [Deleted]

@AddonFlare

Code:
     ErrorException: [E_WARNING] implode(): Invalid arguments passed src/addons/AddonFlare/AwardSystem/Repository/UserAward.php:122

Code:
#0 [internal function]: XF::handlePhpError(2, '[E_WARNING] imp...', '/var/www/vhosts...', 122, Array)
#1 src/addons/AddonFlare/AwardSystem/Repository/UserAward.php(122): implode(', ', NULL)
#2 src/addons/AddonFlare/AwardSystem/Admin/Controller/AwardStatus.php(215): AddonFlare\AwardSystem\Repository\UserAward->getValidatedRecipients(Object(AddonFlare\AwardSystem\Entity\Award), Array, NULL)
#3 src/addons/AddonFlare/AwardSystem/Admin/Controller/AwardStatus.php(194): AddonFlare\AwardSystem\Admin\Controller\AwardStatus->userAwardSaveProcess(Object(AddonFlare\AwardSystem\Entity\UserAward))
#4 src/XF/Mvc/Dispatcher.php(350): AddonFlare\AwardSystem\Admin\Controller\AwardStatus->actionSave(Object(XF\Mvc\ParameterBag))
#5 src/XF/Mvc/Dispatcher.php(257): XF\Mvc\Dispatcher->dispatchClass('AddonFlare\\Awar...', 'Save', Object(XF\Mvc\RouteMatch), Object(AddonFlare\AwardSystem\Admin\Controller\AwardStatus), NULL)
#6 src/XF/Mvc/Dispatcher.php(113): XF\Mvc\Dispatcher->dispatchFromMatch(Object(XF\Mvc\RouteMatch), Object(AddonFlare\AwardSystem\Admin\Controller\AwardStatus), NULL)
#7 src/XF/Mvc/Dispatcher.php(55): XF\Mvc\Dispatcher->dispatchLoop(Object(XF\Mvc\RouteMatch))
#8 src/XF/App.php(2184): XF\Mvc\Dispatcher->run()
#9 src/XF.php(391): XF\App->run()
#10 admin.php(13): XF::runApp('XF\\Admin\\App')
#11 {main}

Code:
array(4) {
  ["url"] => string(43) "/forum/admin.php?award-system/status/0/save"
  ["referrer"] => string(63) "forum/admin.php?award-system/status/add"
  ["_GET"] => array(1) {
    ["award-system/status/0/save"] => string(0) ""
  }
  ["_POST"] => array(8) {
    ["award_id"] => string(1) "9"
    ["tokens_select"] => string(3) "RPM"
    ["recipients"] => string(12) "Jackson, RPM"
    ["award_reason"] => string(30) "Referring a user who upgraded."
    ["_xfToken"] => string(8) "********"
    ["_xfRequestUri"] => string(40) "/forum/admin.php?award-system/status/add"
    ["_xfWithData"] => string(1) "1"
    ["_xfResponseType"] => string(4) "json"
  }
}

Code:
     ErrorException: [E_NOTICE] Trying to get property 'pluckNamed' of non-object src/addons/AddonFlare/AwardSystem/Repository/UserAward.php:122



These two errors generated when trying to manually add an award to two users "Jackson" and "RPM"
 
So going through this thread, this add-on is missing
1- auto feature awards in postbit
2- No permission system to disable certain usergroup from viewing awards
3- allow/disallow members from featuring/unfeaturing award

please correct me if I am wrong @AddonFlare

I will buy this right away if it can have 1,2,3 mentioned as we would like to have use this as an auto award system meaning that users have zero control over it.
 
Looks like this addon is abandoned. The developer last response was Feb 9th, almost 4 months.
 
An update for this add-on is in progress. It includes many of the highly requested features, as well as bug fixes.
The trophies are no longer updating, the user can accept them but they don't show up at all. It's been like that for the past couple patches.
 
@AddonFlare this resource and possibly others appear to be making calls home to perform license checks.

This is permitted, but you are not disclosing it anywhere and that is against our resource standards and guidelines.

Please address this immediately by updating your resource description(s) or removing the callback.

I note that there are also a number of bug reports that people are waiting to be fixed. Does this resource need to be marked as "Unmaintained" or will you be able to address these issues quickly?
 
The update is releasing within the next 1-2 weeks.
@AddonFlare this resource and possibly others appear to be making calls home to perform license checks.

This is permitted, but you are not disclosing it anywhere and that is against our resource standards and guidelines.

Please address this immediately by updating your resource description(s) or removing the callback.
None of our add-ons have ever had callbacks, the license check is performed within the add-on files. No external requests are made
 
Top Bottom