Jump to content

Fleiding

Friends
  • Posts

    47
  • 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 Fleiding

  1. On 10/6/2019 at 6:45 PM, Fleiding said:

    I created a trophy to be rewarded when a user has at least X points in the Members Shop app. Now every user gets this error when visiting their profile:

     

    
    SELECT shop_points FROM `core_members` WHERE member_id=1
    IPS\Db\Exception: Unknown column 'shop_points' in 'field list' (1054)
    #0 /var/www/html/l283567/system/Db/Select.php(373): IPS\_Db->preparedQuery('/*IPS\\memberssh...', Array, true)
    #1 /var/www/html/l283567/system/Db/Select.php(436): IPS\Db\_Select->runQuery()
    #2 /var/www/html/l283567/system/Db/Select.php(355): IPS\Db\_Select->rewind()
    #3 /var/www/html/l283567/applications/membersshop/extensions/trophies/TrophyCriteria/membersshop.php(67): IPS\Db\_Select->first()
    #4 /var/www/html/l283567/applications/trophies/sources/Trophy/Trophy.php(428): IPS\membersshop\extensions\trophies\TrophyCriteria\_membersshop::memberMeetsCriteria(Object(IPS\Member), Object(IPS\trophies\Trophy), NULL)
    #5 /var/www/html/l283567/applications/trophies/sources/Trophy/Trophy.php(473): IPS\trophies\_Trophy->memberMeetsCriteria(Object(IPS\Member))
    #6 /var/www/html/l283567/init.php(816) : eval()'d code(14): IPS\trophies\_Trophy::updateTrophiesForMember(Object(IPS\Member))
    #7 /var/www/html/l283567/system/Dispatcher/Controller.php(96): IPS\core\modules\front\members\trophies_hook_profile->manage()
    #8 /var/www/html/l283567/applications/core/modules/front/members/profile.php(73): IPS\Dispatcher\_Controller->execute()
    #9 /var/www/html/l283567/system/Dispatcher/Dispatcher.php(152): IPS\core\modules\front\members\_profile->execute()
    #10 /var/www/html/l283567/index.php(13): IPS\_Dispatcher->run()
    #11 {main}

     

    When disabling the trophy, the error goes away.

    This only applies for the X points trophy. Experiencing no issues with the other options for the Members Shop.

  2. I created a trophy to be rewarded when a user has at least X points in the Members Shop app. Now every user gets this error when visiting their profile:

    SELECT shop_points FROM `core_members` WHERE member_id=1
    IPS\Db\Exception: Unknown column 'shop_points' in 'field list' (1054)
    #0 /var/www/html/l283567/system/Db/Select.php(373): IPS\_Db->preparedQuery('/*IPS\\memberssh...', Array, true)
    #1 /var/www/html/l283567/system/Db/Select.php(436): IPS\Db\_Select->runQuery()
    #2 /var/www/html/l283567/system/Db/Select.php(355): IPS\Db\_Select->rewind()
    #3 /var/www/html/l283567/applications/membersshop/extensions/trophies/TrophyCriteria/membersshop.php(67): IPS\Db\_Select->first()
    #4 /var/www/html/l283567/applications/trophies/sources/Trophy/Trophy.php(428): IPS\membersshop\extensions\trophies\TrophyCriteria\_membersshop::memberMeetsCriteria(Object(IPS\Member), Object(IPS\trophies\Trophy), NULL)
    #5 /var/www/html/l283567/applications/trophies/sources/Trophy/Trophy.php(473): IPS\trophies\_Trophy->memberMeetsCriteria(Object(IPS\Member))
    #6 /var/www/html/l283567/init.php(816) : eval()'d code(14): IPS\trophies\_Trophy::updateTrophiesForMember(Object(IPS\Member))
    #7 /var/www/html/l283567/system/Dispatcher/Controller.php(96): IPS\core\modules\front\members\trophies_hook_profile->manage()
    #8 /var/www/html/l283567/applications/core/modules/front/members/profile.php(73): IPS\Dispatcher\_Controller->execute()
    #9 /var/www/html/l283567/system/Dispatcher/Dispatcher.php(152): IPS\core\modules\front\members\_profile->execute()
    #10 /var/www/html/l283567/index.php(13): IPS\_Dispatcher->run()
    #11 {main}

    When disabling the trophy, the error goes away.

  3. On 9/16/2019 at 2:33 PM, SoftwareFactory said:

    Brilliant Discord Integration doesn't make the bot online. It just uses its identity to manage your Discord server.

    If you are unable to set up notifications properly, please contact us in a private message and include a more detailed description of your issue.

    I got this working now.

    For some reason my Magic Invite URL is somehow displaying error 4SBR000/2 now after working properly before. I added a new one, but is displays the same message. Is there a wat to fix this?

  4. I'm quite new to setting up apps for Discord, so I'm struggling to let my Bot posts messages in my selected channel. Maybe I've setup my Bot incorrectly, because it shows as offline.  I've configured my server and notifications correctly.

    Is there a manual on how to properly add a Bot?

  5. When you press on the icon in the menu bar it shows the following:

    Quote

    [[Template invite/front/global/invitesAjax is throwing an error. This theme may be out of date. Run the support tool in the AdminCP to restore the default theme.]]

     

  6. Getting this error with RC3:

    ErrorException: template_store_missing (0)
    #0 /var/www/html/l283567/applications/trophies/modules/front/items/index.php(25): IPS\_Theme->getTemplate(NULL, 'trophies', 'global')
    #1 /var/www/html/l283567/system/Dispatcher/Controller.php(96): IPS\trophies\modules\front\items\_index->manage()
    #2 /var/www/html/l283567/system/Dispatcher/Dispatcher.php(152): IPS\Dispatcher\_Controller->execute()
    #3 /var/www/html/l283567/index.php(13): IPS\_Dispatcher->run()
    #4 {main}

    Edit: somehow it's working now. 🙂 

  7. ErrorException: template_store_missing (0)
    #0 /var/www/html/l283567/applications/trophies/modules/front/items/index.php(25): IPS\_Theme->getTemplate(NULL, 'trophies', 'global')
    #1 /var/www/html/l283567/system/Dispatcher/Controller.php(96): IPS\trophies\modules\front\items\_index->manage()
    #2 /var/www/html/l283567/system/Dispatcher/Dispatcher.php(152): IPS\Dispatcher\_Controller->execute()
    #3 /var/www/html/l283567/index.php(13): IPS\_Dispatcher->run()
    #4 {main}

    Not fully there yet.

  8. Just updated to the RC. When I visit /trophies, I get the following error:

    ErrorException: template_store_missing (0)
    #0 /var/www/html/l283567/applications/trophies/modules/front/items/index.php(25): IPS\_Theme->getTemplate('global')
    #1 /var/www/html/l283567/system/Dispatcher/Controller.php(96): IPS\trophies\modules\front\items\_index->manage()
    #2 /var/www/html/l283567/system/Dispatcher/Dispatcher.php(152): IPS\Dispatcher\_Controller->execute()
    #3 /var/www/html/l283567/index.php(13): IPS\_Dispatcher->run()
    #4 {main}

    Take your time to take a look, really enjoying this app! 🙂

  9. When someone sends an invitation, the receiver gets the following email:

    Quote

    Hi zo�n, 

    Someone you may know has invited you to join to

    The entered name was John.

    Is this a bug? If so, can I quick fix this by editing an email template?

  10. 11 minutes ago, TheJackal84 said:

    go into your ACP and moderator permissions and check the members tab, there is a setting for allow to buy for free

    If I go to Group Permissions there is no tab; if I edit a Group, I only have the option for Banking and Bonus Points.

×
×
  • Create New...