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

  • Default (No Skin)
  • No Skin
Collapse
v3.5.2 Latest
Buy Hosting

My forum doesn't work properly on mobiles

Scheduled Pinned Locked Moved Technical Support
22 Posts 4 Posters 2.4k Views
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • PitaJP Offline
    PitaJP Offline
    PitaJ Global Moderator Plugin & Theme Dev
    replied to Alejandro on last edited by PitaJ
    #13

    @Alejandro try running

    ./nodebb stop
    ./nodebb build
    ./nodebb start
    

    And see if that works. Maybe stopping NodeBB will free up enough memory to let the build succeed.

    A 1 Reply Last reply
    0
  • A Offline
    A Offline
    Alejandro
    replied to PitaJ on last edited by
    #14

    @PitaJ I just did it and in my web appeared:

    Internal server error

    PitaJP 1 Reply Last reply
    0
  • PitaJP Offline
    PitaJP Offline
    PitaJ Global Moderator Plugin & Theme Dev
    replied to Alejandro on last edited by
    #15

    @Alejandro what was the console output?

    A 1 Reply Last reply
    0
  • A Offline
    A Offline
    Alejandro
    replied to PitaJ on last edited by
    #16

    @PitaJ https://ibb.co/xgWyG1g
    https://ibb.co/KFL5xP6

    PitaJP 1 Reply Last reply
    0
  • PitaJP Offline
    PitaJP Offline
    PitaJ Global Moderator Plugin & Theme Dev
    replied to Alejandro on last edited by
    #17

    @Alejandro oh, the build was still killed. Run ./nodebb build --help and try running it for each asset type. Check for the "Killed" message each time. If that happened, it failed.

    What database are you using?

    A 1 Reply Last reply
    0
  • A Offline
    A Offline
    Alejandro
    replied to PitaJ on last edited by
    #18

    @PitaJ I'm using redis

    I just saw warning tags but never killed

    Screenshot

    Captured with Lightshot

    favicon

    Lightshot (prnt.sc)

    Screenshot

    Captured with Lightshot

    favicon

    Lightshot (prnt.sc)

    Screenshot

    Captured with Lightshot

    favicon

    Lightshot (prnt.sc)

    PitaJP 1 Reply Last reply
    0
  • PitaJP Offline
    PitaJP Offline
    PitaJ Global Moderator Plugin & Theme Dev
    replied to Alejandro on last edited by
    #19

    @Alejandro it looks like that resulted in everything building. Try starting NodeBB back up and see if everything works (./nodebb start).

    Then try

    ./nodebb stop
    ./nodebb build --series
    ./nodebb start
    

    And see if that works (meaning there's no Killed message). If that works, you should add "series": true, at the top of config.json

    A 1 Reply Last reply
    1
  • A Offline
    A Offline
    Alejandro
    replied to PitaJ on last edited by Alejandro
    #20

    @PitaJ Killed message 😕

    What else can I do? 😞

    301 Moved Permanently

    favicon

    (prntscr.com)

    EDIT: I started it and now it works good on mobiles (responsively) 😄 but I mind that killed message...

    How can I fix it? , Thank your for all your support so far!

    PitaJP 1 Reply Last reply
    0
  • PitaJP Offline
    PitaJP Offline
    PitaJ Global Moderator Plugin & Theme Dev
    replied to Alejandro on last edited by
    #21

    @Alejandro so the problem is that you don't have enough free memory. You could try shutting down NodeBB and redis before running the build, but the only other way I can think of is to add more memory space to your server. Maybe there's a way to add swap?

    A 1 Reply Last reply
    1
  • A Offline
    A Offline
    Alejandro
    replied to PitaJ on last edited by
    #22

    @PitaJ we can't do that at this time, it seems like it is working good, in few weeks we would acquire more ram if it's the problem.

    Thank you very very much!

    1 Reply Last reply
    0

Copyright © 2023 NodeBB | Contributors
  • Login

  • Don't have an account? Register

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