Jump to content

Andrzej Pindor

Clients
  • Posts

    31
  • 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 Andrzej Pindor

  1. Hi,

    your app won't work correctly on 4.2.5.

    1. no icon in menu in ACPimage.png.8e0f5f7ffb46edcd406032dc194379f5.png
    2. stats generates error:
      Error: Cannot instantiate abstract class IPS\Helpers\Chart\Dynamic (0)
      #0 /var/www/forum.vw-passat.pl/httpdocs/system/Dispatcher/Controller.php(85): IPS\nbenhadverts\modules\admin\adverts\_adverts->stats()
      #1 /var/www/forum.vw-passat.pl/httpdocs/applications/nbenhadverts/modules/admin/adverts/adverts.php(27): IPS\Dispatcher\_Controller->execute()
      #2 /var/www/forum.vw-passat.pl/httpdocs/system/Dispatcher/Dispatcher.php(146): IPS\nbenhadverts\modules\admin\adverts\_adverts->execute()
      #3 /var/www/forum.vw-passat.pl/httpdocs/admin/index.php(13): IPS\_Dispatcher->run()
      #4 {main}

       

  2. Advanced tools -> Rebuild Tag Cache

    Quote

    SELECT `tag_aai_lookup`, `tag_meta_app`, `tag_meta_area`, `tag_meta_id`, `tag_id` FROM `core_tags` GROUP BY `tag_meta_id` ORDER BY `tag_id` ASC LIMIT 0,100
    IPS\Db\Exception: Expression #1 of SELECT list is not in GROUP BY clause and contains nonaggregated column 'DB_NAME.core_tags.tag_aai_lookup' 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/REMOVED/httpdocs/system/Db/Select.php(378): IPS\_Db->preparedQuery('/*IPS\\advancedt...', Array, true)
    #1 /var/www/REMOVED/httpdocs/system/Db/Select.php(440): IPS\Db\_Select->runQuery()
    #2 /var/www/REMOVED/httpdocs/applications/advancedtagsprefixes/modules/admin/manage/tools.php(277): IPS\Db\_Select->rewind()
    #3 /var/www/REMOVED/httpdocs/system/Dispatcher/Controller.php(85): IPS\advancedtagsprefixes\modules\admin\manage\_tools->rebuild()
    #4 /var/www/REMOVED/httpdocs/applications/advancedtagsprefixes/modules/admin/manage/tools.php(26): IPS\Dispatcher\_Controller->execute()
    #5 /var/www/REMOVED/httpdocs/system/Dispatcher/Dispatcher.php(146): IPS\advancedtagsprefixes\modules\admin\manage\_tools->execute()
    #6 /var/www/REMOVED/httpdocs/admin/index.php(13): IPS\_Dispatcher->run()
    #7 {main}

     

  3. Hi,

    css from your plugin breaks default IPS styles:

    image.png.ad84036bee6d5db036a16aeece22a3cf.png

    You must adjust padding in this style:

    Quote

    .ipsMessage {
        padding: 3px 15px 15px 45px;
        border-radius: 2px;
        position: relative;
        margin-bottom: 10px;
    }

    I had to add this to my custom.css:

    Quote

    .ipsMessage{
      padding: 15px 45px !important;
    }

    to display correctly

  4. Just bought this plugin and when I tried to save rules, I've got this error:

    UPDATE `forums_forums` forums_forums  SET `parent_id`=3,`icon`=(IPS\File\FileSystem::__set_state(array(
       'temporaryFilePath' => NULL,
       'configuration' => 
      array (
        'dir' => '/var/www/forum.vw-passat.pl/httpdocs/uploads',
        'url' => 'uploads',
      ),
       'configurationId' => 1,
       'storageExtension' => 'forums_Icons',
       'originalFilename' => 'forum_old-48.png',
       'filename' => 'forum_old-48.png.d48ca786900d618a3c495c66230b6ad1.png',
       'container' => 'monthly_2017_09',
       'contents' => NULL,
       'url' => 
      IPS\Http\Url\Internal::__set_state(array(
         'base' => 'none',
         'isInternal' => true,
         'isFriendly' => false,
         'url' => 'https://forum.vw-passat.pl/uploads/monthly_2017_09/forum_old-48.png.d48ca786900d618a3c495c66230b6ad1.png',
         'data' => 
        array (
          'scheme' => 'https',
          'host' => 'forum.vw-passat.pl',
          'port' => NULL,
          'user' => NULL,
          'pass' => NULL,
          'path' => '/uploads/monthly_2017_09/forum_old-48.png.d48ca786900d618a3c495c66230b6ad1.png',
          'query' => '',
          'fragment' => NULL,
        ),
         'queryString' => 
        array (
        ),
         'hiddenQueryString' => 
        array (
        ),
      )),
       'tempId' => NULL,
       'attachmentThumbnailUrl' => NULL,
       'thumbnailName' => NULL,
       'thumbnailContainer' => NULL,
    ))),`skin_id`='0',`can_view_others`=true,`permission_showtopic`=false,`show_rules`='0',`forum_allow_rating`=true,`disable_sharelinks`=false,`inc_postcount`=true,`allow_poll`=true,`tag_predefined`='',`show_prefix_in_desc`=false,`topicrules_onoff`=true,`topicrules_tipo`='ipsMessage_info ipsMessage_information',`sub_can_post`=true,`redirect_on`=false WHERE id=33 
    IPS\Db\Exception: Data too long for column 'topicrules_tipo' at row 1 (1406)
    #0 /var/www/forum.vw-passat.pl/httpdocs/system/Db/Db.php(990): IPS\_Db->preparedQuery('/*IPS\\Node\\_Mod...', Array)
    #1 /var/www/forum.vw-passat.pl/httpdocs/system/Patterns/ActiveRecord.php(492): IPS\_Db->update('`forums_forums`...', '`parent_id`=?,`...', 'WHERE id=?')
    #2 /var/www/forum.vw-passat.pl/httpdocs/system/Node/Model.php(2237): IPS\Patterns\_ActiveRecord->save()
    #3 [internal function]: IPS\Node\_Model->save()
    #4 /var/www/forum.vw-passat.pl/httpdocs/init.php(448) : eval()'d code(217): call_user_func_array('parent::save', Array)
    #5 /var/www/forum.vw-passat.pl/httpdocs/system/Node/Model.php(3021): IPS\Node\advancedtagsprefixes_hook_nodeModel->save()
    #6 [internal function]: IPS\Node\_Model->saveForm(Array)
    #7 /var/www/forum.vw-passat.pl/httpdocs/init.php(448) : eval()'d code(145): call_user_func_array('parent::saveFor...', Array)
    #8 /var/www/forum.vw-passat.pl/httpdocs/system/Node/Controller.php(391): IPS\Node\advancedtagsprefixes_hook_nodeModel->saveForm(Array)
    #9 /var/www/forum.vw-passat.pl/httpdocs/applications/forums/modules/admin/forums/forums.php(123): IPS\Node\_Controller->form()
    #10 /var/www/forum.vw-passat.pl/httpdocs/system/Dispatcher/Controller.php(85): IPS\forums\modules\admin\forums\_forums->form()
    #11 /var/www/forum.vw-passat.pl/httpdocs/system/Node/Controller.php(62): IPS\Dispatcher\_Controller->execute()
    #12 /var/www/forum.vw-passat.pl/httpdocs/applications/forums/modules/admin/forums/forums.php(39): IPS\Node\_Controller->execute()
    #13 /var/www/forum.vw-passat.pl/httpdocs/system/Dispatcher/Dispatcher.php(146): IPS\forums\modules\admin\forums\_forums->execute()
    #14 /var/www/forum.vw-passat.pl/httpdocs/admin/index.php(13): IPS\_Dispatcher->run()
    #15 {main}

     

×
×
  • Create New...