Jump to content

Matk

Members
  • Posts

    115
  • 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 Matk

  1. On 2/24/2019 at 8:36 AM, DawPi said:

    What doesn't work on 4.4? Works fine. 🙂

    Not working on 4.4.

     

    Quote
    
    SELECT SQL_CALC_FOUND_ROWS core_message_topic_user_map.*, core_message_topics.*, core_members.*, core_message_posts.* FROM `core_message_topic_user_map`  LEFT JOIN `core_message_topics` ON core_message_topic_user_map.map_topic_id=core_message_topics.mt_id AND core_message_topics.mt_starter_id <> core_message_topic_user_map.map_user_id AND core_message_topic_user_map.map_user_active=1  LEFT JOIN `core_members` ON core_message_topic_user_map.map_user_id=core_members.member_id  LEFT JOIN `core_message_posts` ON core_message_topics.mt_id=core_message_posts.msg_topic_id WHERE core_message_topics.mt_is_hidden IN( 0,1 ) AND core_message_topics.mt_is_system = 0 GROUP BY `core_message_topic_user_map`.`map_id`,`core_message_topics`.`mt_id` ORDER BY mt_last_post_time DESC LIMIT 0,10
    IPS\Db\Exception: Expression #134 of SELECT list is not in GROUP BY clause and contains nonaggregated column 'database.core_message_posts.msg_id' which is not functionally dependent on columns in GROUP BY clause; this is incompatible with sql_mode=only_full_group_by (1055)
    #0 /var/www/forum/content/system/Db/Select.php(373): IPS\_Db->preparedQuery('/*IPS\\pmviewer\\...', Array, true)
    #1 /var/www/forum/content/system/Db/Select.php(436): IPS\Db\_Select->runQuery()
    #2 /var/www/forum/content/applications/pmviewer/modules/admin/viewer/conversations.php(133): IPS\Db\_Select->rewind()
    #3 /var/www/forum/content/system/Dispatcher/Controller.php(96): IPS\pmviewer\modules\admin\viewer\_conversations->manage()
    #4 /var/www/forum/content/system/Dispatcher/Dispatcher.php(152): IPS\Dispatcher\_Controller->execute()
    #5 /var/www/forum/content/admin/index.php(14): IPS\_Dispatcher->run()
    #6 {main}

     

     

  2. Some users report bug on widget.

    Is showing infos from others members.

    1pCfus8.png

     

    On last version have the problem... I'll take a picture when it happens again.

     

    @edit

    Last version from a admin:

    My1HFGN.png

     

    Apparently you only see other people who are in the same group as you

  3. On IPB 4.2.2 when i try edit groups get error:

    OutOfRangeException:  (0)
    #0 /var/www/tibiaking/forum/system/Node/Model.php(1048): IPS\Patterns\_ActiveRecord::load(316)
    #1 /var/www/tibiaking/forum/system/Node/Model.php(1065): IPS\Node\_Model->parent()
    #2 /var/www/tibiaking/forum/system/Content/ClubContainer.php(276): IPS\Node\_Model->parents()
    #3 /var/www/tibiaking/forum/system/Helpers/Form/Node.php(224): IPS\forums\_Forum->parents()
    #4 /var/www/tibiaking/forum/system/Helpers/Form/FormAbstract.php(264): IPS\Helpers\Form\_Node->html()
    #5 /var/www/tibiaking/forum/system/Helpers/Form/Form.php(415): IPS\Helpers\Form\_FormAbstract->rowHtml(Object(IPS\Helpers\Form))
    #6 /var/www/tibiaking/forum/system/Theme/Theme.php(809) : eval()'d code(324): IPS\Helpers\_Form->__toString()
    #7 /var/www/tibiaking/forum/system/Theme/SandboxedTemplate.php(56): IPS\Theme\class_core_admin_global->block('303c9915d563ce0...', Object(IPS\Helpers\Form))
    #8 /var/www/tibiaking/forum/applications/core/modules/admin/members/groups.php(218): IPS\Theme\_SandboxedTemplate->__call('block', Array)
    #9 /var/www/tibiaking/forum/system/Dispatcher/Controller.php(85): IPS\core\modules\admin\members\_groups->form()
    #10 /var/www/tibiaking/forum/applications/core/modules/admin/members/groups.php(34): IPS\Dispatcher\_Controller->execute()
    #11 /var/www/tibiaking/forum/system/Dispatcher/Dispatcher.php(146): IPS\core\modules\admin\members\_groups->execute()
    #12 /var/www/tibiaking/forum/admin/index.php(13): IPS\_Dispatcher->run()
    #13 {main}

     

  4. On IPB 4.2 i get this error: 

    {"result":false,"result_text":"Server error occurred: '64 Cannot declare class IPS\\Node\\advancedtagsprefixes_hook_nodeModel, because the name is already in use (init.php(448) : eval()'d code:319)'","error":"Server error occurred: '64 Cannot declare class IPS\\Node\\advancedtagsprefixes_hook_nodeModel, because the name is already in use (init.php(448) : eval()'d code:319)'"}

    And can't acess forum.

×
×
  • Create New...