Navigation

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Popular
    • Tags
    • Users
    • Groups
    1. Home
    2. Apxukoc
    • Profile
    • Following 0
    • Followers 1
    • Topics 2
    • Posts 21
    • Best 2
    • Groups 0

    Apxukoc

    @Apxukoc

    I don`t speak English ;)

    3
    Reputation
    737
    Profile views
    21
    Posts
    1
    Followers
    0
    Following
    Joined Last Online
    Website tropaduha.ru Location Gorno-Altaysk

    Apxukoc Follow

    Best posts made by Apxukoc

    • RE: How you running NodeBB ?

      [root@admin ~]# cat /etc/systemd/system/nodebb.service
      [Unit]
      Description=NodeBB Forum platform
      After=system.slice multi-user.target

      [Service]
      Type=simple
      User=node

      StandardOutput=syslog
      StandardError=syslog
      SyslogIdentifier=node
      SyslogFacility=local0

      WorkingDirectory=/home/node/forum/
      ExecStart=/bin/node app.js
      Restart=always

      [Install]
      WantedBy=multi-user.target
      [root@admin ~]#

      [root@admin ~]# uname -a
      Linux localdomain 3.10.0-042stab112.15 #1 SMP Tue Oct 20 17:22:56 2015 x86_64 x86_64 x86_64 GNU/Linux
      [root@admin ~]#
      service nodebb start
      service nodebb restart
      systemctl enable nodebb.service
      😉

      posted in General Discussion
      Apxukoc
      Apxukoc
    • RE: Who is using NodeBB?

      @JasperNL отлично выглядит!

      posted in General Discussion
      Apxukoc
      Apxukoc

    Latest posts made by Apxukoc

    • RE: after upgrade I can not login as admin

      Hi. Faced such a problem. The solution is somewhere here on the forum. It is necessary to execute a script in the mongo console. Need to search.

      db.objects.update({_key: "config"}, {$set: {cookieDomain: ""}});
      

      I can be mistaken.

      posted in Technical Support
      Apxukoc
      Apxukoc
    • RE: "Recent cards" not working, NodeBB 1.4.5

      @BuZz said in "Recent cards" not working, NodeBB 1.4.5:

      you need to use v 0.3.1 for nodebb v1.4.5
      npm i nodebb-plugin-recent-cards@0.3.1 --save

      Thanks!
      It is working!

      posted in Technical Support
      Apxukoc
      Apxukoc
    • "Recent cards" not working, NodeBB 1.4.5

      Help me!
      Translate google, sorry.
      Noticed when upgrading to 1.4.5 on the running forum. Reproduced on the clean version 1.4.5. There is nothing suspicious in the logs. In the search here on the forum did not find anything.
      Are there any ideas where to look for a mistake?

      0_1492327957414_card1.PNG
      0_1492327962110_card2.PNG
      0_1492327965983_card3.PNG
      0_1492327970330_card4.PNG

      posted in Technical Support
      Apxukoc
      Apxukoc
    • RE: Who is using NodeBB?

      @JasperNL отлично выглядит!

      posted in General Discussion
      Apxukoc
      Apxukoc
    • RE: Who is using NodeBB?

      @Kalbaskin отличное решение по Тунгуске! Литвинов видел ?
      Good work!

      posted in General Discussion
      Apxukoc
      Apxukoc
    • RE: Russian Support Forum gone!

      @Jenkler Translated via Google.
      The domain expired for several months, trying to go at it a few times during this time.
      You probably have contact details for a person who was taken for the support of this forum? You sent him letters, he is responsible?
      Очень жаль, если форум российской поддержки просто так прикроется без объяснения причин.

      posted in Technical Support
      Apxukoc
      Apxukoc
    • RE: Recent cards localization

      @mechanix vi ./forum/node_modules/nodebb-plugin-recent-cards/static/templates/partials/nodebb-plugin-recent-cards/header.tpl and restart nodebb

      posted in Plugin Development
      Apxukoc
      Apxukoc
    • RE: Does not work search

      Replaced 56 line here 🙂
      vi /home/node/forum/src/database/mongo/main.js

      posted in Technical Support
      Apxukoc
      Apxukoc
    • RE: Does not work search

      @baris
      Sumptuously! Search works! Many thanks! Problem solved! Close the topic!
      👍

      posted in Technical Support
      Apxukoc
      Apxukoc
    • RE: Does not work search

      I used to think that such behavior could be due to mongorestore but testbed tried several times to repeat, everything works like clockwork. In production for some reason, there is an error. When you try to search obviously also returns an error, you can not perform the action because the argument is not a numeric value. So somewhere in the logic determined that the value may 🙂

      posted in Technical Support
      Apxukoc
      Apxukoc