• Home
  • Categories
  • Recent
  • Popular
  • Tags
  • Users
  • Groups
  • Documentation
    • Home
    • Read API
    • Write API
    • Plugin Development
Skins
  • Light
  • Default
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Quartz
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Slate
  • Solar
  • Superhero
  • Vapor
Collapse

Community

A

Abhinov Singh 0

@Abhinov Singh 0
About
Posts
33
Topics
15
Groups
0
Followers
0
Following
0

Topics

  • A
    ●

    Nodejs version

    Scheduled Pinned Locked Moved Technical Support
    0 Votes
    1 Posts
    142 Views

    A

    Do nodebb support latest version of nodejs version v12.14.0 ?


  • A
    ●

    proxy problem

    Scheduled Pinned Locked Moved General Discussion
    0 Votes
    2 Posts
    196 Views

    A

    I am not able to remove 4567 from http://subdomain:4567
    How to do it ?
    Steps I am following
    (a) Reading from here https://docs.nodebb.org/configuring/proxies/apache/
    (b) Making subdomain.conf , keeping it inside /etc/apache2/conf.d/includes
    and attaching this line Include /etc/apache2/conf.d/includes/subdomain.conf into httpd.conf
    (c) Changing URL of config.json inside NodeBB folder to http://subdomain.conf

    Code which I am using in subdomain.conf is as follows :
    <VirtualHost *:80>
    ServerName www.sub-domain.com
    RequestHeader set X-Forwarded-Proto "http"

    ProxyRequests off <Proxy *> Order deny,allow Allow from all </Proxy> RewriteEngine On RewriteCond %{REQUEST_URI} ^/socket.io [NC] RewriteCond %{QUERY_STRING} transport=websocket [NC] RewriteRule /(.*) ws://127.0.0.1:4567/$1 [P,L] ProxyPass / http://127.0.0.1:4567/ ProxyPassReverse / http://127.0.0.1:4567/

    </VirtualHost>


  • A
    ●

    on browsing getting directories list

    Scheduled Pinned Locked Moved General Discussion
    0 Votes
    18 Posts
    657 Views

    barisB

    You can do it after installing, it will replace all the data.


  • A
    ●

    mongod problem

    Scheduled Pinned Locked Moved Technical Support
    0 Votes
    2 Posts
    217 Views

    F

    Try removing the /var/run/mongodb/mongod.pid file and then stopping it. If it doesn't work, just kill the process.


  • A
    ●

    without sharp install

    Scheduled Pinned Locked Moved General Discussion
    0 Votes
    2 Posts
    235 Views

    NormandoN

    @Abhinov-Singh-0 you can. I have centos 6

    First install devtoolset-2 to get gcc 4.8.x

    Then enable the environment, and install libvip 8.8.3

    https://github.com/libvips/libvips/releases

    Then install nodebb but with environment enabled also under nodebb user run.


  • A
    ●

    ./nodebb status

    Scheduled Pinned Locked Moved Technical Support
    0 Votes
    17 Posts
    906 Views

    A

    @oplik0
    IMG_20191216_154249.jpg

    When I run circled command , above error occurred

    Now this error is coming
    configure: error: cannot run C compiled programs.
    If you meant to cross compile,
    use --host.

    See config.log for more details


  • A
    ●

    nodebb version

    Scheduled Pinned Locked Moved Technical Support
    0 Votes
    4 Posts
    272 Views

    PitaJP

    You can also check nodebb version with ./nodebb version


  • A
    ●

    ./nodebb status

    Scheduled Pinned Locked Moved Technical Support
    0 Votes
    2 Posts
    215 Views

    PitaJP

    @Abhinov-Singh-0 I suggest learning about solving Linux permissions issues on your own.

    For now, I'm guessing you need to make it executable:

    chmod +x ./nodebb

    It may also be an issue with ownership, in which case you'd use chown.

    You can search for any of these topics and find hundreds of tutorials.


  • A
    ●

    Image problem

    Scheduled Pinned Locked Moved Technical Support
    0 Votes
    5 Posts
    240 Views

    julianJ

    @Abhinov-Singh-0 A permission denied error means that some or all of the files in that directory are owned by a user that is not the same user as you are logged in as.

    It also suggests that the images may have restrictive privileges that do not allow them to be read by the user running the NodeBB process.

    Try this:

    cd /path/to/nodebb sudo chown -r $USER public/uploads

    Then try to run NodeBB again.


  • A
    ●

    payment

    Scheduled Pinned Locked Moved Technical Support payment
    0 Votes
    2 Posts
    182 Views

    julianJ

    Perhaps this plugin would help: https://github.com/psychobunny/nodebb-plugin-paypal-subscriptions


  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Home
  • Categories
  • Recent
  • Popular
  • Tags
  • Users
  • Groups
  • Documentation
    • Home
    • Read API
    • Write API
    • Plugin Development
  • Login

  • Don't have an account? Register

  • Login or register to search.