• 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

Delete embedded image

Scheduled Pinned Locked Moved Unsolved Technical Support
17 Posts 3 Posters 819 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.
  • C Offline
    C Offline
    chez
    wrote on last edited by
    #1

    After I upload an embedded image, I can't delete it.
    I mean this option
    112d4d67-0050-462a-a956-45ba5958cc1b-תמונה.png
    Of course the problem is only in my forum ...

    dogsD 1 Reply Last reply
    0
  • dogsD Offline
    dogsD Offline
    dogs
    replied to chez on last edited by
    #2

    @chez I had issues with thumbnails too.

    I edited the database entries for that tumbnails.

    Do you receive an error like "no valid file" or something other errors?

    C 1 Reply Last reply
    1
  • C Offline
    C Offline
    chez
    replied to dogs on last edited by
    #3

    @dogs said in Delete embedded image:

    Do you receive an error like "no valid file" or something other errors?

    I'm not getting an error.
    As expected asks for permission to delete
    1f968220-449f-4066-81c2-265fc5b3c280-תמונה.png
    But does not respond to deletion.

    dogsD 1 Reply Last reply
    0
  • dogsD Offline
    dogsD Offline
    dogs
    replied to chez on last edited by
    #4

    @chez any errors in your clientside console? (Chrome dev tools e.g) Or serverside as well?

    C 1 Reply Last reply
    1
  • C Offline
    C Offline
    chez
    replied to dogs on last edited by chez
    #5

    @dogs said in Delete embedded image:

    @chez any errors in your clientside console? (Chrome dev tools e.g) Or serverside as well?

    There is no movement in the console

    dogsD 1 Reply Last reply
    0
  • dogsD Offline
    dogsD Offline
    dogs
    replied to chez on last edited by
    #6

    @chez what version of nodebb are you running?

    And are there any errors on startup nodebb?

    C 1 Reply Last reply
    1
  • C Offline
    C Offline
    chez
    replied to dogs on last edited by chez
    #7

    @dogs
    version 4.2.6

    dogsD 1 Reply Last reply
    0
  • dogsD Offline
    dogsD Offline
    dogs
    replied to chez on last edited by
    #8

    @chez No I meant not DB-Version. I talk about NodeBB version.

    Are there any erros if you run

    ./nodebb start && ./nodebb log

    1 Reply Last reply
    1
  • C Offline
    C Offline
    chez
    wrote on last edited by
    #9

    @dogs
    Do you mean it?
    b0207589-5eec-4ae3-afb6-378c1744af00-תמונה.png

    dogsD 1 Reply Last reply
    0
  • dogsD Offline
    dogsD Offline
    dogs
    replied to chez on last edited by
    #10

    @chez Yes I meant this.

    But I didn't know you are on windows.
    Don't know the commands for windows.

    C 1 Reply Last reply
    1
  • PitaJP Offline
    PitaJP Offline
    PitaJ Global Moderator Plugin & Theme Dev
    wrote on last edited by
    #11

    On windows it's .\ instead of ./

    1 Reply Last reply
    1
  • C Offline
    C Offline
    chez
    replied to dogs on last edited by
    #12

    @dogs

    2021-05-06T12:05:20.986Z [4567/6180] - error: uncaughtException: spawn tail ENOENT
    Error: spawn tail ENOENT
        at Process.ChildProcess._handle.onexit (internal/child_process.js:269:19)
        at onErrorNT (internal/child_process.js:465:16)
        at processTicksAndRejections (internal/process/task_queues.js:80:21) {"error":{"errno":-4058,"code":"ENOENT","syscall":"spawn tail","path":"tail","spawnargs":["-F","./logs/output.log"]},"stack":"Error: spawn tail ENOENT\n    at Process.ChildProcess._handle.onexit (internal/child_process.js:269:19)\n    at onErrorNT (internal/child_process.js:465:16)\n    at processTicksAndRejections (internal/process/task_queues.js:80:21)","exception":true,"date":"Thu May 06 2021 15:05:20 GMT+0300 (שעון ישראל (קיץ))","process":{"pid":6180,"uid":null,"gid":null,"cwd":"C:\\Windows\\System32\\nodebb","execPath":"C:\\Program Files\\nodejs\\node.exe","version":"v14.16.1","argv":["C:\\Program Files\\nodejs\\node.exe","C:\\Windows\\System32\\nodebb\\nodebb","log"],"memoryUsage":{"rss":40943616,"heapTotal":18944000,"heapUsed":10442416,"external":1295044,"arrayBuffers":33745}},"os":{"loadavg":[0,0,0],"uptime":55702},"trace":[{"column":19,"file":"internal/child_process.js","function":"Process.ChildProcess._handle.onexit","line":269,"method":"onexit","native":false},{"column":16,"file":"internal/child_process.js","function":"onErrorNT","line":465,"method":null,"native":false},{"column":21,"file":"internal/process/task_queues.js","function":"processTicksAndRejections","line":80,"method":null,"native":false}]}
    
    PitaJP 1 Reply Last reply
    0
  • PitaJP Offline
    PitaJP Offline
    PitaJ Global Moderator Plugin & Theme Dev
    replied to chez on last edited by
    #13

    @chez that error is just because Windows doesn't have the tail command. Try opening nodebb/logs/output.log in a text editor, see what it looks like.

    C 1 Reply Last reply
    1
  • C Offline
    C Offline
    chez
    replied to PitaJ on last edited by
    #14

    @pitaj I would be happy if you could explain in more detail what I should do.

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

    @chez okay.

    tail is a command built in on most linux systems. It provides a live view of the end of a file, making it very useful to provide a view of the log file.

    Since that command doesn't exist on Windows, I asked you to open the log file, nodebb/logs/output.log in a text editor.

    That will work, but I think easier for you would be to start and look at the logs by starting nodebb like this: .\nodebb dev

    1 Reply Last reply
    1
  • C Offline
    C Offline
    chez
    wrote on last edited by
    #16

    @pitaj

    I have attached the mentioned file
    https://send.magicode.me/send-file/file/b6d8c4a3b7e9cdb0e55bb09e77ebb8491985988f/download

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

    @chez have you tried accessing from a different browser? Is your site publicly available?

    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