Jump to content

Doped_Wizard

Clients
  • Posts

    184
  • Joined

  • Last visited

 Content Type 

Downloads

Release Notes

IPS4 Guides

IPS4 Developer Documentation

Invision Community Blog

Development Blog

Deprecation Tracker

Providers Directory

Forums

Events

Store

Gallery

Posts posted by Doped_Wizard

  1. I am still getting this error when trying to edit groups since I installed the addon?

    Quote

    TypeError: Argument 1 passed to IPS\awards\extensions\core\ContentRouter\_Awarded::__construct() must be an instance of IPS\Member or null, instance of IPS\Member\Group given, called in /home/XXXXX/public_html/board/system/Application/Application.php on line 824 (0)
    #0 /home/xxxxx/public_html/board/system/Application/Application.php(824): IPS\awards\extensions\core\ContentRouter\_Awarded->__construct(Object(IPS\Member\Group))
    #1 /home/xxxxxx/public_html/board/system/Application/Application.php(300): IPS\_Application->extensions('core', 'ContentRouter', true, Object(IPS\Member\Group))
    #2 /home/xxxx/public_html/board/applications/core/extensions/core/GroupForm/Content.php(36): IPS\_Application::allExtensions('core', 'ContentRouter', Object(IPS\Member\Group))
    #3 /home/xxxxx/public_html/board/applications/core/modules/admin/members/groups.php(202): IPS\core\extensions\core\GroupForm\_Content->process(Object(IPS\Helpers\Form), Object(IPS\Member\Group))
    #4 /home/xxxxx/public_html/board/system/Dispatcher/Controller.php(85): IPS\core\modules\admin\members\_groups->form()
    #5 /home/xxxxx/public_html/board/applications/core/modules/admin/members/groups.php(34): IPS\Dispatcher\_Controller->execute()
    #6 /home/xxxxx/public_html/board/system/Dispatcher/Dispatcher.php(146): IPS\core\modules\admin\members\_groups->execute()
    #7 /home/xxxxx/public_html/board/admin/index.php(14): IPS\_Dispatcher->run()
    #8 {main}

     

  2. Hi I am trying to give an award to all members that are registered since 1 year. But there does not seem to be an option to create a date of at least 1 year but only wihtin 1 year? My goal is to give an award every year so 1 year Membership 2 year Membership and so on?

    Update: so I have done it like this so far.. but the rule is not actually doing anything?

    Rule: Logged in

    • Event: Member logged in to system
    • Conditions:
      • NOT Member attribute values (Join date) (This is set to NOT within 1 year)
    • Actions:
      • Give an award to a member (1 year Membership)

    Thank you

  3. After installing iAwards I get the follwoing error when editing groups... when I disable iAwards the error disappears?

     

    TypeError: Argument 1 passed to IPS\awards\extensions\core\ContentRouter\_Awarded::__construct() must be an instance of IPS\Member or null, instance of IPS\Member\Group given, called in /home/public_html/board/system/Application/Application.php on line 824 (0)
    #0 /home/public_html/board/system/Application/Application.php(824): IPS\awards\extensions\core\ContentRouter\_Awarded->__construct(Object(IPS\Member\Group))
    #1 /home/public_html/board/system/Application/Application.php(300): IPS\_Application->extensions('core', 'ContentRouter', true, Object(IPS\Member\Group))
    #2 /home/public_html/board/applications/core/extensions/core/GroupForm/Content.php(36): IPS\_Application::allExtensions('core', 'ContentRouter', Object(IPS\Member\Group))
    #3 /home/public_html/board/applications/core/modules/admin/members/groups.php(202): IPS\core\extensions\core\GroupForm\_Content->process(Object(IPS\Helpers\Form), Object(IPS\Member\Group))
    #4 /home/public_html/board/system/Dispatcher/Controller.php(85): IPS\core\modules\admin\members\_groups->form()
    #5 /home/public_html/board/applications/core/modules/admin/members/groups.php(34): IPS\Dispatcher\_Controller->execute()
    #6 /home/public_html/board/system/Dispatcher/Dispatcher.php(146): IPS\core\modules\admin\members\_groups->execute()
    #7 /home/public_html/board/admin/index.php(14): IPS\_Dispatcher->run()
    #8 {main}

     

×
×
  • Create New...