Jump to content

EmpireKicking

Clients
  • Posts

    1,951
  • 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 EmpireKicking

  1. 9 hours ago, Kevin Carwile said:

    You can sell memberships to site member groups via IPS Commerce app. Then allow that member group to create a collab in your collab category of choice.

    yeah that's one option, though be cool to built something into the plugin so that if an member opens up an group they go though the payment option steps. So that it's separated

  2. 12 hours ago, Kevin Carwile said:

    Members make their own boards in a collab as it stands. I'm not sure I understand what you're saying.

    One time I remove the plugin. And all boards from the groups appeared on my forum list on the ACP. taken me time to remove or hind it until the plugin was loaded up again

  3. I'm still setting up the plugin from my end and at the moment I love it :) it's so cool and the end results I know I will get 30 plus more members.

    What I would like to see "suggestion" that the collaboration groups doesn't shares the forums, databases etc on the ACP. I want the members to make up the boards on there own little mini sites but have it in the ACP so that it's supperated to the main website boards!!!!!!

  4. 2 hours ago, Adriano Faria said:

    App update/uninstall won't delete files, so this is not supported since last september.

    As you both didn't delete the folder/file, it appears to you.

    That was removed and the tab showing the awards was added.

    Right, I was not told about this. when there is an new update I go to the download page read the new release notes then download. it didn't say anything about deleting 

    By the way it's /applications/awards/extensions/core then ContentRouter

  5. 1 hour ago, Adriano Faria said:

    Can you see it on my image above? I can't. :lol:

    Maybe this is something added via Rules integration?

    As I said before, permissions were not touched in versions I released. You said you didn't changed for a year. So, I'm sorry. We can really spend a good time here talking about this or you can try to get some help with Kevin.

    A nice test would someone make a fresh install of any version before 1.0.9 and aee if it's there and working.

    okay. I'll have to see till tomorrow myself as it's getting late. But the last version before 1.0.8.1 something worked with no errors.. Just started happen allot with 1.0.9.

     

  6. 2 hours ago, Adriano Faria said:

    I'm aware of the error message. I want to know how to reproduce it, since it does not appear in my profile.

    Well, image here. I did it slower. So once in profile go to "see my activity" then scroll ri down to see the iawards on the panel LOL

    588930c55ade5_Here123.thumb.gif.9e022f372c5f0e5ac9319ceab7380ba4.gif

     

  7. @Adriano Faria @RoleplayUK Same error as before you are right.  Here is the error log

     

    SELECT perm_type_id FROM `******_core_permission_index` AS `core_permission_index` WHERE core_permission_index.app='awards' AND core_permission_index.perm_type='awards' AND (( FIND_IN_SET(4,perm_) ) OR perm_='*' )
    IPS\Db\Exception: Unknown column 'perm_' in 'where clause' (1054)
    #0 /public_html/system/Db/Select.php(346): IPS\_Db->preparedQuery('/*IPS\\Content\\_...', Array)
    #1 /public_html/system/Db/Select.php(408): IPS\Db\_Select->runQuery()
    #2 /public_html/system/Content/Item.php(2343): IPS\Db\_Select->rewind()
    #3 /public_html/system/Helpers/Table/Content.php(270): IPS\Content\_Item::getItemsWithPermission(Array, 'awarded_date de...', NULL, 'read', false, 0, Object(IPS\Member), false, false, false, true, Array, false, true, true, true, false)
    #4 /public_html/system/Helpers/Table/Table.php(451): IPS\Helpers\Table\_Content->getRows(Array)
    #5 /public_html/applications/core/modules/front/members/profile.php(503): IPS\Helpers\Table\_Table->__toString()
    #6 [internal function]: IPS\core\modules\front\members\_profile->content()
    #7 /public_html/system/Dispatcher/Controller.php(85): call_user_func(Array)
    #8 /public_html/applications/core/modules/front/members/profile.php(65): IPS\Dispatcher\_Controller->execute()
    #9 /public_html/system/Dispatcher/Dispatcher.php(129): IPS\core\modules\front\members\_profile->execute()
    #10/public_html/index.php(13): IPS\_Dispatcher->run()
    #11 {main}

     

  8. 1 hour ago, RoleplayUK said:

    What version did you upgrade from ?

    9 to 9.1 Just waiting for another 24 hours to see the errors comes up if not then all good 

  9. 53 minutes ago, Adriano Faria said:

    Nothing in permissions was changed in any of the versions I released. So please, check cats and awards permissions and try again.

    All permissions hasn't been touched at my end on the day that I got the plugin installed, that was over like year ago.. 

  10. 15 hours ago, Adriano Faria said:

    I sent a new version this morning to @RoleplayUK with a possible fix. 

    Will send to you too, @EmpireKickass.

    I need to know if it works so I can update the file on marketplace. 

    Sorry for not responding, I just read all messages. Been an busy day for me. I uploaded the new file. 

    I don't know if the this log will help or not, but It's all same log. 

    Quote
    
    Unknown column 'perm_' in 'where clause'
    SELECT perm_type_id FROM `*****_core_permission_index` AS `core_permission_index` WHERE core_permission_index.app='awards' AND core_permission_index.perm_type='awards' AND (( FIND_IN_SET(2,perm_) ) OR perm_='*' )
     | File                                                                       | Function                                                                      | Line No.          |
     |----------------------------------------------------------------------------+-------------------------------------------------------------------------------+-------------------|
     | /system/Db/Db.php                                                          | [IPS\Db\_Exception].__construct                                               | 393               |
     '----------------------------------------------------------------------------+-------------------------------------------------------------------------------+-------------------'
     | /system/Db/Select.php                                                      | [IPS\_Db].preparedQuery                                                       | 346               |
     '----------------------------------------------------------------------------+-------------------------------------------------------------------------------+-------------------'
     | /system/Db/Select.php                                                      | [IPS\Db\_Select].runQuery                                                     | 408               |
     '----------------------------------------------------------------------------+-------------------------------------------------------------------------------+-------------------'
     | /system/Content/Item.php                                                   | [IPS\Db\_Select].rewind                                                       | 2343              |
     '----------------------------------------------------------------------------+-------------------------------------------------------------------------------+-------------------'
     | /system/Helpers/Table/Content.php                                          | [IPS\Content\_Item].getItemsWithPermission                                    | 270               |
     '----------------------------------------------------------------------------+-------------------------------------------------------------------------------+-------------------'
     | /system/Helpers/Table/Table.php                                            | [IPS\Helpers\Table\_Content].getRows                                          | 451               |
     '----------------------------------------------------------------------------+-------------------------------------------------------------------------------+-------------------'
     | /applications/core/modules/front/members/profile.php                       | [IPS\Helpers\Table\_Table].__toString                                         | 503               |
     '----------------------------------------------------------------------------+-------------------------------------------------------------------------------+-------------------'
     |                                                                            | [IPS\core\modules\front\members\_profile].content                             |                   |
     '----------------------------------------------------------------------------+-------------------------------------------------------------------------------+-------------------'
     | /system/Dispatcher/Controller.php                                          | [].call_user_func                                                             | 85                |
     '----------------------------------------------------------------------------+-------------------------------------------------------------------------------+-------------------'
     | /applications/core/modules/front/members/profile.php                       | [IPS\Dispatcher\_Controller].execute                                          | 65                |
     '----------------------------------------------------------------------------+-------------------------------------------------------------------------------+-------------------'
     | /system/Dispatcher/Dispatcher.php                                          | [IPS\core\modules\front\members\_profile].execute                             | 129               |
     '----------------------------------------------------------------------------+-------------------------------------------------------------------------------+-------------------'
     | /index.php                                                                 | [IPS\_Dispatcher].run                                                         | 13                |
     '----------------------------------------------------------------------------+-------------------------------------------------------------------------------+-------------------'

     

    All errors are by the awards and Rules plugin 

×
×
  • Create New...