Jump to content

klierik

Members
  • Posts

    19
  • 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 klierik

  1. 3 minutes ago, Adriano Faria said:

    Have you tried to edit the forum? It will probably recreate the missing language bit.

    Hm, it is a good idea. After update all New topics rule text is missing. I need re-create it again. I will try this way.

    Thanks ? 

  2. Here what system says when user try crate an Question if "New Topic Rules" extension enabled:

    Журналы системы 2018-04-25 17-18-43.png

    I connect with IPS support and they defined that this error because of "New Topic Rules" extension and disabled it ?

    After that everything work fine.

  3. "New Topic Rules" extension doesn't work with 4.3.0 and 4.3.1.

    System says code error: EX0 when customer try to open new Question in forum (not new Topic). Disable plugin for a now... Waiting for bug fix.

    Thanks ?

  4. On 9/29/2017 at 10:32 PM, Martin A. said:

    That looks correct to me. Does it still shut itself off?

    Yes, after some time it switch OFF with any update on member map :(

  5. 52 minutes ago, 33andrain said:

    2). The map does not work in the Safari browser. Is this because it has a Flash component? Is this a known issue? Is a fix in the works or even possible?

    Why do you think so? It work perfect in all modern browsers (Safari Mac too)

  6. 6 minutes ago, Martin A. said:

    Make sure that the settings above that toggle is filled out/selected, especially the one that defines what profile field to look for. That setting will only turn itself off when all members are processed.

    Can you tell me please — is it correct?

     

    Settings 2017-09-29 12-33-10.png

  7. On 3/25/2017 at 9:33 PM, Martin A. said:

    That is correct. I can add a setting for this in Member Map is needed.

    It'll sync as soon as the profile is saved. If you're wondering about the import feature, that will run once a day if "Import members without a map marker?" is enabled, and will process 100 members per cycle.

    Good day, Martin.

    Thanks you for great extension :) I am interesting about "Import members without a map marker?" feature.

    Yesterday i switch it ON and check for any changes on at front-end. Today toggle is OFF but no any update on map. I have ~ 45k users.

    IS: 4.2.4, Membermap: 3.4.1

    May be you can tell me way to fix it or define the problem?

    Thanks

  8. On September 7, 2016 at 11:26 PM, Makoto said:

    Replace "cron-user" with whatever user is executing task via cron.

    On May 26, 2016 at 9:07 AM, Cyrem said:

    oh, i see... thanks you a lot.

    So... this issue can be fixed via set ACL with the same user from "/etc/php5/fpm/pool.d/webapp.conf"

    Quote
    
    user = www-data

    for example:

    setfacl -m "u:www-data:r-x" applications/core/interface/task/task.php

    And generate cron task for specific user with http://crontab-generator.org like:

    crontab -e -u webapp

    and the add to the end of file rule generated with crontab-generator

    * * * * * /usr/bin/php -d memory_limit=-1 -d max_execution_time=0 /srv/http/yourdomain.com/root/html/applications/core/interface/task/task.php eeb9e745e6ef2e2c74930ecc3503c77d > /srv/http/yourdomain.com/root/logs/crontab.log

     

  9. Dear @Makoto

    Thank you for so good step-by-step solution, you are Awesome!! Thanks you!

    Maybe you get error like i have..

    In Admin CP -> Advanced configuration -> Server Environment i try to enable "Use Cron (Recommended)" option. But when i try to Save config system says:

    Quote

    In order to enable this setting you must make the /path-to-root/applications/core/interface/task/task.php file executable (i.e. chmod 0777).

    I try to use
     

    chmod +x task.php

    w/o any result. I tried restart nginx/fpm, fix perm, and chmod again — no any lucky.

    Then i tried fixperm with
     

    Which individual files/directories should PHP be granted write access to? applications/core/interface/task/task.php

    w/o success

    No one had same problem? Or i do something wrong? Help please ^_^

  10. Yes, it is true... i recheck and get the same. Maybe something i've done wrong before.

    Also i try copy settings to other branch and get

     Forums 2016-05-02 16-40-25.png

    like infinity loading... never finish

  11. Thank you ^_^

    Also i defined that front-end notification don't support HTML-format, for example text bold (test is in Russian lang, but don't care).

    Text format in AdminCP:
    Изменение раздела: Проблемы верстки 2016-05-02 15-25-46.png

    So as you can see i make some word bold and that what get on front-end:

    Правила Новой Темы - htmlforum для разработчиков 2016-05-02 15-25-24.png

  12. Good day, @Adriano Faria

    I download and install New Topic Rules plugin.

    When i try disable forum rules system show error: 

    EX1054 Something went wrong. Please try again.
    
    UPDATE `ibf2_forums_forums` forums_forums  SET `skin_id`='0',`can_view_others`=true,`permission_showtopic`=false,`show_rules`='2',`forum_allow_rating`=true,`disable_sharelinks`=false,`inc_postcount`=true,`allow_poll`=true,`topicrules_onoff`=false,`topicrules_texto`=NULL,`sub_can_post`=NULL,`redirect_on`=true WHERE id=false 
    IPS\Db\Exception: Unknown column 'topicrules_texto' in 'field list' (1054)
    #0 /system/Db/Db.php(836): IPS\_Db->preparedQuery('UPDATE `ibf2_fo...', Array)
    #1 /system/Patterns/ActiveRecord.php(460): IPS\_Db->update('forums_forums', Array, Array)
    #2 /system/Node/Model.php(1974): IPS\Patterns\_ActiveRecord->save()
    #3 /system/Node/Model.php(2613): IPS\Node\_Model->save()
    #4 /system/Node/Controller.php(376): IPS\Node\_Model->saveForm(Array)
    #5 /applications/forums/modules/admin/forums/forums.php(124): IPS\Node\_Controller->form()
    #6 [internal function]: IPS\forums\modules\admin\forums\_forums->form()
    #7 /system/Dispatcher/Controller.php(85): call_user_func(Array)
    #8 /system/Node/Controller.php(63): IPS\Dispatcher\_Controller->execute()
    #9 /applications/forums/modules/admin/forums/forums.php(40): IPS\Node\_Controller->execute()
    #10 /system/Dispatcher/Dispatcher.php(129): IPS\forums\modules\admin\forums\_forums->execute()
    #11 /control/index.php(13): IPS\_Dispatcher->run()
    #12 {main}

    * i copy current settings from other forum branch.

    What i need todo to fix it?

×
×
  • Create New...